Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. [erledigt] echarts geht nicht zu starten

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

[erledigt] echarts geht nicht zu starten

Scheduled Pinned Locked Moved Einsteigerfragen
27 Posts 3 Posters 1.9k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Emi 0
    wrote on last edited by Emi 0
    #1

    Hallo zusammen,
    möchte echarts als Alternative zu flot testen.
    Die Instanz ist installiert, allerdings habe ich keine Ahnung, wie ich es starten soll.

    echarts_01.JPG

    Vielleicht kann mir jemand einen Tipp geben?

    Thomas BraunT 1 Reply Last reply
    0
    • E Emi 0

      Hallo zusammen,
      möchte echarts als Alternative zu flot testen.
      Die Instanz ist installiert, allerdings habe ich keine Ahnung, wie ich es starten soll.

      echarts_01.JPG

      Vielleicht kann mir jemand einen Tipp geben?

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #2

      @emi-0

      Wie hast du es denn installiert?
      Ich glaube echarts erfordert auch einen laufenden web-Adapter. Da klemmt es wohl bei dir.

      iobroker update -u
      iobroker list adapters 
      iobroker list instances
      

      In der Seitenleiste links sollte ein Punkt zu echarts erscheinen.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      E 2 Replies Last reply
      0
      • Thomas BraunT Thomas Braun

        @emi-0

        Wie hast du es denn installiert?
        Ich glaube echarts erfordert auch einen laufenden web-Adapter. Da klemmt es wohl bei dir.

        iobroker update -u
        iobroker list adapters 
        iobroker list instances
        

        In der Seitenleiste links sollte ein Punkt zu echarts erscheinen.

        E Offline
        E Offline
        Emi 0
        wrote on last edited by
        #3

        @thomas-braun

        micros02@smartmeter:~ $ micros02@smartmeter:~ $ iobroker update -u
        Used repository: stable
        Adapter    "web"          : 4.2.0    , installed 3.4.16 [Updatable]
        micros02@smartmeter:~ $ iobroker list adapters
        system.adapter.admin                   : admin          - v5.3.1
        system.adapter.backitup                : backitup       - v2.3.3
        system.adapter.discovery               : discovery      - v2.7.5
        system.adapter.echarts                 : echarts        - v1.0.3
        system.adapter.flot                    : flot           - v1.10.7
        system.adapter.history                 : history        - v1.10.5
        system.adapter.smartmeter              : smartmeter     - v3.2.1
        system.adapter.vis                     : vis            - v1.4.5
        system.adapter.web                     : web            - v3.4.16
        micros02@smartmeter:~ $ iobroker list instances
        + system.adapter.admin.0                  : admin                 : smartmeter                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.backitup.0               : backitup              : smartmeter                               -  enabled
        + system.adapter.discovery.0              : discovery             : smartmeter                               -  enabled
        + system.adapter.echarts.0                : echarts               : smartmeter                               -  enabled
          system.adapter.flot.0                   : flot                  : smartmeter                               -  enabled
        + system.adapter.history.0                : history               : smartmeter                               -  enabled
        + system.adapter.smartmeter.0             : smartmeter            : smartmeter                               -  enabled
        + system.adapter.web.0                    : web                   : smartmeter                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        + instance is alive
        micros02@smartmeter:~ $
        
        
        1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @emi-0

          Wie hast du es denn installiert?
          Ich glaube echarts erfordert auch einen laufenden web-Adapter. Da klemmt es wohl bei dir.

          iobroker update -u
          iobroker list adapters 
          iobroker list instances
          

          In der Seitenleiste links sollte ein Punkt zu echarts erscheinen.

          E Offline
          E Offline
          Emi 0
          wrote on last edited by
          #4

          @thomas-braun
          was meinst Du mit Seitenleiste?

          Thomas BraunT 1 Reply Last reply
          0
          • E Emi 0

            @thomas-braun
            was meinst Du mit Seitenleiste?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #5

            @emi-0

            iobroker upgrade
            

            Die Seitenleiste links, die mit 'Übersicht' anfängt.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            E 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @emi-0

              iobroker upgrade
              

              Die Seitenleiste links, die mit 'Übersicht' anfängt.

              E Offline
              E Offline
              Emi 0
              wrote on last edited by
              #6

              @thomas-braun
              der echarts-Punkt ist in der Seitenleiste zu finden.
              Wenn ich drauf klicke, tut sich etwas aber der Kreis dreht sich seit Minuten ...

              Thomas BraunT 1 Reply Last reply
              0
              • E Emi 0

                @thomas-braun
                der echarts-Punkt ist in der Seitenleiste zu finden.
                Wenn ich drauf klicke, tut sich etwas aber der Kreis dreht sich seit Minuten ...

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by Thomas Braun
                #7

                @emi-0

                Hast du den web-Adapter jetzt auf Stand?

                Wenn der aktualsiert wurde (und der iobroker vielleicht mal neugestartet wurde), schau dir in der Konsole die Reaktionen auf einen Neustart des echart-Adapters an.
                Geht mit

                iobroker logs --watch
                

                zum Beispiel.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                E 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @emi-0

                  Hast du den web-Adapter jetzt auf Stand?

                  Wenn der aktualsiert wurde (und der iobroker vielleicht mal neugestartet wurde), schau dir in der Konsole die Reaktionen auf einen Neustart des echart-Adapters an.
                  Geht mit

                  iobroker logs --watch
                  

                  zum Beispiel.

                  E Offline
                  E Offline
                  Emi 0
                  wrote on last edited by
                  #8

                  @thomas-braun
                  iobroker startet nicht mehr

                  micros02@smartmeter:~ $ iob stop
                  micros02@smartmeter:~ $ iob start
                  micros02@smartmeter:~ $ iob status
                  Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                  micros02@smartmeter:~ $
                  
                  
                  Thomas BraunT 1 Reply Last reply
                  0
                  • E Emi 0

                    @thomas-braun
                    iobroker startet nicht mehr

                    micros02@smartmeter:~ $ iob stop
                    micros02@smartmeter:~ $ iob start
                    micros02@smartmeter:~ $ iob status
                    Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                    micros02@smartmeter:~ $
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #9

                    @emi-0

                    Was hast du gemacht?

                    ls -la /opt/iobroker/iobroker-data/states.jsonl
                    
                    iobroker stop
                    iobroker fix
                    

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    E 2 Replies Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @emi-0

                      Was hast du gemacht?

                      ls -la /opt/iobroker/iobroker-data/states.jsonl
                      
                      iobroker stop
                      iobroker fix
                      
                      E Offline
                      E Offline
                      Emi 0
                      wrote on last edited by
                      #10

                      @thomas-braun
                      mache gerade ein update für web von 3.4.16 auf 4.2.0
                      dann probiere noch einmal einen Neustart von iobroker

                      Thomas BraunT 1 Reply Last reply
                      0
                      • E Emi 0

                        @thomas-braun
                        mache gerade ein update für web von 3.4.16 auf 4.2.0
                        dann probiere noch einmal einen Neustart von iobroker

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #11

                        @emi-0 sagte in echarts geht nicht zu starten:

                        mache gerade ein update für web von 3.4.16 auf 4.2.0

                        Darauf hatte ich doch als erstes schon hingewiesen...

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        E 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @emi-0 sagte in echarts geht nicht zu starten:

                          mache gerade ein update für web von 3.4.16 auf 4.2.0

                          Darauf hatte ich doch als erstes schon hingewiesen...

                          E Offline
                          E Offline
                          Emi 0
                          wrote on last edited by
                          #12

                          @thomas-braun
                          ja, hatte ich leider überlesen

                          1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @emi-0

                            Was hast du gemacht?

                            ls -la /opt/iobroker/iobroker-data/states.jsonl
                            
                            iobroker stop
                            iobroker fix
                            
                            E Offline
                            E Offline
                            Emi 0
                            wrote on last edited by
                            #13

                            @thomas-braun
                            iobroker läuft jetzt
                            soll ich jetzt die 3 Befehle noch ausführen?

                            Thomas BraunT 1 Reply Last reply
                            0
                            • E Emi 0

                              @thomas-braun
                              iobroker läuft jetzt
                              soll ich jetzt die 3 Befehle noch ausführen?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #14

                              @emi-0

                              Wenn's läuft nicht unbedingt.
                              Was sagt:

                              iobroker status
                              iobroker update -u
                              sudo ln -s /usr/bin/node /usr/bin/nodejs
                              which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                              

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              E 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @emi-0

                                Wenn's läuft nicht unbedingt.
                                Was sagt:

                                iobroker status
                                iobroker update -u
                                sudo ln -s /usr/bin/node /usr/bin/nodejs
                                which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                
                                E Offline
                                E Offline
                                Emi 0
                                wrote on last edited by
                                #15

                                @thomas-braun

                                micros02@smartmeter:~ $ iobroker status
                                 Unable to increase LUA script timeout: Connection is closed.
                                 Cannot determine Set feature status: Connection is closed.
                                Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
                                micros02@smartmeter:~ $
                                
                                
                                Thomas BraunT 1 Reply Last reply
                                0
                                • E Emi 0

                                  @thomas-braun

                                  micros02@smartmeter:~ $ iobroker status
                                   Unable to increase LUA script timeout: Connection is closed.
                                   Cannot determine Set feature status: Connection is closed.
                                  Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
                                  micros02@smartmeter:~ $
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #16

                                  @emi-0 sagte in echarts geht nicht zu starten:

                                  /opt/iobroker/iobroker-data/objects.jsonl

                                  sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                                  

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  E 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @emi-0 sagte in echarts geht nicht zu starten:

                                    /opt/iobroker/iobroker-data/objects.jsonl

                                    sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                                    
                                    E Offline
                                    E Offline
                                    Emi 0
                                    wrote on last edited by
                                    #17

                                    @thomas-braun

                                    micros02@smartmeter:~ $ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                                    sudo: lsof: command not found
                                    micros02@smartmeter:~ $
                                    
                                    
                                    Thomas BraunT 1 Reply Last reply
                                    0
                                    • E Emi 0

                                      @thomas-braun

                                      micros02@smartmeter:~ $ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                                      sudo: lsof: command not found
                                      micros02@smartmeter:~ $
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #18

                                      @emi-0

                                      sudo apt update
                                      sudo apt install lsof
                                      

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      E 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @emi-0

                                        sudo apt update
                                        sudo apt install lsof
                                        
                                        E Offline
                                        E Offline
                                        Emi 0
                                        wrote on last edited by
                                        #19

                                        @thomas-braun
                                        hat etwas länger gedauert, weil PUTTY abgeschmiert war

                                        micros02@smartmeter:~ $ sudo apt update
                                        Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
                                        Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
                                        Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB]
                                        Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [264 kB]
                                        Fetched 13.5 MB in 51s (266 kB/s)
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        4 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                        micros02@smartmeter:~ $ sudo apt install lsof
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        The following NEW packages will be installed:
                                          lsof
                                        0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
                                        Need to get 308 kB of archives.
                                        After this operation, 449 kB of additional disk space will be used.
                                        Get:1 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf lsof armhf 4.93.2+dfsg-1.1 [308 kB]
                                        Fetched 308 kB in 2s (183 kB/s)
                                        Selecting previously unselected package lsof.
                                        (Reading database ... 53331 files and directories currently installed.)
                                        Preparing to unpack .../lsof_4.93.2+dfsg-1.1_armhf.deb ...
                                        Unpacking lsof (4.93.2+dfsg-1.1) ...
                                        Setting up lsof (4.93.2+dfsg-1.1) ...
                                        Processing triggers for man-db (2.9.4-2) ...
                                        micros02@smartmeter:~ $
                                        
                                        Was tue ich jetzt?
                                        
                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • E Emi 0

                                          @thomas-braun
                                          hat etwas länger gedauert, weil PUTTY abgeschmiert war

                                          micros02@smartmeter:~ $ sudo apt update
                                          Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
                                          Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
                                          Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB]
                                          Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [264 kB]
                                          Fetched 13.5 MB in 51s (266 kB/s)
                                          Reading package lists... Done
                                          Building dependency tree... Done
                                          Reading state information... Done
                                          4 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                          micros02@smartmeter:~ $ sudo apt install lsof
                                          Reading package lists... Done
                                          Building dependency tree... Done
                                          Reading state information... Done
                                          The following NEW packages will be installed:
                                            lsof
                                          0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
                                          Need to get 308 kB of archives.
                                          After this operation, 449 kB of additional disk space will be used.
                                          Get:1 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf lsof armhf 4.93.2+dfsg-1.1 [308 kB]
                                          Fetched 308 kB in 2s (183 kB/s)
                                          Selecting previously unselected package lsof.
                                          (Reading database ... 53331 files and directories currently installed.)
                                          Preparing to unpack .../lsof_4.93.2+dfsg-1.1_armhf.deb ...
                                          Unpacking lsof (4.93.2+dfsg-1.1) ...
                                          Setting up lsof (4.93.2+dfsg-1.1) ...
                                          Processing triggers for man-db (2.9.4-2) ...
                                          micros02@smartmeter:~ $
                                          
                                          Was tue ich jetzt?
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #20

                                          @emi-0

                                          Jetzt nimmst du die 4 Updates auch noch mit:

                                          sudo apt full-upgrade
                                          sudo reboot
                                          

                                          Wenn es dann immer noch klemmt schauen wir je nach Meldung weiter.

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          E 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          610

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe