[SOLVED] RRD4J no charts

I think I’ll start from scratch with another fresh installation on a second SSD …

Good luck!

This is really crazy.

I did another attempt and installed openhabian from scratch.

  1. wrote the image file with Etcher to SSD
  2. booted the raspberry and went through the installation
  3. installed the RRD4J binding via paper UI
  4. copied the following stripped down versions of textfiles to raspi

tplink.things

tplinksmarthome:hs110:YYYY    "TP-Link: Zwischenstecker 1 - HS - HS110"        [ deviceId="XXXXXXXXXXXX", refresh=60 ]

home.items

Switch   EG_bad_x_tp1_switch         "Trockner - Switch"         <selfsocket>    (gM,gR,Gtplink,Gzstecker,Geg,Gbadeg)          {channel="tplinksmarthome:hs110:YYYY:switch"}
Switch   EG_bad_x_tp1_led            "Trockner - Switch Led"     <selfsocket>    (gM,Gtplink,Gzstecker,Geg,Gbadeg)          {channel="tplinksmarthome:hs110:YYYY:led"}
Number   EG_bad_x_tp1_rssi           "Trockner - Signal"         <selfsocket>    (gM,gR,Gtplink,Gzstecker,Geg,Gbadeg)          {channel="tplinksmarthome:hs110:YYYY:rssi"}
Number   EG_bad_x_tp1_power          "Trockner - Power"          <selfsocket>    (gM,gR,Gtplink,Gzstecker,Geg,Gbadeg)          {channel="tplinksmarthome:hs110:YYYY:power"}
Number   EG_bad_x_tp1_energyusage    "Trockner - Energy Usage"   <selfsocket>    (gM,gR,Gtplink,Gzstecker,Geg,Gbadeg)          {channel="tplinksmarthome:hs110:YYYY:energyUsage"}
Number   EG_bad_x_tp1_current        "Trockner - Current"        <selfsocket>    (gM,Gtplink,Gzstecker,Geg,Gbadeg)          {channel="tplinksmarthome:hs110:YYYY:current"}
Number   EG_bad_x_tp1_voltage        "Trockner - Voltage"        <selfsocket>    (gM,Gtplink,Gzstecker,Geg,Gbadeg)          {channel="tplinksmarthome:hs110:YYYY:voltage"}

rrd4j.persist

Strategies {
    everyMinute:    "0 * * * * ?"
    every10Minute:  "10 * * * * ?"
    everyHour:      "0 0 * * * ?"
    everyDay:       "0 0 0 * * ?"
    default = everyChange
}

Items {
    EG_bad_x_tp1_voltage: strategy = everyMinute, restoreOnStartup
    EG_bad_x_tp1_switch: strategy = everyMinute, restoreOnStartup
    EG_bad_x_tp1_power: strategy = everyMinute, restoreOnStartup
    EG_bad_x_tp1_energyusage: strategy = everyMinute, restoreOnStartup
    EG_bad_x_tp1_rssi: strategy = everyMinute, restoreOnStartup
}

test.sitemap

sitemap test label="Test" {
    Frame label="RRD4J" {
        Text item=Gcharts {
            Chart item=EG_bad_x_tp1_switch refresh=60000 period=h legend=true
            Chart item=EG_bad_x_tp1_power refresh=60000 period=h legend=true
            Chart item=EG_bad_x_tp1_energyusage refresh=60000 period=h legend=true
            Chart item=EG_bad_x_tp1_rssi refresh=60000 period=h legend=true
			Chart item=EG_bad_x_tp1_voltage refresh=60000 period=h legend=true
            }
    }
}

The outcome was the same as always:

[thome.ui.internal.chart.ChartServlet] - Chart generation failed: null

The next thing I’ll do is to try a fresh installation on an SD card - maybe there is something wrong with RRD$J in connection with SSD???

Is it correct that persistence-rrd4j is version 1.13.0 - according to paper UI?

The version is correct.
What is your default persistence service in PaperUI? Rrd4j needs to be set there or it needs to be specified in the chart line.

BTW: My raspi is running openhabian from a ssd!

This field is currently empty. But the only persistence I’ve installed is RRD4J

As said before, the chart needs it either there or in the defining line.

BTW: You had it set in your original post!

IT WORKS NOW :smile:

I did a new install on an SD card - and tried the steps above … still didn’t work.

THEN I came across @P4trick’s thread … installed InfluxDB+Grafana - and finally, the charts are back (which is very strange)

