Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. "Verbunden mit influxdb" Falsch -> Keine Werte in Datenbank

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    "Verbunden mit influxdb" Falsch -> Keine Werte in Datenbank

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

      Hallo und guten Abend,

      dies ist sicher eine völlige Anfängerfrage, aber ich finde keinen Lösungsansatz über die Suche und das Wiki:

      Ich habe den Wolf (Heizung) Adapter im Betrieb und dieser liefert fleissig Zustände, allerdings fliesen die Daten nicht in die Influxdb-Instanz. Das einzig sichtbare Zeichen ist ein gelber Punkt vor der Instanz und "Verbunden mit influxdb" ist falsch. Muss ich mitteilen welche Werte in die Datenbank geschrieben werden sollen?

      iobroker läuft auf Ubuntu 16.04.1 LTS, nachdem es auf 16.10 sich Node.js nicht korrekt das setup ausführte. Die Datenbank ist eine seperate Maschine. Die Datenbank wird über http angesprochen.

      ioBroker Admin 1.6.11

      iobroker 0.15.3

      History with InfluxDB 1.3.1

      wolf 0.92

      Bei Neustart der InfluxDB erfolgt dies im Log:

      influxdb.0	2017-01-23 21:17:59.200	info	influxdb.0 Connected!
      influxdb.0	2017-01-23 21:17:59.198	info	influxdb.0 Connecting http://influxdata.XXXXXXXXXX:8086 ...
      influxdb.0	2017-01-23 21:17:59.198	info	influxdb.0 Buffer initialized with data for 0 points and 0 conflicts from last exit
      influxdb.0	2017-01-23 21:17:59.198	info	influxdb.0 starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.influxdb, node: v4.7.2
      iobroker	2017-01-23 21:17:58.790	info	host.iobroker instance system.adapter.influxdb.0 started with pid 1388
      host.iobroker	2017-01-23 21:17:56.297	info	instance system.adapter.influxdb.0 terminated with code 0 (OK)
      influxdb.0	2017-01-23 21:17:56.289	info	terminating
      host.iobroker	2017-01-23 21:17:56.285	info	stopInstance system.adapter.influxdb.0 killing pid 1284
      host.iobroker	2017-01-23 21:17:56.285	info	stopInstance system.adapter.influxdb.0
      influxdb.0	2017-01-23 21:17:56.286	warn	Store data for 0 points and 0 conflicts
      

      Liebe Grüße,

      Ingo

      geändert: Code in Code-Tags; Homoran (Mod)

      1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators last edited by

        Hallo Ingo und Willkommen im Forum!

        Erst die Begrüßung und dann der Anschiss 😉

        Code bitte immer in Code-Tags!

        @Kulturfolger:

        Muss ich mitteilen welche Werte in die Datenbank geschrieben werden sollen? `
        Ja, indem du sie unter Objekte definierst, aber vorher…

        @Kulturfolger:

        vor der Instanz und "Verbunden mit influxdb" ist falsch. `
        Was passiert, wenn du in der Konfiguration der Instanz auf "Verbindung testen" klickst?

        Gruß

        Rainer

        1 Reply Last reply Reply Quote 0
        • K
          Kulturfolger last edited by

          Vielen Dank für die liebe Begrüßung (Anschiss 😉 )

          @Homoran:

          Ja, indem du sie unter Objekte definierst, aber vorher… `
          Ich hatte gehofft es wird pauschal alle Ereignisse geschrieben. Bedeutet konkret, ich muss unter z.B. Objekte … wolf.0 ... bm1 ... 54 Außentemperatur... den Java-Code erweitern und Ihm sagen, schreibe den neuen Wert in die Datenbank, wenn er von dem alten Wert abweicht?

          @Homoran:

          Was passiert, wenn du in der Konfiguration der Instanz auf "Verbindung testen" klickst? `
          Dann kommt ein OK.

          Liebe Grüße,

          Ingo

          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators last edited by

            @Kulturfolger:

            Ich hatte gehofft es wird pauschal alle Ereignisse geschrieben. `
            Das wird zuviel!, und ganz allgemein: wohin schreiben?

            Ich muss die Doku noch auf den neuesten Stand bringen und erweitern.

            Deshalb in Kurzform:

            Daten können im moment durch dtei Adapter geloggt werden.

            • History (schreibt in eine json Tabelle)

            • influxDB (schreibt in eine Datenbank, die auch auf einem anderen Rechner liegen kann)

            • sql (wie influxDB)

            Hier ist für history die alte Doku

            http://www.iobroker.net/?page_id=144&lang=de

            Die Funktionalität ist inzwischen deutlich erweitert.

            Wenn du fragen hast, stell sie, das zeigt mir wo ich bei der Doku drauf eingehen muss.

            @Kulturfolger:

            Bedeutet konkret, ich muss unter z.B. Objekte … wolf.0 ... bm1 ... 54 Außentemperatur... den Java-Code erweitern und Ihm sagen, schreibe den neuen Wert in die Datenbank, wenn er von dem alten Wert abweicht? `
            Geht einfacher (s.o.) und es gibt verschiedene optionen was gespeichert werden soll.

            Alle Datenpunkte, nur bei Änderung, dann sogar nur bei einer Änderung von mindestens…

            Wenn bei dir ein ok kommt und trotzdem die Ampel gelb ist, ist das ein bug, da muss @apollon77 mal nachsehen.

            Gruß

            Rainer

            1 Reply Last reply Reply Quote 0
            • K
              Kulturfolger last edited by

              Ach, so geht das. Hab ich einfach nicht gefunden. Auf der Seite zur InfluxDB steht viel zum Thema Java-Code. Dachte ich muss da einen Code-Schnippsel nehmen und an irgendeiner Stelle hinzufügen, aber aus dem Text konnte ich nicht rauslesen, wie es nach der Installation der Erweiterung weitergeht.

              Ich hab leider nicht das kleine Zahnrad entdeckt gehabt, jetzt fliesen die Daten wie gewollt in die Datenbank und ich sehe die Vorlauftemperatur, Rücklauftemperatur der Therme sowie die Luftfeuchtigkeit und Temperatur innen wie außen. Vielen Dank, Du bist mein Held!

              LG,

              Ingo

              1 Reply Last reply Reply Quote 0
              • E
                eastcoast last edited by

                Hallo,

                ich hänge mich hier mal kurz ran da es dazu passt:

                Der Adapter Status ist "gelb":

                Verbunden mit Host: wahr
                Lebenszeichen wahr:
                Verbunden mit InfluxDb: falsch
                
                

                InfluxDb läuft, bei "Verbindung testen" im Adapter erscheint "OK",

                bei einem Adapter Neustart erscheint im Log (Level=Debug) folgendes:

                influxdb.0	2017-03-03 10:02:37.570	info	enabled logging of javascript.0.froniusSymo.meter.PowerReal_P_Sum, 1 points now activated
                influxdb.0	2017-03-03 10:02:37.535	info	Connected!
                influxdb.0	2017-03-03 10:02:37.431	info	Connecting http://localhost:8086 ...
                influxdb.0	2017-03-03 10:02:37.427	info	Buffer initialized with data for 0 points and 0 conflicts from last exit
                influxdb.0	2017-03-03 10:02:37.392	info	starting. Version 1.3.4 in /opt/iobroker/node_modules/iobroker.influxdb, node: v4.6.1
                influxdb.0	2017-03-03 10:02:33.243	info	terminating
                
                

                Scheint alles ok zu sein…

                Irgendwelche Ideen oder Vorschläge?

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

                  Hm … also wenn da "Connected!" steht sollte eigentlich alles tun.

                  Schreibt er werte rein?

                  Kannst auch mal versuchen das ganze im Debug-Modus laufen zu lassen (Instanzen-> Expertnmodus), was sagt das log dann?

                  Was sagt das InfluxDB log?

                  Ingo F

                  1 Reply Last reply Reply Quote 0
                  • E
                    eastcoast last edited by

                    @apollon77:

                    Hm … also wenn da "Connected!" steht sollte eigentlich alles tun.

                    Schreibt er werte rein? `
                    Ja, Werte werden geschrieben (habe zurzeit zum Testen nur einen Datenpunkt aktiviert).
                    @apollon77:

                    Kannst auch mal versuchen das ganze im Debug-Modus laufen zu lassen (Instanzen-> Expertnmodus), was sagt das log dann? `
                    Eigentlich nichts auffälliges:

                    influxdb.0	2017-03-04 10:04:02.007	debug	Min-Delta reached javascript.0.froniusSymo.meter.PowerReal_P_Sum, last-value=1561, new-value=1519, ts=1488618241999
                    influxdb.0	2017-03-04 10:03:02.502	debug	Min-Delta reached javascript.0.froniusSymo.meter.PowerReal_P_Sum, last-value=1564, new-value=1561, ts=1488618182494
                    influxdb.0	2017-03-04 10:01:55.655	info	Connected!
                    influxdb.0	2017-03-04 10:01:55.437	info	enabled logging of javascript.0.froniusSymo.meter.PowerReal_P_Sum, 1 points now activated
                    influxdb.0	2017-03-04 10:01:55.262	info	Connecting http://localhost:8086 ...
                    influxdb.0	2017-03-04 10:01:55.249	info	Buffer initialized with data for 0 points and 0 conflicts from last exit
                    influxdb.0	2017-03-04 10:01:55.245	info	starting. Version 1.3.4 in /opt/iobroker/node_modules/iobroker.influxdb, node: v4.8.0
                    influxdb.0	2017-03-04 10:01:55.206	debug	statesDB connected
                    influxdb.0	2017-03-04 10:01:55.175	debug	objectDB connected
                    
                    

                    @apollon77:

                    Was sagt das InfluxDB log? `
                    Im log landet leider nichts, aber egal…,

                    ich habe zum Test influxd direkt gestartet und die Ausgaben scheinen unaufällig zu sein...

                    `[i] 2017-03-04T09:01:05Z InfluxDB starting, version 1.2.0, branch master, commit b7bb7e8359642b6e071735b50ae41f5eb343fd42
                    [i] 2017-03-04T09:01:05Z Go version go1.7.4, GOMAXPROCS set to 1
                    [i] 2017-03-04T09:01:05Z Using configuration at: /etc/influxdb/influxdb.conf
                    [i] 2017-03-04T09:01:05Z Using data dir: /var/lib/influxdb/data service=store
                    [i] 2017-03-04T09:01:05Z reading file /var/lib/influxdb/wal/iobroker/global/2/_00001.wal, size 131871 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:05Z reading file /var/lib/influxdb/wal/iobroker/global/2/_00003.wal, size 5564 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:06Z reading file /var/lib/influxdb/wal/iobroker/global/2/_00004.wal, size 2133 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:06Z reading file /var/lib/influxdb/wal/iobroker/global/2/_00005.wal, size 1143 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:06Z reading file /var/lib/influxdb/wal/iobroker/global/2/_00006.wal, size 193699 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:06Z reading file /var/lib/influxdb/wal/iobroker/global/2/_00007.wal, size 0 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:06Z /var/lib/influxdb/data/iobroker/global/2 database index loaded in 277.638µs service=shard
                    [i] 2017-03-04T09:01:06Z /var/lib/influxdb/data/iobroker/global/2 opened in 48.286007ms service=store
                    [i] 2017-03-04T09:01:06Z /var/lib/influxdb/data/_internal/monitor/1/000000001-000000001.tsm (#0) opened in 238.854µs engine=tsm1 service=filestore
                    [i] 2017-03-04T09:01:06Z reading file /var/lib/influxdb/wal/_internal/monitor/1/_00011.wal, size 0 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:06Z /var/lib/influxdb/data/_internal/monitor/1 database index loaded in 1.454684ms service=shard
                    [i] 2017-03-04T09:01:06Z /var/lib/influxdb/data/_internal/monitor/1 opened in 3.107329ms service=store
                    [i] 2017-03-04T09:01:06Z /var/lib/influxdb/data/_internal/monitor/3/000000002-000000002.tsm (#0) opened in 216.272µs engine=tsm1 service=filestore
                    [i] 2017-03-04T09:01:06Z reading file /var/lib/influxdb/wal/_internal/monitor/3/_00011.wal, size 0 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:06Z /var/lib/influxdb/data/_internal/monitor/3 database index loaded in 23.109726ms service=shard
                    [i] 2017-03-04T09:01:06Z /var/lib/influxdb/data/_internal/monitor/3 opened in 29.616859ms service=store
                    [i] 2017-03-04T09:01:06Z reading file /var/lib/influxdb/wal/_internal/monitor/4/_00001.wal, size 10486807 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:09Z reading file /var/lib/influxdb/wal/_internal/monitor/4/_00002.wal, size 5914169 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:11Z reading file /var/lib/influxdb/wal/_internal/monitor/4/_00003.wal, size 0 engine=tsm1 service=cacheloader
                    [i] 2017-03-04T09:01:11Z /var/lib/influxdb/data/_internal/monitor/4 database index loaded in 1.321116ms service=shard
                    [i] 2017-03-04T09:01:11Z /var/lib/influxdb/data/_internal/monitor/4 opened in 5.856145831s service=store
                    [i] 2017-03-04T09:01:11Z opened service service=subscriber
                    [i] 2017-03-04T09:01:11Z Starting monitor system service=monitor
                    [i] 2017-03-04T09:01:11Z 'build' registered for diagnostics monitoring service=monitor
                    [i] 2017-03-04T09:01:11Z 'runtime' registered for diagnostics monitoring service=monitor
                    [i] 2017-03-04T09:01:11Z 'network' registered for diagnostics monitoring service=monitor
                    [i] 2017-03-04T09:01:11Z 'system' registered for diagnostics monitoring service=monitor
                    [i] 2017-03-04T09:01:11Z Starting precreation service with check interval of 10m0s, advance period of 30m0s service=shard-precreation
                    [i] 2017-03-04T09:01:11Z Starting snapshot service service=snapshot
                    [i] 2017-03-04T09:01:11Z Starting continuous query service service=continuous_querier
                    [i] 2017-03-04T09:01:11Z Starting HTTP service service=httpd
                    [i] 2017-03-04T09:01:11Z Authentication enabled:true service=httpd
                    [i] 2017-03-04T09:01:11Z Listening on HTTP:[::]:8086 service=httpd
                    [i] 2017-03-04T09:01:11Z Starting retention policy enforcement service with check interval of 30m0s service=retention
                    [i] 2017-03-04T09:01:11Z Listening for signals
                    [i] 2017-03-04T09:01:11Z Storing statistics in database '_internal' retention policy 'monitor', at interval 10s service=monitor
                    [i] 2017-03-04T09:01:11Z Sending usage statistics to usage.influxdata.com
                    [i] 2017-03-04T09:01:55Z SHOW DATABASES service=query
                    [httpd] 127.0.0.1 - admin [04/Mar/2017:10:01:55 +0100] "GET /query?db=iobroker&p=%5BREDACTED%5D&precision=ms&q=show+databases&u=admin HTTP/1.1" 200 122 "-" "-" 37336e78-00b9-11e7-8001-000000000000 331820
                    [httpd] 127.0.0.1 - admin [04/Mar/2017:10:02:12 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 41434265-00b9-11e7-8002-000000000000 9263
                    [httpd] 127.0.0.1 - admin [04/Mar/2017:10:03:12 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 65366d22-00b9-11e7-8003-000000000000 15748
                    [httpd] 127.0.0.1 - admin [04/Mar/2017:10:04:12 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 88ade566-00b9-11e7-8004-000000000000 3162` 
                    Der Vollständigkeit halber hier noch Status und Adapterkonfig
                      [1408_clipboard02.jpg](/assets/uploads/files/1408_clipboard02.jpg)  
                      [1408_clipboard06.jpg](/assets/uploads/files/1408_clipboard06.jpg)  [/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i]
                    
                    1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators last edited by

                      Hallo Ingo,

                      Auf meinem Pine64 bleibt das ja auch gelb! Du erinnerst dich?

                      Läuft trotzdem gut.

                      Gruß

                      Rainer

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

                        Ich kapiere es nur nicht 😞

                        Admin und js-controller sind aktuell?

                        Was steht denn im "connected" Datenpunkt vom Adapter/Instanz?

                        1 Reply Last reply Reply Quote 0
                        • E
                          eastcoast last edited by

                          @apollon77:

                          Admin und js-controller sind aktuell? `
                          ioBroker Admin: 1.6.11

                          js-controller: 0.15.3
                          @apollon77:

                          Was steht denn im "connected" Datenpunkt vom Adapter/Instanz? `
                          Nichts…!? Siehe Bild
                          1408_clipboard01.jpg

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

                            Ich blick es genauso wenig wie bei Homoran … Bitte update vom Github. Jetzt gibts error-logging wenn "connected" nicht aktualisiert werden kann. Mal schauen ob das mehr Infos bringt.

                            1 Reply Last reply Reply Quote 0
                            • E
                              eastcoast last edited by

                              @apollon77:

                              Ich blick es genauso wenig wie bei Homoran … Bitte update vom Github. Jetzt gibts error-logging wenn "connected" nicht aktualisiert werden kann. Mal schauen ob das mehr Infos bringt. `
                              Hallo,

                              installiert via console mit "npm install https://github.com/ioBroker/ioBroker.influxdb.git" und hier der Log:

                              influxdb.0	2017-03-06 18:53:13.083	debug	influxdb.0 Datatype javascript.0.froniusSymo.meter.PowerReal_P_Sum: Currently: number, StorageType: false
                              influxdb.0	2017-03-06 18:53:13.083	debug	influxdb.0 Datatype javascript.0.froniusSymo.inverter.DAY_ENERGY: Currently: number, StorageType: false
                              influxdb.0	2017-03-06 18:53:13.074	debug	influxdb.0 Datatype javascript.0.froniusSymo.inverter.PAC: Currently: number, StorageType: false
                              influxdb.0	2017-03-06 18:53:03.064	debug	inMem message javascript.0.froniusSymo.meter.PowerReal_P_Sum javascript.0.froniusSymo.meter.PowerReal_P_Sum
                              influxdb.0	2017-03-06 18:53:03.056	debug	inMem message javascript.0.froniusSymo.inverter.DAY_ENERGY javascript.0.froniusSymo.inverter.DAY_ENERGY
                              influxdb.0	2017-03-06 18:53:03.021	debug	inMem message javascript.0.froniusSymo.inverter.PAC javascript.0.froniusSymo.inverter.PAC
                              influxdb.0	2017-03-06 18:52:34.215	info	enabled logging of javascript.0.froniusSymo.history.energyProdDay, 6 points now activated
                              influxdb.0	2017-03-06 18:52:34.215	info	enabled logging of javascript.0.froniusSymo.history.energyRetDay, 5 points now activated
                              influxdb.0	2017-03-06 18:52:34.214	info	enabled logging of javascript.0.froniusSymo.history.energyConsDay, 4 points now activated
                              influxdb.0	2017-03-06 18:52:34.214	info	enabled logging of javascript.0.froniusSymo.meter.PowerReal_P_Sum, 3 points now activated
                              influxdb.0	2017-03-06 18:52:34.213	info	enabled logging of javascript.0.froniusSymo.inverter.DAY_ENERGY, 2 points now activated
                              influxdb.0	2017-03-06 18:52:34.209	info	enabled logging of javascript.0.froniusSymo.inverter.PAC, 1 points now activated
                              influxdb.0	2017-03-06 18:52:34.175	info	Connected!
                              influxdb.0	2017-03-06 18:52:34.025	info	Connecting http://localhost:8086 ...
                              influxdb.0	2017-03-06 18:52:34.021	info	Buffer initialized with data for 0 points and 0 conflicts from last exit
                              influxdb.0	2017-03-06 18:52:34.014	info	starting. Version 1.4.0 in /opt/iobroker/node_modules/iobroker.influxdb, node: v4.8.0
                              influxdb.0	2017-03-06 18:52:33.969	debug	statesDB connected
                              influxdb.0	2017-03-06 18:52:33.889	debug	objectDB connected
                              host.xxxx-iobroker	2017-03-06 18:52:32.034	info	instance system.adapter.influxdb.0 started with pid 13381
                              
                              
                              1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 last edited by

                                Kooooomisch …

                                Bitte nochmal und "iobroker upload influxdb" nicht vergessen!! Habe jetzt auch Success-Logging eingebaut 🙂

                                1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators last edited by

                                  der fast erste Satz ist "connected"

                                  dann finde ich nur noch Datenaktualisierungen und sonst nichts.

                                  Unter Objekte nach wie vor keine Angabe ob connected = true oder false

                                  Gibt es etwas wonach man das log filtern kann?

                                  Gruß

                                  Rainer

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

                                    also basierend auf "debug"-level hatte ich das eingebaut

                                    adapter.log.debug('connected set to ' + connected);

                                    also es sollte etwas kommen wie "connected set to true". Aber halt als Debug.

                                    https://github.com/ioBroker/ioBroker.in … in.js#L123

                                    Kannst es lokal auch einfach in info ändern oder so

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

                                      Kann das nochmal einer machen/checken bitte?!

                                      1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators last edited by

                                        @apollon77:

                                        Kann das nochmal einer machen/checken bitte?! `
                                        Was willst du sehen?

                                        Mein log von heute ist inzwischen 188MB groß, da muss ich schon wissen wonach ich suchen kann.

                                        Habe nochmal aus dem git upgedated und upgeloaded 😉

                                        Auf Anhieb finde ich jetzt:

                                        `2017-03-07 18:02:59.020  - [32minfo[39m: host.ioBroker_Pine64 object change system.adapter.influxdb.0
                                        2017-03-07 18:02:59.022  - [32minfo[39m: host.ioBroker_Pine64 "system.adapter.influxdb.0" enabled
                                        2017-03-07 18:02:59.022  - [32minfo[39m: host.ioBroker_Pine64 stopInstance system.adapter.influxdb.0
                                        2017-03-07 18:02:59.023  - [32minfo[39m: host.ioBroker_Pine64 stopInstance system.adapter.influxdb.0 killing pid 1350
                                        2017-03-07 18:02:59.219  - [33mwarn[39m: host.ioBroker_Pine64 instance system.adapter.influxdb.0 terminated due to SIGTERM
                                        2017-03-07 18:02:59.220  - [32minfo[39m: host.ioBroker_Pine64 instance system.adapter.influxdb.0 terminated with code null ()
                                        2017-03-07 18:03:01.558  - [32minfo[39m: host.ioBroker_Pine64 instance system.adapter.influxdb.0 started with pid 1392
                                        2017-03-07 18:03:02.597  - [32minfo[39m: host.ioBroker_Pine64 instance system.adapter.rflink.0 started with pid 1398
                                        2017-03-07 18:03:04.024  - [32minfo[39m: solarwetter.0 force terminating adapter after 1 minute
                                        2017-03-07 18:03:04.593  - [32minfo[39m: host.ioBroker_Pine64 instance system.adapter.solarwetter.0 terminated with code 0 (OK)
                                        2017-03-07 18:03:05.741  - [32minfo[39m: host. States connected to redis 127.0.0.1:6379
                                        2017-03-07 18:03:05.860  - [32minfo[39m: rflink.0 starting. Version 1.0.8 in /opt/iobroker/node_modules/iobroker.rflink, node: v4.6.1
                                        2017-03-07 18:03:05.830  - [34mdebug[39m: influxdb.0 objectDB connected
                                        2017-03-07 18:03:05.917  - [34mdebug[39m: influxdb.0 statesDB connected
                                        2017-03-07 18:03:05.948  - [32minfo[39m: host. States connected to redis 127.0.0.1:6379
                                        2017-03-07 18:03:05.983  - [34mdebug[39m: host. redis get system.adapter.influxdb.0.alive ok: {"val":false,"ack":true,"ts":1488906179221,"q":0,"from":"system.host.ioBroker_Pine64","lc":1488906179221}
                                        2017-03-07 18:03:06.079  - [32minfo[39m: influxdb.0 starting. Version 1.4.0 in /opt/iobroker/node_modules/iobroker.influxdb, node: v4.6.1
                                        2017-03-07 18:03:06.086  - [32minfo[39m: vis.0 400 files uploaded...
                                        2017-03-07 18:03:06.191  - [32minfo[39m: rflink.0 Serial port opened
                                        2017-03-07 18:03:06.116  - [32minfo[39m: influxdb.0 No stored data from last exit found
                                        2017-03-07 18:03:06.126  - [32minfo[39m: influxdb.0 Connecting http://localhost:8086 ...
                                        2017-03-07 18:03:06.202  - [34mdebug[39m: host. redis psubscribe io.influxdb.0.checkLogging
                                        2017-03-07 18:03:06.241  - [34mdebug[39m: host. redis keys 1 *.logging[/code]`
                                        
                                        Die Ampel ist gelb, unter influxdb.0.info.connection steht immer noch nichts
                                        
                                        EDIT:
                                        
                                        das noch gefunden:
                                        `~~[code]~~2017-03-07 17:59:43.956  - [32minfo[39m: iobroker got /opt/iobroker/node_modules/iobroker.influxdb/admin
                                        2017-03-07 17:59:43.986  - [32minfo[39m: iobroker upload [2] influxdb.admin /opt/iobroker/node_modules/iobroker.influxdb/admin/influxdb.png influxdb.png image/png
                                        2017-03-07 17:59:44.124  - [32minfo[39m: iobroker upload [1] influxdb.admin /opt/iobroker/node_modules/iobroker.influxdb/admin/index.html index.html text/html
                                        2017-03-07 17:59:44.224  - [32minfo[39m: iobroker upload [0] influxdb.admin /opt/iobroker/node_modules/iobroker.influxdb/admin/custom.html custom.html text/html
                                        2017-03-07 17:59:44.305  - [34mdebug[39m: host. redis pmessage  io.* io.system.adapter.influxdb.upload {"val":0,"ack":false,"ts":1488905984302,"q":0,"lc":1480363337473}
                                        2017-03-07 17:59:44.412  - [32minfo[39m: host.ioBroker_Pine64 object change system.adapter.influxdb.0
                                        2017-03-07 17:59:44.439  - [33mwarn[39m: influxdb.0 Store data for 0 points and 0 conflicts
                                        2017-03-07 17:59:44.444  - [34mdebug[39m: host. redis publish io.system.adapter.influxdb.0.alive {"val":false,"ack":true,"ts":1488905984444,"q":0,"from":"system.adapter.influxdb.0","lc":1488905984444}
                                        2017-03-07 17:59:44.413  - [32minfo[39m: host.ioBroker_Pine64 "system.adapter.influxdb.0" disabled
                                        2017-03-07 17:59:44.416  - [32minfo[39m: host.ioBroker_Pine64 stopInstance system.adapter.influxdb.0
                                        2017-03-07 17:59:44.417  - [32minfo[39m: host.ioBroker_Pine64 stopInstance system.adapter.influxdb.0 killing pid 12189
                                        2017-03-07 17:59:44.456  - [32minfo[39m: influxdb.0 terminating
                                        2017-03-07 17:59:44.492  - [32minfo[39m: host.ioBroker_Pine64 object change system.adapter.influxdb.0
                                        2017-03-07 17:59:44.494  - [32minfo[39m: host.ioBroker_Pine64 "system.adapter.influxdb.0" enabled
                                        2017-03-07 17:59:44.539  - [32minfo[39m: host.ioBroker_Pine64 instance system.adapter.influxdb.0 started with pid 23258
                                        2017-03-07 17:59:44.602  - [32minfo[39m: host.ioBroker_Pine64 instance system.adapter.influxdb.0 terminated with code 0 (OK)
                                        2017-03-07 17:59:44.623  - [32minfo[39m: iobroker Adapter "system.adapter.influxdb.0" restarted.
                                        2017-03-07 17:59:44.643  - [32minfo[39m: iobroker exit 0
                                        2017-03-07 17:59:45.061  - [32minfo[39m: host.ioBroker_Pine64 Update repository "default" under "http://download.iobroker.net/sources-dist.json"
                                        2017-03-07 17:59:47.801  - [34mdebug[39m: influxdb.0 objectDB connected
                                        2017-03-07 17:59:47.867  - [34mdebug[39m: influxdb.0 statesDB connected
                                        2017-03-07 17:59:47.882  - [32minfo[39m: host. States connected to redis 127.0.0.1:6379
                                        2017-03-07 17:59:47.906  - [34mdebug[39m: host. redis get system.adapter.influxdb.0.alive ok: {"val":false,"ack":true,"ts":1488905984628,"q":0,"from":"system.host.ioBroker_Pine64","lc":1488905984444}
                                        2017-03-07 17:59:47.966  - [32minfo[39m: influxdb.0 starting. Version 1.4.0 in /opt/iobroker/node_modules/iobroker.influxdb, node: v4.6.1
                                        2017-03-07 17:59:47.982  - [32minfo[39m: influxdb.0 Buffer initialized with data for 0 points and 0 conflicts from last exit
                                        2017-03-07 17:59:47.989  - [32minfo[39m: influxdb.0 Connecting http://localhost:8086 ...
                                        2017-03-07 17:59:48.034  - [34mdebug[39m: host. redis psubscribe io.influxdb.0.checkLogging
                                        2017-03-07 17:59:48.062  - [34mdebug[39m: host. redis keys 1 *.logging
                                        2017-03-07 17:59:48.066  - [34mdebug[39m: host. redis publish io.system.adapter.influxdb.0.alive {"val":true,"ack":true,"ts":1488905988066,"q":0,"from":"system.adapter.influxdb.0","lc":1488905988066}
                                        2017-03-07 17:59:48.072  - [34mdebug[39m: host. redis publish io.system.adapter.influxdb.0.connected {"val":true,"ack":true,"ts":1488905988068,"q":0,"from":"system.adapter.influxdb.0","lc":1488905988068}
                                        2017-03-07 17:59:48.075  - [34mdebug[39m: host. redis publish io.system.adapter.influxdb.0.memRss {"val":41.66,"ack":true,"ts":1488905988074,"q":0,"from":"system.adapter.influxdb.0","lc":1488905988074}
                                        2017-03-07 17:59:48.079  - [34mdebug[39m: host. redis publish io.system.adapter.influxdb.0.memHeapTotal {"val":36.73,"ack":true,"ts":1488905988078,"q":0,"from":"system.adapter.influxdb.0","lc":1488905988078}
                                        2017-03-07 17:59:48.083  - [34mdebug[39m: host. redis publish io.system.adapter.influxdb.0.memHeapUsed {"val":25.55,"ack":true,"ts":1488905988082,"q":0,"from":"system.adapter.influxdb.0","lc":1488905988082}
                                        2017-03-07 17:59:48.088  - [34mdebug[39m: host. redis publish io.system.adapter.influxdb.0.uptime {"val":3,"ack":true,"ts":1488905988087,"q":0,"from":"system.adapter.influxdb.0","lc":1488905988087}
                                        2017-03-07 17:59:48.093  - [34mdebug[39m: host. redis publish io.influxdb.0.info.connected {"val":false,"ack":true,"ts":1488905988093,"q":0,"from":"system.adapter.influxdb.0","lc":1488905988093}
                                        2017-03-07 17:59:48.108  - [34mdebug[39m: host. redis mget 1 1
                                        2017-03-07 17:59:48.113  - [34mdebug[39m: influxdb.0 connected set to false
                                        2017-03-07 17:59:48.171  - [32minfo[39m: influxdb.0 Connected!
                                        2017-03-07 17:59:48.172  - [34mdebug[39m: host. redis publish io.influxdb.0.info.connected {"val":true,"ack":true,"ts":1488905988172,"q":0,"from":"system.adapter.influxdb.0","lc":1488905988172}
                                        2017-03-07 17:59:48.178  - [34mdebug[39m: influxdb.0 connected set to true[/code]`
                                        
                                        Gruß
                                        
                                        Rainer[/code]
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • E
                                          eastcoast last edited by

                                          @apollon77:

                                          Kann das nochmal einer machen/checken bitte?! `
                                          Hallo,

                                          habe gerade nochmal von github aktualisiert…

                                          Status ist noch gelb, Objekt influxdb.0.info.connection hat keinen Wert, hier der Log:

                                          influxdb.0	2017-03-07 18:42:12.333	debug	influxdb.0 Datatype javascript.0.froniusSymo.meter.PowerReal_P_Sum: Currently: number, StorageType: false
                                          influxdb.0	2017-03-07 18:42:12.274	debug	influxdb.0 Datatype javascript.0.froniusSymo.inverter.DAY_ENERGY: Currently: number, StorageType: false
                                          influxdb.0	2017-03-07 18:42:12.271	debug	influxdb.0 Datatype javascript.0.froniusSymo.inverter.PAC: Currently: number, StorageType: false
                                          influxdb.0	2017-03-07 18:42:02.329	debug	inMem message javascript.0.froniusSymo.meter.PowerReal_P_Sum javascript.0.froniusSymo.meter.PowerReal_P_Sum
                                          influxdb.0	2017-03-07 18:42:02.250	debug	inMem message javascript.0.froniusSymo.inverter.DAY_ENERGY javascript.0.froniusSymo.inverter.DAY_ENERGY
                                          influxdb.0	2017-03-07 18:42:02.243	debug	inMem message javascript.0.froniusSymo.inverter.PAC javascript.0.froniusSymo.inverter.PAC
                                          influxdb.0	2017-03-07 18:41:04.279	info	enabled logging of javascript.0.froniusSymo.history.energyProdDay, 6 points now activated
                                          influxdb.0	2017-03-07 18:41:04.279	info	enabled logging of javascript.0.froniusSymo.history.energyRetDay, 5 points now activated
                                          influxdb.0	2017-03-07 18:41:04.279	info	enabled logging of javascript.0.froniusSymo.history.energyConsDay, 4 points now activated
                                          influxdb.0	2017-03-07 18:41:04.279	info	enabled logging of javascript.0.froniusSymo.meter.PowerReal_P_Sum, 3 points now activated
                                          influxdb.0	2017-03-07 18:41:04.278	info	enabled logging of javascript.0.froniusSymo.inverter.DAY_ENERGY, 2 points now activated
                                          influxdb.0	2017-03-07 18:41:04.278	info	enabled logging of javascript.0.froniusSymo.inverter.PAC, 1 points now activated
                                          influxdb.0	2017-03-07 18:41:04.266	debug	connected set to true
                                          influxdb.0	2017-03-07 18:41:04.257	info	Connected!
                                          influxdb.0	2017-03-07 18:41:04.160	debug	connected set to false
                                          influxdb.0	2017-03-07 18:41:04.071	info	Connecting http://localhost:8086 ...
                                          influxdb.0	2017-03-07 18:41:04.069	info	Buffer initialized with data for 0 points and 0 conflicts from last exit
                                          influxdb.0	2017-03-07 18:41:04.065	info	starting. Version 1.4.0 in /opt/iobroker/node_modules/iobroker.influxdb, node: v4.8.0
                                          influxdb.0	2017-03-07 18:41:04.015	debug	statesDB connected
                                          influxdb.0	2017-03-07 18:41:03.952	debug	objectDB connected
                                          
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 last edited by

                                            ` > 2017-03-07 17:59:48.171 - [32minfo[39m: influxdb.0 Connected!

                                            2017-03-07 17:59:48.172 - [34mdebug[39m: host. redis publish io.influxdb.0.info.connected {"val":true,"ack":true,"ts":1488905988172,"q":0,"from":"system.adapter.influxdb.0","lc":1488905988172}

                                            2017-03-07 17:59:48.178 - [34mdebug[39m: influxdb.0 connected set to true `

                                            Also das hier sagt (und das andere Log ist bis auf die redis-Debug-Logs identisch) hier eindeutig das das setzen des Wertes klappt…

                                            Also die Frage ist damit für mich eher: Warum wird es im Admin nicht angezeigt ...? Kann es sein das Ihr irgendwie in die "Anzahl der Meldungten und daher "Unsubscribe im Admin" reingerannt seid?

                                            @Homoran: Schalt dorhc für den Datenpunkt mal History ein und schaue nach ein paa ein/aus-Sachen (also Adapte restarts oder so) was History sagt 🙂

                                            Und kannst Debug wieder ausschalten. `

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            22
                                            5469
                                            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