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.2 jetzt im Latest!

    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.2 jetzt im Latest!

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @peterfido last edited by

      @peterfido sagte in js-controller 3.2 jetzt im Latest!:

      peter@proxbroker:~$ npm install -f iobroker.js-controller@3.2.16 --loglevel error --unsafe-perm --prefix "/opt/iobroker"

      bist du hier nicht im falschen Verzeichnis?

      P 1 Reply Last reply Reply Quote 0
      • P
        peterfido @crunchip last edited by peterfido

        @crunchip
        Jo, ist mir auch aufgefallen. Macht aber keinen Unterschied.

        peter@proxbroker:/opt/iobroker$ npm i fsevents
        npm ERR! code EBADPLATFORM
        npm ERR! notsup Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        npm ERR! notsup Valid OS:    darwin
        npm ERR! notsup Valid Arch:  any
        npm ERR! notsup Actual OS:   linux
        npm ERR! notsup Actual Arch: x64
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2021-02-28T10_01_47_431Z-debug.log
        peter@proxbroker:/opt/iobroker$
        
        
        1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 @peterfido last edited by

          @peterfido Ja ist Apple und damit an sich optional.

          Mach mal im ioBroker Verzeichnis ein "npm ls fsevents"

          P 1 Reply Last reply Reply Quote 0
          • P
            peterfido @apollon77 last edited by peterfido

            @apollon77

            Hier das Ergebnis:

            peter@proxbroker:/opt/iobroker$ npm ls fsevents
            iobroker.inst@2.0.3 /opt/iobroker
            ├── fsevents@2.2.1
            └─┬ iobroker.js-controller@3.2.16
              └─┬ chokidar@3.5.1
                └── fsevents@2.3.2
            
            peter@proxbroker:/opt/iobroker$ npm ls chokidar
            iobroker.inst@2.0.3 /opt/iobroker
            └─┬ iobroker.js-controller@3.2.16
              └── chokidar@3.5.1
            
            peter@proxbroker:/opt/iobroker$
            
            
            

            Gleich nochmal mit chokidar hinterher abgefragt.

            crunchip 1 Reply Last reply Reply Quote 0
            • crunchip
              crunchip Forum Testing Most Active @peterfido last edited by

              @peterfido sieht bei mir so aus

              root@IoBroker:/opt/iobroker# npm ls fsevents
              iobroker.inst@2.0.3 /opt/iobroker
              └─┬ iobroker.js-controller@3.2.16
                └─┬ chokidar@3.5.1
                  └── UNMET OPTIONAL DEPENDENCY fsevents@~2.3.1
              
              
              1 Reply Last reply Reply Quote 0
              • W
                w00dy last edited by

                @apollon77, @all
                @apollon77 sagte in js-controller 3.2 jetzt im Latest!:

                @w00dy Ja, da ist der Master nicht auf controller 3.2.16 aber ein Client oder Adapter mit 3.2er code greift darauf zu. Ggf nochmal alles restarten.

                Hallo, leider kann ich mich erst heute zurückmelden wegen der Fehlermeldung des Shelly-Adapters nach dem Update des js-controller. Das Netzteil vom Raspberry 4 war defekt und ich musste auf ein neues warten.

                Auch nach einem Restart hagelt es alle paar Sekunden diese Fehlermeldung:

                shelly.0	2021-02-28 13:09:51.386	error	(1728) Cannot find search "folder" in "system"
                

                Der fritzdect-Adapter funktioniert auch nicht mehr:

                fritzdect.0	2021-02-28 13:17:31.051	error	(23748) Did not get session id- invalid username or password?
                fritzdect.0	2021-02-28 13:17:31.050	error	(23748) fritzbox returned this "0000000000000000"
                

                Username und Password sind definitiv korrekt.
                Keine Ahnung, ob das jetzt auch mit dem Update vom js-controller zusammenhängt, zuvor gab es allerdings keine Probs.

                Hast Du, habt Ihr noch ne Idee, wie ich das beheben kann?

                apollon77 1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @w00dy last edited by

                  @w00dy Zum Fehler mit dem "folder": kann es ein das irgendwas nioch mit nem alten Controller läuft? zb ein Master? Ansonsten versuch mal (vorher iobroker stoppen) "iobroker setup first" auf dem Master host.

                  Der andere Fehler kann nicht vom Controller kommen

                  W 1 Reply Last reply Reply Quote 2
                  • W
                    w00dy @apollon77 last edited by

                    @apollon77
                    Hm, ich nutze eigentlich kein Multihost-Sytem, dennoch hat das funktioniert👍
                    Hier mal die Ausgabe:

                    rp02@ioBroker:~ $ iobroker setup first
                    object _design/system updated
                    Renamed repository "default to "stable"
                    Renamed repository "latest to "beta"
                    

                    Hatte an den repos eigentlich nie was geändert, ...egal jetzt gibt der shelly-Adater endlich ruhe.

                    Den fritzdect-Adapter habe ich rausgeschmissen und neu installiert, der läuft auch wieder.

                    Besten Dank für die Hilfe!

                    apollon77 1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 @w00dy last edited by

                      @w00dy Sehr interessant. SIcher das das controller 3.2.16 ist? Dann hätte beim install was nicht vollständig geklappt

                      W 1 Reply Last reply Reply Quote 0
                      • W
                        w00dy @apollon77 last edited by

                        @apollon77 Ja, siehe Foto:
                        P01.jpeg

                        Und nun, ...muss ich mir Sorgen machen??

                        apollon77 1 Reply Last reply Reply Quote 0
                        • apollon77
                          apollon77 @w00dy last edited by

                          @w00dy wenn jetzt alles tut ist ja ok. Das install log vom install „damals“ hast du ja bestimmt nicht mehr 😉

                          W 1 Reply Last reply Reply Quote 0
                          • W
                            w00dy @apollon77 last edited by

                            @apollon77 Nein, leider nicht. Ein komisches Gefühl bleibt trotzdem zurück 😔

                            1 Reply Last reply Reply Quote 0
                            • M
                              man10to @amg_666 last edited by

                              @amg_666 nach dem Update zeigt bei mir der Plenticore adapter auch warnungen im log, und nicht wenig

                              plenticore.0	2021-03-02 16:00:38.072	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:36.563	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:36.562	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:36.561	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:34.798	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:34.797	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:34.797	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:33.176	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:33.174	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:33.174	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:31.450	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:31.449	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:31.449	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:29.783	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:29.783	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              plenticore.0	2021-03-02 16:00:29.781	warn	(362561) State "plenticore.0.forecast.day1.power.9h.generated" has no existing object, this might lead to an error in future versions
                              
                              foxriver76 amg_666 2 Replies Last reply Reply Quote 0
                              • foxriver76
                                foxriver76 Developer @man10to last edited by

                                @man10to Bitte Issue beim Adapter eröffnen.

                                1 Reply Last reply Reply Quote 0
                                • amg_666
                                  amg_666 @man10to last edited by

                                  @man10to hmm, ich habe eben auf die 2.1.8 upgedatet, keine Probleme:

                                  plenticore.0	2021-03-02 16:14:35.183	info	(32361) Using forecast of day 2 for MinSoC calculation.
                                  plenticore.0	2021-03-02 16:14:35.182	info	(32361) calcMinSoC for day 2.
                                  plenticore.0	2021-03-02 16:14:34.579	info	(32361) calcMinSoC for day 1.
                                  plenticore.0	2021-03-02 16:14:32.806	info	(32361) Read forecast data before calcMinSoC.
                                  plenticore.0	2021-03-02 16:14:32.796	info	(32361) Using daswetter.0 in weather forcast.
                                  plenticore.0	2021-03-02 16:14:32.794	info	(32361) Still 1 adapters to check.
                                  plenticore.0	2021-03-02 16:14:32.567	info	(32361) Still 2 adapters to check.
                                  plenticore.0	2021-03-02 16:14:32.564	info	(32361) Enabling MinSoC forecast data.
                                  plenticore.0	2021-03-02 16:14:32.539	info	(32361) Enabling forecast data.
                                  plenticore.0	2021-03-02 16:14:29.178	info	(32361) [INFO] Configured polling interval: 20000
                                  plenticore.0	2021-03-02 16:14:29.175	info	(32361) Configured Wp of panel(s) is 7296
                                  plenticore.0	2021-03-02 16:14:29.171	info	(32361) Got all internal forecast data and made it available to main process.
                                  plenticore.0	2021-03-02 16:14:29.075	info	(32361) Requested alternative weather data from kachelmannwetter.com
                                  plenticore.0	2021-03-02 16:14:28.928	info	(32361) Requested weather data from kachelmannwetter.com
                                  plenticore.0	2021-03-02 16:14:28.821	info	(32361) City id for coordinates 8.771570193429486/50.28758620000001 is 2862709
                                  plenticore.0	2021-03-02 16:14:28.098	info	(32361) got weather data from met.no with 90 elements.
                                  plenticore.0	2021-03-02 16:14:27.075	info	(32361) [START] Starting adapter plenticore v2.1.8r232
                                  plenticore.0	2021-03-02 16:14:26.999	info	(32361) starting. Version 2.1.8 in /opt/iobroker/node_modules/iobroker.plenticore, node: v12.20.1, js-controller: 3.2.16
                                  host.iostrom	2021-03-02 16:14:20.178	info	instance system.adapter.plenticore.0 started with pid 32361
                                  host.iostrom	2021-03-02 16:14:15.650	info	iobroker exit 0
                                  host.iostrom	2021-03-02 16:14:15.308	info	instance system.adapter.plenticore.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                  host.iostrom	2021-03-02 16:14:14.586	info	iobroker Adapter "plenticore" updated
                                  host.iostrom	2021-03-02 16:14:14.513	info	iobroker upload [0] plenticore.admin /opt/iobroker/node_modules/iobroker.plenticore/admin/index_m.html index_m.html text/html
                                  host.iostrom	2021-03-02 16:14:14.445	info	iobroker upload [1] plenticore.admin /opt/iobroker/node_modules/iobroker.plenticore/admin/plenticore.png plenticore.png image/png
                                  plenticore.0	2021-03-02 16:14:14.389	info	(13190) Logged out from API
                                  host.iostrom	2021-03-02 16:14:14.377	info	iobroker upload [2] plenticore.admin /opt/iobroker/node_modules/iobroker.plenticore/admin/style.css style.css text/css
                                  plenticore.0	2021-03-02 16:14:14.286	info	(13190) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                  plenticore.0	2021-03-02 16:14:14.284	info	(13190) terminating
                                  plenticore.0	2021-03-02 16:14:14.282	info	(13190) [END] Stopping plenticore adapter...
                                  
                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    man10to @amg_666 last edited by

                                    @amg_666 irgendwie kommt beim Neustart mal ein Wert rein aber nicht mehr so wie vorher immer

                                    ich habs mal auf 605 Sekunden gestellt..

                                    Hier meine Versionen: (oder was meinst du mit 2.1.8

                                    iobroker
                                    
                                    Platform
                                        linux
                                    Betriebssystem
                                        linux
                                    Architektur
                                        x64
                                    CPUs
                                        6
                                    Geschwindigkeit
                                        1799 MHz
                                    Modell
                                        Intel(R) Xeon(R) CPU E5-2630L v3 @ 1.80GHz
                                    RAM
                                        4.7 GB
                                    System Betriebszeit
                                        5 T. 21:16:30
                                    Node.js
                                        v14.16.0 (Empfohlene Version v12.21.0)
                                    NPM
                                        6.14.11
                                    Festplatte Größe
                                        195.86 GB
                                    Festplatte frei
                                        185.27 GB
                                    Anzahl der Adapter
                                        332
                                    Betriebszeit
                                        5 T. 21:16:09
                                    Aktive Instanzen
                                        25
                                    Hostname
                                        iobroker
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @man10to last edited by

                                      @man10to @amg_666
                                      Mit dem plenticore seid ihr schwer OT.

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

                                        @thomas-braun was heisst OT ? Off Topic? Ok, aber @man10to hat angefangen 🙂

                                        @man10to mach mal einen getrennten Post auf, das hat hier wirklich nix zu suchen, ich kann dann da ausführlich antworten...

                                        1 Reply Last reply Reply Quote 1
                                        • W
                                          waterchill last edited by

                                          Hallo,

                                          ich bekomme den controller gar nicht upgedated. Es kommt die Meldung:

                                          pi@raspberrypi:~ $ cd /opt/iobroker
                                          pi@raspberrypi:/opt/iobroker $ sudo iobroker stop
                                          sudo: iobroker: Befehl nicht gefunden
                                          

                                          Scheinbar befindet sich iobroker nicht da wo er sein sollte. Wie finde ich das raus wo iobroker installiert ist?

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @waterchill last edited by

                                            @waterchill

                                            Du sollst ja auch nicht mit sudo da rummurksen.

                                            which iobroker
                                            
                                            W 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

                                            453
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            70
                                            575
                                            106900
                                            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