Hi,
I have recently installed Influxdb and grafana with the inbuilt option in openhab (openhabian-config -> optional components -> influxDB+Grafana) on my raspberry pi 3 with openhab version 2.3.0-1.
I could not find any errors in the openhab log, so I decided to do the installation again. When the installation was finished, an error showed up in the openhab log:
2019-02-03 00:22:21.789 [ERROR] [nternal.extensions.ExtensionResource] - Exception while installing extension: No extension service registered for influxdb
It looks like everything is there to get it to work, but probably something is missing… What do I have to do to get this working?
influxdb.cfg
    user=openhab
    password=welcome
    db=openhab_db
    retentionPolicy=autogen
    url=http://192.168.1.49:8086
influxdb.persist
    Strategies {
        everyHour : "0 0 * * * ?"
        everyDay  : "0 0 0 * * ?"
        everyMinute  : "0 0 0 0 * ?"
        default = everyChange
    }
    Items {
        hueMotionSensorTemperature  : strategy = everyChange, everyMinute
        hueMotionSensorTemperature2  : strategy = everyChange, everyMinute
    }