image

Next step is to try it on my live system.

Just to understand you are still using rrd4j?

Yes - only RRD4J in this test setup.

Really weird!
Which version did you install? I’m on 2.4.0 Release Build

openHAB 2.4.0-1 (Release Build) - on Raspberry PI 3B with SSD

Don’t know where the “1” is coming from, where did you look for the version? My statement is from the opening statement of the Karaf console.

It from SSH login screen:

Ups, stupid.me! I’m on the same version, also running from a raspi 3B with ssd.
Maybe we should compare our bundle:list. Can’t say how to write that output to afile on the karaf console.

Yes, sure - please let me know how to do …

I managed to get my bundle:list into a file with:

bundle:list > myfile.txt

The file ended up in the userdata samba share (which is the folder var/lib/openhab2)

My contents are:

START LEVEL 100 , List Threshold: 50
 ID │ State    │ Lvl │ Version                │ Name
────┼──────────┼─────┼────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 20 │ Active   │  80 │ 5.3.1.201602281253     │ OSGi JAX-RS Connector
 21 │ Active   │  80 │ 2.7.0.v20170129-0911   │ Gson: Google Json Library for Java
 22 │ Active   │  80 │ 18.0.0                 │ Guava: Google Core Libraries for Java
 23 │ Active   │  80 │ 3.0.0.v201312141243    │ Google Guice (No AOP)
 26 │ Active   │  80 │ 3.5.5                  │ JmDNS
 28 │ Active   │  80 │ 1.0.0                  │ Units of Measurement API
 30 │ Active   │  80 │ 1.1.0.Final            │ Bean Validation API
 31 │ Active   │  80 │ 2.0.1                  │ javax.ws.rs-api
 32 │ Active   │  80 │ 3.2.0.v201101311130    │ ANTLR Runtime
 35 │ Active   │  80 │ 3.2.1                  │ Commons Collections
 36 │ Active   │  80 │ 1.1                    │ Commons Exec
 37 │ Active   │  80 │ 2.2.0                  │ Commons IO
 38 │ Active   │  80 │ 2.6                    │ Commons Lang
 47 │ Active   │  80 │ 4.2.1                  │ Apache Karaf :: OSGi Services :: Event
 63 │ Active   │  80 │ 4.6.0                  │ Apache XBean OSGI Bundle Utilities
 64 │ Active   │  80 │ 4.6.0                  │ Apache XBean :: Classpath Resource Finder
 65 │ Active   │  80 │ 2.12.0.v20160420-0247  │ EMF Common
 66 │ Active   │  80 │ 2.12.0.v20160420-0247  │ EMF Ecore
 67 │ Active   │  80 │ 2.11.0.v20160420-0247  │ EMF Change Model
 68 │ Active   │  80 │ 2.12.0.v20160420-0247  │ EMF XML/XMI Persistence
 69 │ Active   │  80 │ 3.8.0.v20160509-1230   │ Common Eclipse Runtime
 70 │ Active   │  80 │ 3.6.100.v20160223-2218 │ Extension Registry Support
 80 │ Active   │  80 │ 9.4.11.v20180605       │ Jetty :: Proxy
 94 │ Active   │  80 │ 0.4.1.v20180515-1321   │ org.eclipse.lsp4j
 95 │ Active   │  80 │ 0.4.1.v20180515-1321   │ org.eclipse.lsp4j.jsonrpc
 96 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome OAuth2Client
 97 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Config Core
 98 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Configuration Discovery
 99 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Configuration mDNS Discovery
