InfluxDB persistence does not add anything to the database

I’m trying to get my MySensors sensors’ readings to be stored in influxdb but for some reason OpenHAB isn’t adding anything to the DB. Logs do not show any errors or warnings either.

Log:

2018-06-04 19:46:16.350 [INFO ] [org.eclipse.jetty.server.Server     ] - jetty-9.3.21.v20170918
2018-06-04 19:46:16.435 [INFO ] [.jetty.server.handler.ContextHandler] - Started o.e.j.s.h.ContextHandler@104f0c2{/static,null,AVAILABLE}
2018-06-04 19:46:16.475 [INFO ] [pse.jetty.util.ssl.SslContextFactory] - x509=X509@10f1e2b(mykey,h=[openhab.org],w=[]) for SslContextFactory@fd9d84(file:///var/lib/openhab2/etc/keystore,file:///var/lib/openhab2/etc/keystore)
2018-06-04 19:46:16.635 [INFO ] [lipse.jetty.server.AbstractConnector] - Started 0.0.0.0:8443@1eded61{SSL,[ssl, http/1.1]}{0.0.0.0:8443}
2018-06-04 19:46:16.647 [INFO ] [lipse.jetty.server.AbstractConnector] - Started default@13d9992{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
2018-06-04 19:46:16.654 [INFO ] [org.eclipse.jetty.server.Server     ] - Started @22985ms
2018-06-04 19:46:16.674 [INFO ] [er.internal.HomeBuilderDashboardTile] - Started Home Builder at /homebuilder
2018-06-04 19:46:16.685 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [com.eclipsesource.jaxrs.publisher_5.3.1.201602281253 [15]] to http service
2018-06-04 19:46:20.608 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to '58.35792810033766,26.695980785987995'.
2018-06-04 19:46:20.620 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to 'en_EE'.
2018-06-04 19:46:23.235 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [org.openhab.ui.dashboard_2.3.0 [181]] to http service
2018-06-04 19:46:23.372 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:46:23.411 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.openhab.ui.dashboard_2.3.0 [181], contextID=default], with context-name: 
2018-06-04 19:46:23.438 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.openhab.ui.dashboard_2.3.0 [181], contextID=default]}
2018-06-04 19:46:23.516 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.0.105:8080
2018-06-04 19:46:23.526 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.0.105:8443
2018-06-04 19:46:23.660 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [org.eclipse.smarthome.core.audio_0.10.0.oh230 [102]] to http service
2018-06-04 19:46:23.679 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:46:23.686 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.eclipse.smarthome.core.audio_0.10.0.oh230 [102], contextID=default], with context-name: 
2018-06-04 19:46:23.705 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.eclipse.smarthome.core.audio_0.10.0.oh230 [102], contextID=default]}
2018-06-04 19:46:24.840 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:46:24.850 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=com.eclipsesource.jaxrs.publisher_5.3.1.201602281253 [15], contextID=default], with context-name: 
2018-06-04 19:46:24.870 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=com.eclipsesource.jaxrs.publisher_5.3.1.201602281253 [15], contextID=default]}
2018-06-04 19:46:25.472 [INFO ] [org.quartz.impl.StdSchedulerFactory ] - Using default implementation for ThreadExecutor
2018-06-04 19:46:25.481 [INFO ] [internal.service.FeaturesServiceImpl] - Adding features: openhab-persistence-jdbc-postgresql/[1.12.0,1.12.0]
2018-06-04 19:46:25.569 [INFO ] [rg.quartz.core.SchedulerSignalerImpl] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2018-06-04 19:46:27.417 [INFO ] [org.quartz.core.QuartzScheduler     ] - Quartz Scheduler v.2.2.1 created.
2018-06-04 19:46:27.444 [INFO ] [org.quartz.simpl.RAMJobStore        ] - RAMJobStore initialized.
2018-06-04 19:46:27.455 [INFO ] [org.quartz.core.QuartzScheduler     ] - Scheduler meta-data: Quartz Scheduler (v2.2.1) 'openHAB-job-scheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 2 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2018-06-04 19:46:27.459 [INFO ] [org.quartz.impl.StdSchedulerFactory ] - Quartz scheduler 'openHAB-job-scheduler' initialized from specified file: '/usr/share/openhab2/runtime/etc/quartz.properties'
2018-06-04 19:46:27.509 [INFO ] [org.quartz.impl.StdSchedulerFactory ] - Quartz scheduler version: 2.2.1
2018-06-04 19:46:27.547 [INFO ] [org.quartz.core.QuartzScheduler     ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started.
2018-06-04 19:46:43.899 [INFO ] [internal.service.FeaturesServiceImpl] - Changes to perform:
2018-06-04 19:46:43.906 [INFO ] [internal.service.FeaturesServiceImpl] -   Region: root
2018-06-04 19:46:43.911 [INFO ] [internal.service.FeaturesServiceImpl] -     Bundles to install:
2018-06-04 19:46:43.916 [INFO ] [internal.service.FeaturesServiceImpl] -       mvn:org.openhab.persistence/org.openhab.persistence.jdbc/1.12.0
2018-06-04 19:46:43.921 [INFO ] [internal.service.FeaturesServiceImpl] -       mvn:org.postgresql/postgresql/9.4.1212
2018-06-04 19:46:43.958 [INFO ] [internal.service.FeaturesServiceImpl] - Installing bundles:
2018-06-04 19:46:43.963 [INFO ] [internal.service.FeaturesServiceImpl] -   mvn:org.openhab.persistence/org.openhab.persistence.jdbc/1.12.0
2018-06-04 19:46:44.023 [INFO ] [internal.service.FeaturesServiceImpl] -   mvn:org.postgresql/postgresql/9.4.1212
2018-06-04 19:46:50.422 [INFO ] [internal.service.FeaturesServiceImpl] - Starting bundles:
2018-06-04 19:46:50.485 [INFO ] [internal.service.FeaturesServiceImpl] -   org.apache.servicemix.bundles.commons-httpclient/3.1.0.7
2018-06-04 19:46:50.508 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.script/0.10.0.oh230
2018-06-04 19:46:50.834 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.sitemap/0.10.0.oh230
2018-06-04 19:46:50.832 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'influxdb.persist'
2018-06-04 19:46:50.917 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.ui/0.10.0.oh230
2018-06-04 19:46:51.096 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [org.eclipse.smarthome.ui_0.10.0.oh230 [147]] to http service
2018-06-04 19:46:51.143 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:46:51.149 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.eclipse.smarthome.ui_0.10.0.oh230 [147], contextID=default], with context-name: 
2018-06-04 19:46:51.164 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.eclipse.smarthome.ui_0.10.0.oh230 [147], contextID=default]}
2018-06-04 19:46:51.502 [INFO ] [internal.service.FeaturesServiceImpl] -   org.openhab.core.compat1x/2.3.0
2018-06-04 19:46:58.802 [INFO ] [internal.service.FeaturesServiceImpl] -   org.postgresql.jdbc42/9.4.1212
2018-06-04 19:46:58.865 [INFO ] [internal.service.FeaturesServiceImpl] -   org.openhab.persistence.jdbc/1.12.0
2018-06-04 19:46:59.033 [INFO ] [persistence.jdbc.internal.JdbcMapper] - JDBC::openConnection: Driver is available::Yank setupDataSource
2018-06-04 19:46:59.106 [INFO ] [com.zaxxer.hikari.HikariDataSource  ] - yank-default - Started.
2018-06-04 19:46:59.625 [INFO ] [com.zaxxer.hikari.pool.PoolBase     ] - yank-default - Driver does not support get/set network timeout for connections. (Method org.postgresql.jdbc.PgConnection.getNetworkTimeout() is not yet implemented.)
2018-06-04 19:46:59.667 [INFO ] [org.quartz.core.QuartzScheduler     ] - JobFactory set to: org.eclipse.smarthome.model.rule.runtime.internal.engine.GuiceAwareJobFactory@9720ef
2018-06-04 19:46:59.673 [INFO ] [org.quartz.core.QuartzScheduler     ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED paused.
2018-06-04 19:46:59.785 [INFO ] [org.knowm.yank.YankPoolManager      ] - Initialized pool 'yank-default'
2018-06-04 19:47:00.315 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2018-06-04 19:47:01.898 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.ui.paper/0.10.0.oh230
2018-06-04 19:47:02.041 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [org.eclipse.smarthome.ui.paper_0.10.0.oh230 [191]] to http service
2018-06-04 19:47:02.088 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:47:02.093 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.eclipse.smarthome.ui.paper_0.10.0.oh230 [191], contextID=custom], with context-name: 
2018-06-04 19:47:02.107 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.eclipse.smarthome.ui.paper_0.10.0.oh230 [191], contextID=custom]}
2018-06-04 19:47:02.115 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2018-06-04 19:47:02.129 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.paho.client.mqttv3/1.0.2
2018-06-04 19:47:02.150 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.thing/0.10.0.oh230
2018-06-04 19:47:02.153 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.thing.runtime/0.10.0.oh230
2018-06-04 19:47:02.156 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.storage.json/0.10.0.oh230
2018-06-04 19:47:02.512 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [org.eclipse.smarthome.ui.icon_0.10.0.oh230 [148]] to http service
2018-06-04 19:47:02.536 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:47:02.542 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.eclipse.smarthome.ui.icon_0.10.0.oh230 [148], contextID=default], with context-name: 
2018-06-04 19:47:02.556 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.eclipse.smarthome.ui.icon_0.10.0.oh230 [148], contextID=default]}
2018-06-04 19:47:03.571 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [org.jupnp_2.3.0 [173]] to http service
2018-06-04 19:47:04.007 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:47:04.027 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.jupnp_2.3.0 [173], contextID=custom], with context-name: 
2018-06-04 19:47:04.077 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.jupnp_2.3.0 [173], contextID=custom]}
2018-06-04 19:47:04.225 [INFO ] [internal.service.FeaturesServiceImpl] -   org.openhab.ui.habpanel/2.3.0
2018-06-04 19:47:04.506 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [org.openhab.ui.habpanel_2.3.0 [193]] to http service
2018-06-04 19:47:04.624 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:47:04.630 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.openhab.ui.habpanel_2.3.0 [193], contextID=default], with context-name: 
2018-06-04 19:47:04.694 [INFO ] [org.quartz.core.QuartzScheduler     ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started.
2018-06-04 19:47:04.701 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.openhab.ui.habpanel_2.3.0 [193], contextID=default]}
2018-06-04 19:47:04.724 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2018-06-04 19:47:04.790 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.ui.icon/0.10.0.oh230
2018-06-04 19:47:04.793 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.ui.iconset.classic/0.10.0.oh230
2018-06-04 19:47:04.797 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.sitemap.ide/0.10.0.oh230
2018-06-04 19:47:04.800 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.rule/0.10.0.oh230
2018-06-04 19:47:04.804 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.rule.runtime/0.10.0.oh230
2018-06-04 19:47:04.807 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.config.discovery.usbserial/0.10.0.oh230
2018-06-04 19:47:04.860 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.config.discovery.usbserial.linuxsysfs/0.10.0.oh230
2018-06-04 19:47:05.089 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.script.runtime/0.10.0.oh230
2018-06-04 19:47:05.097 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.rule.ide/0.10.0.oh230
2018-06-04 19:47:05.102 [INFO ] [internal.service.FeaturesServiceImpl] -   com.neuronrobotics.nrjavaserial/3.12.0.OH
2018-06-04 19:47:05.153 [INFO ] [internal.service.FeaturesServiceImpl] -   org.openhab.persistence.influxdb/1.12.0
2018-06-04 19:47:05.160 [DEBUG] [org.openhab.persistence.influxdb    ] - BundleEvent STARTING - org.openhab.persistence.influxdb
2018-06-04 19:47:05.168 [DEBUG] [.InfluxDBPersistenceServiceActivator] - InfluxDB persistence bundle has been started.
2018-06-04 19:47:05.222 [DEBUG] [.internal.InfluxDBPersistenceService] - influxdb persistence service activated
2018-06-04 19:47:05.582 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [org.eclipse.smarthome.ui.basic_0.10.0.oh230 [190]] to http service
2018-06-04 19:47:05.651 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:47:05.658 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.eclipse.smarthome.ui.basic_0.10.0.oh230 [190], contextID=custom], with context-name: 
2018-06-04 19:47:05.676 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.eclipse.smarthome.ui.basic_0.10.0.oh230 [190], contextID=custom]}
2018-06-04 19:47:05.727 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:47:05.733 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.eclipse.smarthome.ui.basic_0.10.0.oh230 [190], contextID=custom], with context-name: 
2018-06-04 19:47:05.749 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.eclipse.smarthome.ui.basic_0.10.0.oh230 [190], contextID=custom]}
2018-06-04 19:47:05.758 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2018-06-04 19:47:05.905 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:47:05.911 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.eclipse.smarthome.ui.basic_0.10.0.oh230 [190], contextID=custom], with context-name: 
2018-06-04 19:47:05.929 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.eclipse.smarthome.ui.basic_0.10.0.oh230 [190], contextID=custom]}
2018-06-04 19:47:06.355 [DEBUG] [.internal.InfluxDBPersistenceService] - database status is OK, version is 1.5.2
2018-06-04 19:47:06.827 [INFO ] [vice.internal.HttpServiceFactoryImpl] - Binding bundle: [org.openhab.core_2.3.0 [177]] to http service
2018-06-04 19:47:06.878 [INFO ] [rg.ops4j.pax.web.utils.ClassPathUtil] - Ignoring bundle scan for /META-INF/services javax.servlet.ServletContainerInitializer.
2018-06-04 19:47:06.904 [INFO ] [ce.jetty.internal.HttpServiceContext] - registering context DefaultHttpContext [bundle=org.openhab.core_2.3.0 [177], contextID=default], with context-name: 
2018-06-04 19:47:06.929 [INFO ] [.jetty.server.handler.ContextHandler] - Started HttpServiceContext{httpContext=DefaultHttpContext [bundle=org.openhab.core_2.3.0 [177], contextID=default]}
2018-06-04 19:47:07.242 [DEBUG] [org.openhab.persistence.influxdb    ] - ServiceEvent REGISTERED - {org.openhab.core.persistence.PersistenceService, org.openhab.core.persistence.QueryablePersistenceService}={service.id=306, service.bundleid=228, service.scope=bundle, user=openhab, url=http://localhost:8086, component.name=org.openhab.persistence.influxdb, component.id=188, password=openhab, retentionPolicy=autogen, service.pid=org.openhab.influxdb, db=openhab} - org.openhab.persistence.influxdb
2018-06-04 19:47:07.288 [DEBUG] [org.openhab.persistence.influxdb    ] - BundleEvent STARTED - org.openhab.persistence.influxdb
2018-06-04 19:47:07.293 [INFO ] [internal.service.FeaturesServiceImpl] -   tec.uom.lib.uom-lib-common/1.0.2
2018-06-04 19:47:07.297 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.sitemap.runtime/0.10.0.oh230
2018-06-04 19:47:07.301 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.ui.basic/0.10.0.oh230
2018-06-04 19:47:07.315 [INFO ] [internal.service.FeaturesServiceImpl] -   org.apache.httpcomponents.httpcore/4.2.3
2018-06-04 19:47:07.319 [INFO ] [internal.service.FeaturesServiceImpl] -   org.apache.httpcomponents.httpclient/4.2.3
2018-06-04 19:47:07.323 [INFO ] [internal.service.FeaturesServiceImpl] -   org.jupnp/2.3.0
2018-06-04 19:47:07.327 [INFO ] [internal.service.FeaturesServiceImpl] -   tec.uom.se/1.0.8
2018-06-04 19:47:07.335 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.io.transport.serial/0.10.0.oh230
2018-06-04 19:47:07.338 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.config.serial/0.10.0.oh230
2018-06-04 19:47:07.341 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.io.transport.serial.rxtx/0.10.0.oh230
2018-06-04 19:47:07.343 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.script.ide/0.10.0.oh230
2018-06-04 19:47:07.367 [INFO ] [internal.service.FeaturesServiceImpl] -   org.eclipse.smarthome.model.thing.ide/0.10.0.oh230
2018-06-04 19:47:07.377 [INFO ] [internal.service.FeaturesServiceImpl] -   org.openhab.core/2.3.0
2018-06-04 19:47:08.968 [INFO ] [internal.service.FeaturesServiceImpl] - Done.

influxdb.persist:

Strategies {
    everyMinute : "0 * * * * ?"
    everyHour : "0 0 * * * ?"
    everyDay : "0 0 0 * * ?"
}

Items {
  * : strategy = everyChange, everyMinute
}

Influxdb.cfg:

url=http://localhost:8086
user=openhab
password=[censored]
db=openhab
retentionPolicy=autogen

You can not have only “star”. If you are adding a hole grou you can use “gLight"star”" er item names. Cannot use star on my phone

I’ve seen other people use it that way, it should work and if it for some reason shouldn’t then why are there no errors in the log?

`Strategies {
everyMinute : “0 * * * * ?”
everyHour : “0 0 * * * ?”
everyDay : “0 0 0 * * ?”
}

Items {
gTemperature* : strategy = everyChange, everyMinute
gStrom* : strategy = everyChange, everyMinute
gLys* : strategy = everyChange, everyMinute
} `
I have ut like this and it workes great. I have seen people have issues with only “star”

1 Like

I re-added pretty much everything (things and items both) and it started working.