Installation of InfluxDB/Grafana fails

  • Platform information:
    • Hardware: Raspberry 4 (arm64), 2GB RAM
    • OS: openhabian (newest)
  • Issue of the topic: Installation of Grafana fails through openhabian-config, Menu 20
Resetting Grafana admin password... 

$ chsh --shell /bin/bash grafana 

$ grafana-cli admin reset-admin-password XXX 
Deprecation warning: 'grafana-cli' is deprecated and will be removed in a future release. Use the 'grafana cli' subcommand instead.
Grafana-server Init Failed: Could not find config defaults, make sure homepath command line parameter is set or working directory is homepath
FAILED (admin password)
FAILED

Steps already done:

remove of all grafana packages and all leftover files/folders, reboot of raspi

Reinstallation through openhabian-config, Menu 20 still gives the same error

Similar issue for me too. Fresh 64bit openhabian OH5 install on RPi4. Installed Influx and grafana via openhabian-config panel. Set all the passwords as prompted only to find Grafana login RPi IP:3000 rejects the set password but accepts the default password (admin) and requests a new password. Which then works. Also noticed at then end of the install script there are issues connecting to server, which eventually the script sometimes gives up attempting the connection.

curl: (7) Failed to connect to localhost port 3000 after 0 ms: Could not connect to server
Warning: Problem : connection refused. Will retry in 1 second. 6 retries left.
curl: (7) Failed to connect to localhost port 3000 after 0 ms: Could not connect to server
Warning: Problem : connection refused. Will retry in 2 seconds. 5 retries left.
curl: (7) Failed to connect to localhost port 3000 after 0 ms: Could not connect to server
Warning: Problem : connection refused. Will retry in 4 seconds. 4 retries left.
curl: (7) Failed to connect to localhost port 3000 after 0 ms: Could not connect to server
Warning: Problem : connection refused. Will retry in 8 seconds. 3 retries left.
curl: (7) Failed to connect to localhost port 3000 after 0 ms: Could not connect to server
Warning: Problem : connection refused. Will retry in 16 seconds. 2 retries left.
HTTP/1.1 302 Found