100 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Config Dispatcher
101 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome Config XML
102 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core
103 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Audio
104 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Binding XML
105 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core ID
106 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Persistence
107 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Scheduler Service
108 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Semantics
109 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Thing
110 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome Core Thing XML
111 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Transformation Service
112 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Voice
113 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Console
114 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Console for OSGi runtime Karaf
115 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome HTTP Interface Bundle
116 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome JavaSound I/O, Fragments: 183
117 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Monitor
118 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Net I/O Bundle
119 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome REST Interface Bundle
120 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core REST API
121 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome REST mDNS Announcer
122 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome REST Interface JAX-RS optimization Bundle
123 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Sitemap REST API
124 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome SSE REST API
125 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Voice REST API
126 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Bonjour/MDS Service Discovery Bundle
127 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Web Audio Support
128 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Model Core
129 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Item Model
130 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Item Model IDE
131 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Item Model Runtime
132 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Language Server
133 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Persistence Model
134 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Persistence Model IDE
135 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Persistence Runtime
136 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Rule Model
137 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Rule Model IDE
138 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Rule Runtime
139 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Script
140 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Script Model IDE
141 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Script Runtime
142 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Sitemap Model
143 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Sitemap Model IDE
144 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Sitemap Runtime
145 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Thing Model
146 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Thing Model IDE
147 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Thing Model Runtime
148 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Json Storage Service
149 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome UI
150 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome UI Icons
151 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Classic IconSet
152 │ Active   │  80 │ 2.14.0.v20180522-1629  │ Xtend Runtime Library
153 │ Active   │  80 │ 2.14.0.v20180522-1629  │ Xtend Macro Interfaces
154 │ Active   │  80 │ 2.14.0.v20180522-1821  │ Xtext
155 │ Active   │  80 │ 2.14.0.v20180522-1833  │ Xtext Common Types
156 │ Active   │  80 │ 2.14.0.v20180522-1821  │ Xtext IDE Core
157 │ Active   │  80 │ 2.14.0.v20180522-1821  │ Xtext Utility
158 │ Active   │  80 │ 2.14.0.v20180522-1833  │ Xbase Model
159 │ Active   │  80 │ 2.14.0.v20180522-1833  │ Xbase Generic IDE Services
160 │ Active   │  80 │ 2.14.0.v20180522-1629  │ Xbase Runtime Library
175 │ Active   │  80 │ 1.9.6                  │ MIME streaming extension
177 │ Active   │  80 │ 6.2.0                  │ org.objectweb.asm
178 │ Active   │  80 │ 6.2.0                  │ org.objectweb.asm.commons
179 │ Active   │  80 │ 6.2.0                  │ org.objectweb.asm.tree
180 │ Active   │  90 │ 2.4.0                  │ openHAB Core
181 │ Active   │  80 │ 2.4.0                  │ openHAB Karaf Integration
183 │ Resolved │  80 │ 2.4.0                  │ openHAB Sound Support, Hosts: 116
184 │ Active   │  80 │ 2.4.0                  │ openHAB Dashboard UI
189 │ Active   │  80 │ 1.0.2                  │ Units of Measurement Common Library
190 │ Active   │  80 │ 1.0.8                  │ Units of Measurement Implementation for Java SE
191 │ Active   │  80 │ 2.1.0                  │ json-path
192 │ Active   │  80 │ 2.2                    │ json-smart
193 │ Active   │  80 │ 1.6.0                  │ Commons Codec
194 │ Active   │  80 │ 3.3.0                  │ Commons Net
195 │ Active   │  80 │ 4.2.3                  │ Apache HttpClient OSGi bundle
196 │ Active   │  80 │ 4.2.3                  │ Apache HttpCore OSGi bundle
197 │ Active   │  80 │ 3.1.0.7                │ Apache ServiceMix :: Bundles :: commons-httpclient
198 │ Active   │  80 │ 1.2.0                  │ Paho MQTT Client
199 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Automation API
200 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome MQTT Binding
201 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome MQTT Thing Binding
202 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Sonos Binding
203 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Configuration UPnP Discovery
204 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome MQTT Transport Bundle
205 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome UPnP Transport Bundle
206 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome JavaScript Transformation Service
207 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome JSonPath Transformation Service
208 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome Map Transformation Service
209 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Basic UI, Fragments: 221
210 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Paper UI, Fragments: 223
211 │ Active   │  80 │ 2.5.1                  │ JUPnP Library
213 │ Active   │  80 │ 2.4.0                  │ Exec Binding
214 │ Active   │  80 │ 2.4.0                  │ Network Binding
215 │ Active   │  80 │ 2.4.0                  │ Systeminfo Binding
216 │ Active   │  80 │ 2.4.0                  │ Tankerkoenig Binding
217 │ Active   │  80 │ 2.4.0                  │ openHAB 1.x Compatibility Layer
219 │ Active   │  80 │ 1.13.0                 │ openHAB MapDB Persistence Bundle
220 │ Active   │  80 │ 1.13.0                 │ openHAB RRD4j Persistence Bundle
221 │ Resolved │  75 │ 2.4.0                  │ openHAB Basic UI Fragment, Hosts: 209
222 │ Active   │  80 │ 2.4.0                  │ HABPanel User Interface
223 │ Resolved │  75 │ 2.4.0                  │ openHAB Paper UI Theme Fragment, Hosts: 210
224 │ Active   │  80 │ 2.4.0                  │ VoiceRSS Text-to-Speech
226 │ Active   │  80 │ 1.1.1.201605111122     │ Swagger Provider
227 │ Active   │  80 │ 2.4.5                  │ Jackson-annotations
228 │ Active   │  80 │ 2.4.5                  │ Jackson-core
229 │ Active   │  80 │ 2.4.5                  │ jackson-databind
230 │ Active   │  80 │ 2.4.5                  │ Jackson-dataformat-XML
231 │ Active   │  80 │ 2.4.5                  │ Jackson-dataformat-YAML
232 │ Active   │  80 │ 2.4.5                  │ Jackson-module-JAXB-annotations
233 │ Active   │  80 │ 1.5.8                  │ swagger-annotations
234 │ Active   │  80 │ 1.5.8                  │ swagger-core
235 │ Active   │  80 │ 1.5.8                  │ swagger-jaxrs
236 │ Active   │  80 │ 1.5.8                  │ swagger-models
237 │ Active   │  80 │ 3.19.0.GA              │ Javassist
238 │ Active   │  80 │ 3.2.1                  │ Apache Commons Lang
239 │ Active   │  80 │ 2.4.0                  │ openHAB REST Documentation
240 │ Active   │  80 │ 0.9.10.v20160429-1435  │ reflections (wrap)
241 │ Active   │  80 │ 3.1.4                  │ Stax2 API
242 │ Active   │  80 │ 1.5.8.v20160511-1038   │ swagger-jersey2-jaxrs (wrap)
244 │ Active   │  80 │ 2.5.0.Beta_05          │ Amazon Echo Control Binding
248 │ Active   │  80 │ 2.4.0                  │ openHAB Cloud Connector Bundle

