Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 3.1 jetzt im STABLE!

    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

    js-controller 3.1 jetzt im STABLE!

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      Kueppert @crunchip last edited by

      @crunchip hoppla 🙄 😁

      1 Reply Last reply Reply Quote -1
      • S
        Storm86 last edited by Storm86

        Hallo,

        wenn ich unter Windows als Admin in der Konsole

        iobroker upgrade self
        

        eingebe
        bekomme ich immer folgenden Fehler:

        D:\iobroker\SmartHome6>iobroker upgrade self
        *** Error. Please start the ioBroker commandline with the correct Windows startmenu shortcut. Aborting...
        

        Was mache ich falsch?

        Oder gibt es noch eine andere Möglichkeit den Adapter unter Windows upzudaten?

        Gruß
        Dennis

        UweRLP 1 Reply Last reply Reply Quote 0
        • UweRLP
          UweRLP @Storm86 last edited by

          @Storm86 Steht doch in der Fehlermeldung.
          Du sollst die CMD der entsprechenden Installation benutzen, die wurde vom Installer angelegt, nicht irgendeine CMD.
          Schau ins Startmenü unter ioBroker.

          S 1 Reply Last reply Reply Quote 0
          • S
            Storm86 @UweRLP last edited by

            @UweRLP
            Ah, alles klar. Vielen Dank!

            MathiasJ 1 Reply Last reply Reply Quote 0
            • MathiasJ
              MathiasJ @Storm86 last edited by

              Ich möchte anmerken, dass der WLAN-Betrieb wieder tadellos funktioniert.
              Ich habe es erst beim JS-Controller 2.x versucht. Da kamen immer Aussetzer.
              Leider habe ich das aus den Augen verloren und habe WLAN gestern wieder auf dem Slave aktiviert.
              Bisher keine Probleme.
              Gruß,
              Mathias

              1 Reply Last reply Reply Quote 1
              • Basti97
                Basti97 Most Active @saeft_2003 last edited by

                @saeft_2003 Ich habe am Anfang auch nur das Blockly Script gehabt und habe auch diese Fehler bekommen. Nun habe ich den Volumio Adapter installiert. Der noch besser als das Script läuft. Aber der Adapter bringt mir noch zu viele Infos weißt du vielleicht was sie bedeuten?

                volumio.0
                	2022-01-03 20:23:43.687	info	State value to set for "volumio.0.player.volume" has to be type "number" but received type "string"
                volumio.0
                	2022-01-03 20:23:43.687	info	State value to set for "volumio.0.playbackInfo.volume" has to be type "number" but received type "string"
                volumio.0
                	2022-01-03 20:23:43.686	info	State value to set for "volumio.0.playbackInfo.stream" has to be type "string" but received type "boolean"
                volumio.0
                	2022-01-03 20:23:43.683	info	State value to set for "volumio.0.playbackInfo.position" has to be type "string" but received type "number"
                volumio.0
                	2022-01-03 20:23:43.671	info	State value to set for "volumio.0.player.volume" has to be type "number" but received type "string"
                volumio.0
                	2022-01-03 20:23:43.671	info	State value to set for "volumio.0.playbackInfo.volume" has to be type "number" but received type "string"
                volumio.0
                	2022-01-03 20:23:43.670	info	State value to set for "volumio.0.playbackInfo.stream" has to be type "string" but received type "boolean"
                volumio.0
                	2022-01-03 20:23:43.668	info	State value to set for "volumio.0.playbackInfo.position" has to be type "string" but received type "number"
                volumio.0
                	2022-01-03 20:23:33.338	info	State value to set for "volumio.0.player.volume" has to be type "number" but received type "string"
                volumio.0
                	2022-01-03 20:23:33.302	info	State value to set for "volumio.0.playbackInfo.volume" has to be type "number" but received type "string"
                volumio.0
                	2022-01-03 20:23:33.302	info	State value to set for "volumio.0.playbackInfo.stream" has to be type "string" but received type "boolean"
                volumio.0
                	2022-01-03 20:23:33.300	info	State value to set for "volumio.0.playbackInfo.position" has to be type "string" but received type "number"
                volumio.0
                	2022-01-03 20:23:33.299	info	State value to set for "volumio.0.player.volume" has to be type "number" but received type "string"
                volumio.0
                	2022-01-03 20:23:33.299	info	State value to set for "volumio.0.playbackInfo.volume" has to be type "number" but received type "string"
                volumio.0
                	2022-01-03 20:23:33.298	info	State value to set for "volumio.0.playbackInfo.stream" has to be type "string" but received type "boolean"
                volumio.0
                	2022-01-03 20:23:33.296	info	State value to set for "volumio.0.playbackInfo.position" has to be type "string" but received type "number" 
                
                Feuersturm 1 Reply Last reply Reply Quote 0
                • Feuersturm
                  Feuersturm @Basti97 last edited by

                  @basti97 Es sind Warnungen, dass der Adapter z.B. einen String in einen Datenpunkt schreibt, welcher "number" sein soll. Wenn es dieser Adapter ist, dann bitte hier https://github.com/a-i-ks/ioBroker.volumio ein entsprechendes issue aufmache, damit es der Entwickler fixen kann. Funktional hat dies keine Auswirkung, muss aber im Adapter gelöst werden.

                  Nachdem das issue erstellt ist kannst du für den Adapter die Warnstufe auf "error" hochstellen, dann siehst du diese Warnunge nicht mehr.

                  Basti97 1 Reply Last reply Reply Quote 1
                  • Basti97
                    Basti97 Most Active @Feuersturm last edited by

                    @feuersturm Ok ich werde später ein issues bei github machen. Wenn ich die Warnstufe ändere steht info, error ist das richtig.?

                    Feuersturm 1 Reply Last reply Reply Quote 0
                    • Feuersturm
                      Feuersturm @Basti97 last edited by

                      @basti97 Deine obige Meldung ist eine info, es reicht daher schon aus die Warnstufe auf "Warnung" zu stellen, dann siehst du nur noch Warnungen und Fehler. Stellst du es auf Fehler / Error, werden dir im Log nur noch Fehler von diesem Adapter angezeigt

                      Hier als Beispiel wo du es umstellst:
                      7d9099cf-4796-4252-a4d4-e232aba655d0-grafik.png

                      Basti97 1 Reply Last reply Reply Quote 0
                      • Basti97
                        Basti97 Most Active @Feuersturm last edited by

                        @feuersturm
                        Habe es geändert. 🙂 Danke

                        7a3bc6b7-e300-4cef-b802-1fad1df9df76-grafik.png

                        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

                        983
                        Online

                        31.8k
                        Users

                        80.0k
                        Topics

                        1.3m
                        Posts

                        js-controller
                        38
                        100
                        25471
                        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