Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [Gelöst]no connection to database

    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

    [Gelöst]no connection to database

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

      @dipsy Als root agieren ist schon mal ganz schlecht.

      Mit welchem Datenbanktyp haben wir denn zu tun?
      File oder Redis?

      iobroker list adapters
      iobroker list instances
      
      D 1 Reply Last reply Reply Quote 0
      • D
        dipsy @Thomas Braun last edited by

        @thomas-braun Hallo ich bin lernfähig und hatte bereits einen normalen user angelegt, der root ist noch etwas Gewohnheit, sorry.
        Der Datenbanktyp ist noch file ein Umstellen auf Redis ist mir nicht gelungen und ich habe zurück auf file gestellt. Wobei ich auf Redis wechseln möchte.

        user@cubietruck:~$ iobroker list adapters
        No connection to databases possible ...
        user@cubietruck:~$ iobroker list instances
        No connection to databases possible ...
        
        

        greetz dipsy

        crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @dipsy last edited by

          @dipsy sagte in no connection to database:

          Der Datenbanktyp ist noch file ein Umstellen auf Redis ist mir nicht gelungen und ich habe zurück auf file gestellt

          vllt liegt da der Hase im Pfeffer

          @dipsy sagte in no connection to database:

          Nach einem Update der Adapter trat plötzlich das Problem auf

          die da wären?

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

            @dipsy
            Evtl. die Rechte mit dem root-login verfummelt.

            Ich vermute ein

            iobroker stop
            iobroker fix
            iobroker start
            

            funktioniert auch nicht.

            der root ist noch etwas Gewohnheit, sorry.

            Dann gewöhn es dir schleunigst ab.
            Eigentlich hat der root nichtmal ein Passwort, mit dem man sich anmelden könnte, der ist für Logins auf Eis gelegt.

            D 1 Reply Last reply Reply Quote 0
            • D
              dipsy @Thomas Braun last edited by

              @crunchip Ich kann die leider nichtmehr sagen welche Adapter es waren, der iobroker läuft ja im Normalfall Monate ohne hinzusehen. Und ja durchaus möglich das es das die Umstellung auf Redis zum Problem beigetragen hat, ich habe aber über das custom-setup zurück auf File gestellt.
              @thomas-braun
              Ein erneutes Ausführen unter dem user Account ergab diesen komischen Log. Zunächst antwortet die Datenbank.

              user@cubietruck:~$ iobroker start
              user@cubietruck:~$ iobroker list adapters
              system.adapter.admin                   : admin          - v4.2.2
              system.adapter.backitup                : backitup       - v2.1.6
              system.adapter.discovery               : discovery      - v2.7.0
              system.adapter.enigma2                 : enigma2        - v1.2.9
              system.adapter.fb-checkpresence        : fb-checkpresence - v1.1.7
              system.adapter.feiertage               : feiertage      - v1.0.17
              system.adapter.flot                    : flot           - v1.10.6
              system.adapter.followthesun            : followthesun   - v0.2.5
              system.adapter.fritzbox                : fritzbox       - v0.2.1
              system.adapter.hm-rega                 : hm-rega        - v3.0.29
              system.adapter.hm-rpc                  : hm-rpc         - v1.14.41
              system.adapter.ical                    : ical           - v1.7.4
              system.adapter.info                    : info           - v1.7.14
              system.adapter.javascript              : javascript     - v5.1.3
              system.adapter.kodi                    : kodi           - v2.0.5
              system.adapter.moma                    : moma           - v1.2.8
              system.adapter.mqtt                    : mqtt           - v2.4.0
              system.adapter.panasonic-viera         : panasonic-viera - v1.0.2
              system.adapter.pi-hole                 : pi-hole        - v1.3.2
              system.adapter.pollenflug              : pollenflug     - v1.0.6
              system.adapter.pushover                : pushover       - v2.0.5
              system.adapter.radar2                  : radar2         - v1.0.9
              system.adapter.sayit                   : sayit          - v1.12.3
              system.adapter.simple-api              : simple-api     - v2.6.1
              system.adapter.socketio                : socketio       - v3.0.13
              system.adapter.sonos                   : sonos          - v2.1.1
              system.adapter.sql                     : sql            - v1.15.7
              system.adapter.tankerkoenig            : tankerkoenig   - v2.0.5
              system.adapter.tr-064                  : tr-064         - v4.2.12
              system.adapter.vis                     : vis            - v1.4.3
              system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
              system.adapter.vis-weather             : vis-weather    - v2.5.3
              system.adapter.weatherunderground      : weatherunderground - v3.3.0
              system.adapter.web                     : web            - v3.4.1
              user@cubietruck:~$ iobroker list instances
              Server Cannot load /opt/iobroker/iobroker-data/objects.json: /opt/iobroker/iobroker-data/objects.json: Unexpected end of JSON input. Try last Backup!
              No connection to databases possible ...
              Server Cannot save backup file /opt/iobroker/iobroker-data/states.json.bak: ENOENT: no such file or directory, rename '/opt/iobroker/iobroker-data/states.json' -> '/opt/iobroker/iobroker-data/states.json.bak'
              user@cubietruck:~$ iobroker list adapters
              Server Cannot load /opt/iobroker/iobroker-data/objects.json: /opt/iobroker/iobroker-data/objects.json: Unexpected end of JSON input. Try last Backup!
               Cannot load "custom": Connection is closed.
               Cannot initialize database scripts: Cannot load "custom" into objects database: Connection is closed.
              No connection to databases possible ...
               Unable to subscribe to expiry Keyspace events from Redis Server: Connection is closed.
               Unable to subscribe to evicted Keyspace events from Redis Server: Connection is closed.
              user@cubietruck:~$ iobroker list adapters
              No connection to databases possible ...
              
              

              Ich muss für Heute Schluß machen, ich hätte nie im Leben mit so schneller Hilfe gerechnet ich danke euch beiden.

              greetz dipsy

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

                @dipsy sagte in no connection to database:

                Ein erneutes Ausführen unter dem user Account ergab diesen komischen Log. Zunächst antwortet die Datenbank.

                es gibt hier schon einen Thread mit selbigen Problem, mal ist die DB erreichbar, mal nicht

                D 1 Reply Last reply Reply Quote 0
                • D
                  dipsy @crunchip last edited by

                  Hallo @crunchip, hättest du auch noch ein Link dazu?

                  greetz dipsy

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

                    @dipsy @dipsy nein, müsste selbst suchen, sonst hätte ich den schon mit angehängt.

                    C D 2 Replies Last reply Reply Quote 0
                    • C
                      chaos99 @crunchip last edited by

                      So ich hefte mich mal mit dran,

                      ich habe auch die suche genutzt aber nirgends wurde bis jetzt eine Lösung gefunden , da dies der neueste Beitrag war schreibe ich mal hier,

                      ich habe das selbe Problem , iobroker startet erstmal ohne Probleme , auch ein Neustart geht (auch nach reboot linux ) aber wenn ich irgend einen Befehl außer start/ stop mache kommt

                      No connection to databases possible ...

                      es geht kein iobroker update, upgrade self oder auch backup etc.

                      js-controller Installiert: 3.2.16

                      seit wann das problem besteht weis ich nicht genau muss bei einer der letzten updates gekommen sein

                      ich nutze ein Cubitruck , linux ist up to date

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

                        @chaos99 Dein js-controller ist schonmal nicht aktuell.

                        Mal mit dem Mini-HowTo versucht?

                        C 1 Reply Last reply Reply Quote 0
                        • C
                          chaos99 @Thomas Braun last edited by

                          beim update ist es mir aufgefallen, wenn ich iobroker stop und iobroker uograde self mache kommt nmo connection to database

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

                            @chaos99 Und mit welcher Datenbank haben wir zu tun?
                            Redis? File?

                            iobroker status
                            

                            funktioniert?
                            Bitte komplette Ein- und Ausgaben aus der Konsole kopieren, in CodeTags eingebettet hier rein.

                            C 1 Reply Last reply Reply Quote 0
                            • C
                              chaos99 @Thomas Braun last edited by

                              @thomas-braun sagte in no connection to database:

                              iobroker status

                              file kommt als output (-:

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

                                @chaos99

                                Keine Nacherzählung, ich will den exakten In- und Output sehen!

                                C 1 Reply Last reply Reply Quote 0
                                • C
                                  chaos99 @Thomas Braun last edited by

                                  @thomas-braun

                                  benny@cubietruck:~$ iobroker status
                                  iobroker is running on this host.

                                  Objects type: file
                                  States type: file
                                  benny@cubietruck:~$

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

                                    @chaos99
                                    Das ganze noch in CodeTags wäre fein...

                                    iobroker update
                                    
                                    C 1 Reply Last reply Reply Quote 0
                                    • C
                                      chaos99 @Thomas Braun last edited by Homoran

                                      @thomas-braun sagte in no connection to database:

                                      iobroker update

                                      merkwürdig vorhin hatte ich hier aucxh schon den fehler no connection to dB

                                      benny@cubietruck:~$ iobroker update
                                      Used repository: stable
                                      hash changed or no sources cached => force download of new sources
                                      update done
                                      Adapter    "admin"         : 5.1.23   , installed 4.2.2 [Updateable]
                                      Adapter    "airconwithme"  : 0.0.3
                                      Adapter    "airzone"       : 1.0.4
                                      Adapter    "alarm"         : 2.0.2
                                      Adapter    "alexa2"        : 3.9.3    , installed 3.9.3
                                      Adapter    "alias-manager" : 1.2.3
                                      Adapter    "alpha2"        : 1.0.0
                                      Adapter    "amazon-dash"   : 1.1.0
                                      Adapter    "artnet"        : 1.2.2
                                      Adapter    "asterisk"      : 1.0.6
                                      Adapter    "asuswrt"       : 1.0.1
                                      Adapter    "b-control-em"  : 0.2.1
                                      Adapter    "backitup"      : 2.1.13
                                      Adapter    "beckhoff"      : 1.4.1
                                      Adapter    "binance"       : 1.1.3
                                      Adapter    "ble"           : 0.12.0
                                      Adapter    "bluelink"      : 1.0.7
                                      Adapter    "bmw"           : 2.0.0
                                      Adapter    "bosesoundtouch": 0.10.0
                                      Adapter    "botvac"        : 1.0.0
                                      Adapter    "bring"         : 1.7.7
                                      Adapter    "broadlink2"    : 2.0.3
                                      Adapter    "bsblan"        : 0.2.2
                                      Adapter    "bshb"          : 0.1.13
                                      Adapter    "bydbatt"       : 1.0.5
                                      Adapter    "bydhvs"        : 1.2.3
                                      Adapter    "chromecast"    : 2.3.1
                                      Adapter    "cloud"         : 4.1.0    , installed 4.1.0
                                      Adapter    "comfoair"      : 1.1.3
                                      Adapter    "contactid"     : 1.0.2
                                      Adapter    "coronavirus-statistics": 0.6.3
                                      Adapter    "countdown"     : 1.2.3
                                      Adapter    "cul"           : 1.3.5
                                      Adapter    "daikin"        : 1.3.3
                                      Adapter    "daswetter"     : 3.0.7    , installed 3.0.7
                                      Adapter    "deconz"        : 1.3.19
                                      Adapter    "denon"         : 1.11.2
                                      Adapter    "device-reminder": 1.2.9
                                      Adapter    "devices"       : 1.0.9
                                      Adapter    "digitalstrom"  : 2.2.1
                                      Adapter    "discovergy"    : 0.5.4
                                      Adapter    "discovery"     : 2.7.0    , installed 2.7.0
                                      Adapter    "divera247"     : 0.1.2
                                      Adapter    "doorio"        : 2.0.1
                                      Adapter    "ds18b20"       : 1.4.1
                                      Adapter    "dwd"           : 2.7.7    , installed 2.7.7
                                      Adapter    "dysonairpurifier": 0.9.1
                                      Adapter    "easee"         : 1.0.2
                                      Adapter    "ebus"          : 2.2.5
                                      Adapter    "echarts"       : 0.4.13
                                      Adapter    "ecovacs-deebot": 1.2.1
                                      Adapter    "egigeozone"    : 0.1.2
                                      Adapter    "ekey"          : 1.1.0
                                      Adapter    "email"         : 1.0.10   , installed 1.0.10
                                      Adapter    "emby"          : 1.0.2
                                      Adapter    "energymanager" : 1.3.3
                                      Adapter    "enet"          : 1.0.1
                                      Adapter    "epson_ecotank_et_2750": 0.0.5
                                      Adapter    "epson_stylus_px830": 0.2.1
                                      Adapter    "epson_xp540"   : 1.0.6
                                      Adapter    "fahrplan"      : 1.0.7
                                      Adapter    "fakeroku"      : 0.2.1
                                      Adapter    "fb-checkpresence": 1.1.7
                                      Adapter    "feiertage"     : 1.0.17
                                      Adapter    "fhem"          : 1.6.1
                                      Adapter    "find-my-iphone": 0.2.15   , installed 0.2.17
                                      Adapter    "firetv"        : 1.0.0
                                      Adapter    "flot"          : 1.10.6   , installed 1.10.6
                                      Adapter    "followthesun"  : 0.3.4
                                      Adapter    "fritzbox"      : 0.2.1
                                      Adapter    "fritzdect"     : 2.1.15
                                      Adapter    "fronius"       : 1.0.5
                                      Adapter    "frontier_silicon": 0.0.10
                                      Adapter    "fuelpricemonitor": 0.2.6
                                      Adapter    "fullcalendar"  : 1.1.0    , installed 1.1.0
                                      Adapter    "fullybrowser"  : 2.0.8
                                      Adapter    "g-homa"        : 0.5.3
                                      Adapter    "geofency"      : 1.0.3    , installed 1.0.3
                                      Adapter    "go-e"          : 1.0.15
                                      Adapter    "growatt"       : 1.0.1
                                      Adapter    "gruenbeck"     : 0.0.30
                                      Adapter    "haassohn"      : 1.0.4
                                      Adapter    "habpanel"      : 0.4.3
                                      Adapter    "ham"           : 4.0.2
                                      Adapter    "ham-wemo"      : 2.0.0
                                      Adapter    "harmony"       : 1.2.2    , installed 1.2.2
                                      Adapter    "heatingcontrol": 2.4.3
                                      Adapter    "heos"          : 1.8.6
                                      Adapter    "heytech"       : 1.0.0
                                      Adapter    "hid"           : 0.1.17
                                      Adapter    "history"       : 1.9.13   , installed 1.9.13
                                      Adapter    "hm-rega"       : 3.0.29
                                      Adapter    "hm-rpc"        : 1.14.43  , installed 1.14.43
                                      Adapter    "hmip"          : 1.13.0
                                      Adapter    "homeconnect"   : 0.0.36
                                      Adapter    "homee"         : 1.2.0
                                      Adapter    "homepilot"     : 1.0.3
                                      Adapter    "hp-ilo"        : 1.0.6
                                      Adapter    "hs100"         : 2.0.6
                                      Adapter    "hue"           : 3.5.19   , installed 3.5.19
                                      Adapter    "hue-extended"  : 2.0.0
                                      Adapter    "i2c"           : 1.2.0
                                      Adapter    "ical"          : 1.11.2   , installed 1.11.2
                                      Adapter    "icons-addictive-flavour-png": 0.1.0   , installed 0.1.0
                                      Adapter    "icons-fatcow-hosting": 0.1.0
                                      Adapter    "icons-icons8"  : 0.0.1    , installed 0.0.1
                                      Adapter    "icons-material-png": 0.1.0   , installed 0.1.0
                                      Adapter    "icons-material-svg": 0.1.0   , installed 0.1.0
                                      Adapter    "icons-mfd-png" : 1.0.2    , installed 1.0.2
                                      Adapter    "icons-mfd-svg" : 1.0.2    , installed 1.0.2
                                      Adapter    "icons-open-icon-library-png": 0.1.2
                                      Adapter    "icons-ultimate-png": 1.0.1   , installed 1.0.1
                                      Adapter    "influxdb"      : 1.9.5
                                      Adapter    "info"          : 1.9.8    , installed 1.9.8
                                      Adapter    "innogy-smarthome": 0.3.7
                                      Adapter    "iogo"          : 0.7.0
                                      Adapter    "iot"           : 1.8.22   , installed 1.8.22
                                      Adapter    "iqontrol"      : 1.8.2
                                      Adapter    "jarvis"        : 2.2.1
                                      Adapter    "javascript"    : 5.2.8    , installed 5.1.3 [Updateable]
                                      Adapter    "jeelink"       : 0.1.0
                                      Controller "js-controller" : 3.3.15   , installed 3.2.16 [Updateable]
                                      Adapter    "kecontact"     : 1.2.2
                                      Adapter    "klf200"        : 1.0.1
                                      Adapter    "km200"         : 1.1.6
                                      Adapter    "knmi-weather"  : 1.0.0
                                      Adapter    "knx"           : 1.0.45
                                      Adapter    "kostal-piko-ba": 1.1.9
                                      Adapter    "kress"         : 2.5.5
                                      Adapter    "lametric"      : 1.3.2
                                      Adapter    "landroid"      : 1.0.3    , installed 1.0.3
                                      Adapter    "lcn"           : 1.0.2
                                      Adapter    "legrand-ecocompteur": 1.0.0
                                      Adapter    "letrika_comgw" : 0.0.5
                                      Adapter    "lg-ess-home"   : 0.0.10
                                      Adapter    "lgtv"          : 1.1.10
                                      Adapter    "lgtv11"        : 1.0.5
                                      Adapter    "lifx"          : 0.1.0
                                      Adapter    "lightify"      : 0.2.16
                                      Adapter    "link"          : 0.5.10
                                      Adapter    "linkeddevices" : 1.4.3
                                      Adapter    "linktap"       : 0.1.8
                                      Adapter    "linux-control" : 1.1.2
                                      Adapter    "logparser"     : 1.1.0
                                      Adapter    "lovelace"      : 2.0.4
                                      Adapter    "loxone"        : 2.2.3
                                      Adapter    "luftdaten"     : 1.0.3
                                      Adapter    "lupusec"       : 1.3.5
                                      Adapter    "luxtronik1"    : 0.3.1
                                      Adapter    "material"      : 1.0.4
                                      Adapter    "maxcube"       : 1.0.4
                                      Adapter    "maxcul"        : 1.3.1
                                      Adapter    "mbus"          : 2.3.4
                                      Adapter    "megad"         : 1.2.1
                                      Adapter    "megadd"        : 0.2.0
                                      Adapter    "megaesp"       : 0.1.0
                                      Adapter    "melcloud"      : 1.1.4
                                      Adapter    "mercedesme"    : 0.0.54
                                      Adapter    "meross"        : 1.6.3
                                      Adapter    "meteoalarm"    : 2.0.2
                                      Adapter    "midea"         : 0.0.6
                                      Adapter    "miele"         : 0.1.5
                                      Adapter    "mielecloudservice": 4.2.0
                                      Adapter    "mihome"        : 1.3.7
                                      Adapter    "mihome-lamp"   : 1.1.0
                                      Adapter    "mihome-plug"   : 0.2.1
                                      Adapter    "mihome-vacuum" : 3.2.2    , installed 2.1.1 [Updateable]
                                      Adapter    "milight"       : 0.3.6
                                      Adapter    "milight-smart-light": 1.2.0
                                      Adapter    "minuvis"       : 1.4.0
                                      Adapter    "mobile"        : 1.0.1    , installed 1.0.1
                                      Adapter    "modbus"        : 3.4.11
                                      Adapter    "moma"          : 1.2.8
                                      Adapter    "mqtt"          : 2.4.0
                                      Adapter    "mqtt-client"   : 1.4.0
                                      Adapter    "musiccast"     : 0.1.5
                                      Adapter    "mydlink"       : 1.1.12
                                      Adapter    "mysensors"     : 2.0.1
                                      Adapter    "nanoleaf-lightpanels": 1.2.0
                                      Adapter    "net-tools"     : 0.1.5
                                      Adapter    "netatmo"       : 1.4.3
                                      Adapter    "netatmo-crawler": 0.4.1
                                      Adapter    "nibeuplink"    : 0.4.0
                                      Adapter    "nina"          : 0.0.25
                                      Adapter    "node-red"      : 2.4.0    , installed 2.4.0
                                      Adapter    "nuki"          : 1.5.0
                                      Adapter    "nuki-extended" : 2.3.1
                                      Adapter    "nut"           : 1.5.0
                                      Adapter    "octoprint"     : 1.1.1
                                      Adapter    "odl"           : 1.1.4
                                      Adapter    "oilfox"        : 0.0.5
                                      Adapter    "onkyo"         : 2.1.0
                                      Adapter    "onvif"         : 0.4.4
                                      Adapter    "openhab"       : 1.1.0
                                      Adapter    "openligadb"    : 1.1.0
                                      Adapter    "openweathermap": 0.1.0    , installed 0.1.0
                                      Adapter    "opi"           : 0.1.1
                                      Adapter    "oppoplayer"    : 0.2.4
                                      Adapter    "owfs"          : 0.6.4
                                      Adapter    "owntracks"     : 1.0.0
                                      Adapter    "panasonic-viera": 1.0.2
                                      Adapter    "parser"        : 1.0.7
                                      Adapter    "paw"           : 0.0.7
                                      Adapter    "pegelalarm"    : 1.2.0
                                      Adapter    "ph803w"        : 1.0.1
                                      Adapter    "phantomjs"     : 1.1.2
                                      Adapter    "pi-hole"       : 1.3.2
                                      Adapter    "piface"        : 1.0.0
                                      Adapter    "pimatic"       : 0.3.0
                                      Adapter    "ping"          : 1.5.0    , installed 1.5.0
                                      Adapter    "places"        : 1.0.0
                                      Adapter    "plenticore"    : 2.2.0
                                      Adapter    "plex"          : 0.8.11
                                      Adapter    "plexconnect"   : 0.0.7
                                      Adapter    "pollenflug"    : 1.0.6
                                      Adapter    "proxmox"       : 1.3.3
                                      Adapter    "proxy"         : 1.2.2
                                      Adapter    "pushbullet"    : 0.0.11
                                      Adapter    "pushover"      : 2.0.5
                                      Adapter    "pushsafer"     : 1.0.3
                                      Adapter    "radar2"        : 1.0.9
                                      Adapter    "radiohead"     : 1.1.1
                                      Adapter    "rflink"        : 2.1.6
                                      Adapter    "rickshaw"      : 1.0.0
                                      Adapter    "ring"          : 1.2.3
                                      Adapter    "robonect"      : 0.1.3
                                      Adapter    "roomba"        : 1.1.1
                                      Adapter    "rpi2"          : 1.3.1
                                      Adapter    "s7"            : 1.3.6
                                      Adapter    "sainlogic"     : 0.7.2
                                      Adapter    "samsung"       : 0.2.9
                                      Adapter    "sayit"         : 1.12.3
                                      Adapter    "sbfspot"       : 4.0.5
                                      Adapter    "scenes"        : 2.3.6    , installed 2.3.6
                                      Adapter    "schoolfree"    : 1.0.0
                                      Adapter    "schwoerer-ventcube": 1.4.2
                                      Adapter    "seq"           : 0.2.10
                                      Adapter    "shelly"        : 4.0.7
                                      Adapter    "shuttercontrol": 1.2.0
                                      Adapter    "sia"           : 1.0.4
                                      Adapter    "siegenia"      : 1.1.1
                                      Adapter    "simple-api"    : 2.6.1    , installed 2.6.1
                                      Adapter    "smappee"       : 0.2.5
                                      Adapter    "smartcontrol"  : 1.2.1
                                      Adapter    "smartgarden"   : 1.0.5
                                      Adapter    "smartmeter"    : 3.2.1
                                      Adapter    "snips"         : 1.5.1
                                      Adapter    "snmp"          : 0.5.0
                                      Adapter    "socketio"      : 3.1.4    , installed 3.1.4
                                      Adapter    "solarlog"      : 2.1.3
                                      Adapter    "solarviewdatareader": 1.0.2
                                      Adapter    "solarwetter"   : 1.0.0
                                      Adapter    "sonnen"        : 1.9.4
                                      Adapter    "sonoff"        : 2.4.5    , installed 2.4.5
                                      Adapter    "sonos"         : 2.1.1
                                      Adapter    "sony-bravia"   : 1.0.1
                                      Adapter    "spotify-premium": 1.0.0
                                      Adapter    "sprinklecontrol": 0.1.7
                                      Adapter    "sql"           : 1.15.7
                                      Adapter    "squeezebox"    : 1.0.0
                                      Adapter    "squeezeboxrpc" : 1.3.4
                                      Adapter    "statistics"    : 1.0.9
                                      Adapter    "stiebel-isg"   : 1.7.3
                                      Adapter    "sunnyportal"   : 0.1.5
                                      Adapter    "swiss-weather-api": 0.9.7
                                      Adapter    "systeminfo"    : 0.3.1    , installed 0.3.1
                                      Adapter    "tado"          : 0.3.4
                                      Adapter    "tahoma"        : 0.4.3
                                      Adapter    "tankerkoenig"  : 2.1.1    , installed 2.1.1
                                      Adapter    "telegram"      : 1.10.0
                                      Adapter    "terminal"      : 0.1.2
                                      Adapter    "tesla-motors"  : 0.5.2
                                      Adapter    "text2command"  : 2.1.1
                                      Adapter    "tinker"        : 1.1.0
                                      Adapter    "tr-064"        : 4.2.14
                                      Adapter    "traccar"       : 0.0.9
                                      Adapter    "tradfri"       : 2.7.4
                                      Adapter    "trashschedule" : 1.2.0
                                      Adapter    "trivum"        : 0.0.4
                                      Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                                      Adapter    "tuya"          : 3.6.5
                                      Adapter    "tvprogram"     : 1.1.0
                                      Adapter    "tvspielfilm"   : 1.0.4
                                      Adapter    "unifi"         : 0.5.10
                                      Adapter    "upnp"          : 1.0.19
                                      Adapter    "vaillant"      : 0.0.13
                                      Adapter    "valloxmv"      : 1.1.3
                                      Adapter    "vcard"         : 0.0.9
                                      Adapter    "velux"         : 0.0.7
                                      Adapter    "viessmann"     : 1.3.4
                                      Adapter    "virtualpowermeter": 1.4.2
                                      Adapter    "vis"           : 1.4.3    , installed 1.4.3
                                      Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                                      Adapter    "vis-canvas-gauges": 0.1.5
                                      Adapter    "vis-colorpicker": 1.2.0   , installed 1.2.0
                                      Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                                      Adapter    "vis-google-fonts": 0.1.0   , installed 0.1.0
                                      Adapter    "vis-history"   : 1.0.0    , installed 1.0.0
                                      Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                                      Adapter    "vis-icontwo"   : 0.75.0
                                      Adapter    "vis-inventwo"  : 3.0.11
                                      Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                      Adapter    "vis-justgage"  : 1.0.2    , installed 1.0.2
                                      Adapter    "vis-keyboard"  : 0.0.2
                                      Adapter    "vis-lcars"     : 1.0.4    , installed 1.0.4
                                      Adapter    "vis-map"       : 1.0.4    , installed 1.0.4
                                      Adapter    "vis-material-advanced": 1.7.0
                                      Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                                      Adapter    "vis-plumb"     : 1.0.2
                                      Adapter    "vis-rgraph"    : 0.0.2    , installed 0.0.2
                                      Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                      Adapter    "vis-weather"   : 2.5.3    , installed 2.5.3
                                      Adapter    "volumio"       : 0.1.2
                                      Adapter    "volvo"         : 0.0.4
                                      Adapter    "vr200"         : 1.0.0
                                      Adapter    "vw-connect"    : 0.0.39
                                      Adapter    "weatherflow_udp": 0.1.1
                                      Adapter    "weatherunderground": 3.3.1
                                      Adapter    "web"           : 3.4.7    , installed 3.4.1 [Updateable]
                                      Adapter    "weishaupt-wem" : 0.0.9
                                      Adapter    "whatsapp-cmb"  : 0.1.6    , installed 0.1.6
                                      Adapter    "wiffi-wz"      : 2.2.0
                                      Adapter    "wifilight"     : 1.1.0
                                      Adapter    "windows-control": 0.1.5
                                      Adapter    "wled"          : 0.5.6
                                      Adapter    "wm-bus"        : 0.1.12
                                      Adapter    "wolf"          : 1.2.1
                                      Adapter    "wolf-smartset" : 1.0.0
                                      Adapter    "worx"          : 1.4.3
                                      Adapter    "xbox"          : 0.7.7
                                      Adapter    "xs1"           : 1.0.2
                                      Adapter    "yahka"         : 0.12.0   , installed 0.12.0
                                      Adapter    "yamaha"        : 0.4.0    , installed 0.4.0
                                      Adapter    "yeelight-2"    : 1.0.3
                                      Adapter    "youtube"       : 1.1.1
                                      Adapter    "yr"            : 3.0.5
                                      Adapter    "zigbee"        : 1.5.6
                                      Adapter    "zont"          : 0.5.3
                                      Adapter    "zwave2"        : 1.10.2
                                      benny@cubietruck:~$
                                      

                                      MOD-Edit: Code in code-tags gesetzt!

                                      Thomas Braun C 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @chaos99 last edited by Thomas Braun

                                        @chaos99

                                        which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                                        

                                        Code tags, bitte...

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          chaos99 @chaos99 last edited by

                                          @chaos99

                                          jetzt geht auch backup wieder....

                                          ich versuch noch mal ein update, erst admin oder erst JS ?

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • C
                                            chaos99 @Thomas Braun last edited by Homoran

                                            @thomas-braun sagte in no connection to database:

                                            which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs

                                            benny@cubietruck:~$ which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                                            /usr/bin/nodejs
                                            /usr/bin/node
                                            /usr/bin/npm
                                            v10.24.1
                                            v10.24.1
                                            6.14.12
                                            nodejs:
                                              Installed: 10.24.1-1nodesource1
                                              Candidate: 10.24.1-1nodesource1
                                              Version table:
                                             *** 10.24.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_10.x stretch/main armhf Packages
                                                    100 /var/lib/dpkg/status
                                                 8.11.1~dfsg-2~bpo9+1 100
                                                    100 http://httpredir.debian.org/debian stretch-backports/main armhf Packages
                                                 4.8.2~dfsg-1 500
                                                    500 http://httpredir.debian.org/debian stretch/main armhf Packages
                                            benny@cubietruck:~$
                                            

                                            MOD-Edit: Code in code-tags gesetzt!

                                            Thomas Braun 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

                                            782
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            88
                                            10134
                                            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