This is my bundle:list (from my live system).
The installation of InfluxDB (as described above) has also solved the issue here.

START LEVEL 100 , List Threshold: 50
 ID │ State    │ Lvl │ Version                │ Name
────┼──────────┼─────┼────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
 20 │ Active   │  80 │ 5.3.1.201602281253     │ OSGi JAX-RS Connector
 21 │ Active   │  80 │ 2.7.0.v20170129-0911   │ Gson: Google Json Library for Java
 22 │ Active   │  80 │ 18.0.0                 │ Guava: Google Core Libraries for Java
 23 │ Active   │  80 │ 3.0.0.v201312141243    │ Google Guice (No AOP)
 24 │ Active   │  80 │ 3.18.1.GA              │ Javassist
 26 │ Active   │  80 │ 3.5.5                  │ JmDNS
 28 │ Active   │  80 │ 1.0.0                  │ Units of Measurement API
 30 │ Active   │  80 │ 1.1.0.Final            │ Bean Validation API
 31 │ Active   │  80 │ 2.0.1                  │ javax.ws.rs-api
 32 │ Active   │  80 │ 3.2.0.v201101311130    │ ANTLR Runtime
 35 │ Active   │  80 │ 3.2.1                  │ Commons Collections
 36 │ Active   │  80 │ 1.1                    │ Commons Exec
 37 │ Active   │  80 │ 2.2.0                  │ Commons IO
 38 │ Active   │  80 │ 2.6                    │ Commons Lang
 47 │ Active   │  80 │ 4.2.1                  │ Apache Karaf :: OSGi Services :: Event
 63 │ Active   │  80 │ 4.6.0                  │ Apache XBean OSGI Bundle Utilities
 64 │ Active   │  80 │ 4.6.0                  │ Apache XBean :: Classpath Resource Finder
 65 │ Active   │  80 │ 2.12.0.v20160420-0247  │ EMF Common
 66 │ Active   │  80 │ 2.12.0.v20160420-0247  │ EMF Ecore
 67 │ Active   │  80 │ 2.11.0.v20160420-0247  │ EMF Change Model
 68 │ Active   │  80 │ 2.12.0.v20160420-0247  │ EMF XML/XMI Persistence
 69 │ Active   │  80 │ 3.8.0.v20160509-1230   │ Common Eclipse Runtime
 70 │ Active   │  80 │ 3.6.100.v20160223-2218 │ Extension Registry Support
 80 │ Active   │  80 │ 9.4.11.v20180605       │ Jetty :: Proxy
 94 │ Active   │  80 │ 0.4.1.v20180515-1321   │ org.eclipse.lsp4j
 95 │ Active   │  80 │ 0.4.1.v20180515-1321   │ org.eclipse.lsp4j.jsonrpc
 96 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome OAuth2Client
 97 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Config Core
 98 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Configuration Discovery
 99 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Configuration mDNS Discovery
100 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Config Dispatcher
101 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome Config XML
102 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core
103 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Audio
104 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Binding XML
105 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core ID
106 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Persistence
107 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Scheduler Service
108 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Semantics
109 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Thing
110 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome Core Thing XML
111 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Transformation Service
112 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core Voice
113 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Console
114 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Console for OSGi runtime Karaf
115 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome HTTP Interface Bundle
116 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome JavaSound I/O, Fragments: 183
117 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Monitor
118 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Net I/O Bundle
119 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome REST Interface Bundle
120 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Core REST API
121 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome REST mDNS Announcer
122 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome REST Interface JAX-RS optimization Bundle
123 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Sitemap REST API
124 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome SSE REST API
125 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Voice REST API
126 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Bonjour/MDS Service Discovery Bundle
127 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Web Audio Support
128 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Model Core
129 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Item Model
130 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Item Model IDE
131 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Item Model Runtime
132 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Language Server
133 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Persistence Model
134 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Persistence Model IDE
135 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Persistence Runtime
136 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Rule Model
137 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Rule Model IDE
138 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Rule Runtime
139 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Script
140 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Script Model IDE
141 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Script Runtime
142 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Sitemap Model
143 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Sitemap Model IDE
144 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Sitemap Runtime
145 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Thing Model
146 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Thing Model IDE
147 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Thing Model Runtime
148 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Json Storage Service
149 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome UI
150 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome UI Icons
151 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Classic IconSet
152 │ Active   │  80 │ 2.14.0.v20180522-1629  │ Xtend Runtime Library
153 │ Active   │  80 │ 2.14.0.v20180522-1629  │ Xtend Macro Interfaces
154 │ Active   │  80 │ 2.14.0.v20180522-1821  │ Xtext
155 │ Active   │  80 │ 2.14.0.v20180522-1833  │ Xtext Common Types
156 │ Active   │  80 │ 2.14.0.v20180522-1821  │ Xtext IDE Core
157 │ Active   │  80 │ 2.14.0.v20180522-1821  │ Xtext Utility
158 │ Active   │  80 │ 2.14.0.v20180522-1833  │ Xbase Model
159 │ Active   │  80 │ 2.14.0.v20180522-1833  │ Xbase Generic IDE Services
160 │ Active   │  80 │ 2.14.0.v20180522-1629  │ Xbase Runtime Library
175 │ Active   │  80 │ 1.9.6                  │ MIME streaming extension
177 │ Active   │  80 │ 6.2.0                  │ org.objectweb.asm
178 │ Active   │  80 │ 6.2.0                  │ org.objectweb.asm.commons
179 │ Active   │  80 │ 6.2.0                  │ org.objectweb.asm.tree
180 │ Active   │  90 │ 2.4.0                  │ openHAB Core
181 │ Active   │  80 │ 2.4.0                  │ openHAB Karaf Integration
183 │ Resolved │  80 │ 2.4.0                  │ openHAB Sound Support, Hosts: 116
184 │ Active   │  80 │ 2.4.0                  │ openHAB Dashboard UI
189 │ Active   │  80 │ 1.0.2                  │ Units of Measurement Common Library
190 │ Active   │  80 │ 1.0.8                  │ Units of Measurement Implementation for Java SE
191 │ Active   │  80 │ 2.1.0                  │ json-path
192 │ Active   │  80 │ 3.14.0                 │ nrjavaserial
193 │ Active   │  80 │ 3.15.0.OH2             │ nrjavaserial
194 │ Active   │  80 │ 2.2                    │ json-smart
195 │ Active   │  80 │ 1.6.0                  │ Commons Codec
196 │ Active   │  80 │ 3.3.0                  │ Commons Net
197 │ Active   │  80 │ 4.2.3                  │ Apache HttpClient OSGi bundle
198 │ Active   │  80 │ 4.2.3                  │ Apache HttpCore OSGi bundle
199 │ Active   │  80 │ 3.1.0.7                │ Apache ServiceMix :: Bundles :: commons-httpclient
200 │ Active   │  80 │ 1.2.0                  │ Paho MQTT Client
201 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Automation API
202 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Astro Binding
203 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome MQTT Binding
204 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome MQTT Thing Binding
205 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome NTP Binding
206 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome OpenWeatherMap Binding
207 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Configuration UPnP Discovery
208 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Configuration USB-Serial Discovery
209 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Configuration USB-Serial Discovery Linux sysf Scanning
210 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Config Serial
211 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome IoT Marketplace Extension Service
212 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome MQTT Transport Bundle
213 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Serial Transport
214 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Serial Transport for RXTX
215 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Serial Transport extension for RXTX RFC2217
216 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome UPnP Transport Bundle
217 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome JavaScript Transformation Service
218 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome JSonPath Transformation Service
219 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome Map Transformation Service
220 │ Active   │  75 │ 0.10.0.oh240           │ Eclipse SmartHome RegEx Transformation Service
221 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Basic UI, Fragments: 248
222 │ Active   │  80 │ 0.10.0.oh240           │ Eclipse SmartHome Paper UI, Fragments: 252
223 │ Active   │  80 │ 2.5.1                  │ JUPnP Library
224 │ Active   │  80 │ 1.13.0                 │ openHAB Mail Action
225 │ Active   │  80 │ 1.13.0                 │ openHAB Pushover Action
226 │ Active   │  80 │ 1.13.0                 │ openHAB Telegram Action
227 │ Active   │  80 │ 2.4.0                  │ AVM FRITZ! Binding
228 │ Active   │  80 │ 1.13.0                 │ openHAB CalDav Command Binding
229 │ Active   │  80 │ 1.13.0                 │ openHAB CalDav Binding
230 │ Active   │  80 │ 2.4.0                  │ Exec Binding
231 │ Active   │  80 │ 1.13.0                 │ openHAB Expire Binding
232 │ Active   │  80 │ 1.13.0                 │ openHAB FritzboxTr064 Binding
233 │ Active   │  80 │ 1.13.0                 │ openHAB HTTP Binding
234 │ Active   │  80 │ 2.4.0                  │ MaxCube Binding
235 │ Active   │  80 │ 2.4.0                  │ Xiaomi Mi Smart Home Binding
236 │ Active   │  80 │ 2.4.0                  │ Network Binding
237 │ Active   │  80 │ 1.13.0                 │ openHAB PanasonicTV Binding
238 │ Active   │  80 │ 2.4.0                  │ Systeminfo Binding
239 │ Active   │  80 │ 2.4.0                  │ TPLinkSmartHome Binding
240 │ Active   │  80 │ 1.13.0                 │ openHAB Weather Binding
241 │ Active   │  80 │ 2.4.0                  │ Yeelight Binding
242 │ Active   │  80 │ 2.4.0                  │ ZWave Binding
243 │ Active   │  80 │ 2.4.0                  │ openHAB 1.x Compatibility Layer
244 │ Active   │  80 │ 1.13.0                 │ openHAB CalDav Calendar
245 │ Active   │  80 │ 1.13.0                 │ openHAB Google Calendar
246 │ Active   │  80 │ 2.4.0                  │ Hue Emulation Service
247 │ Active   │  80 │ 1.13.0                 │ openHAB MapDB Persistence Bundle
248 │ Resolved │  75 │ 2.4.0                  │ openHAB Basic UI Fragment, Hosts: 221
249 │ Active   │  80 │ 2.4.0                  │ HABmin User Interface
250 │ Active   │  80 │ 2.4.0                  │ HABot Interactive Bot
251 │ Active   │  80 │ 2.4.0                  │ HABPanel User Interface
252 │ Resolved │  75 │ 2.4.0                  │ openHAB Paper UI Theme Fragment, Hosts: 222
253 │ Active   │  80 │ 1.13.0                 │ openHAB RRD4j Persistence Bundle

I hope this helps to find out what the problem caused.

I do not see any reason.
I’m out of clue ATM.
Out of curiosity, I would probably remove InfluxDB just to check if it is still working. But that is not a suggestion!

Sorry for reviving this old thread, but I just stumbled upon the same issue and managed to solve it without installing Grafana. As I came up at this thread, I want to share my solution for future users experiencing the same problem.

There is a quite similar post here where I posted my solution.

Greetings, Level147

2 Likes

Great - thanks for sharing your solution