Hello everyone, I’m currently working on integrating OpenMeteo weather data into my OpenHAB setup. I’ve installed SQLite and the JDBC:SQLite addon as recommended. The database was successfully created in the specified location, and I can even view it using DB Browser for SQLite. However, I’m encountering some issues with connecting to the database. Despite receiving weather data in the event log, there’s no sign of it being stored in the SQLite database. I’ve noticed the following error in the OpenHAB logs:
plaintext
2024-05-30 19:08:38.672 [DEBUG] [persistence.jdbc.internal.JdbcMapper] - JDBC::pingDB
2024-05-30 19:08:38.672 [DEBUG] [persistence.jdbc.internal.JdbcMapper] - JDBC::openConnection isDriverAvailable: true
2024-05-30 19:08:38.672 [DEBUG] [persistence.jdbc.internal.JdbcMapper] - JDBC::pingDB asking db for name as absolutely first db action, after connection is established.
2024-05-30 19:09:08.673 [WARN ] [persistence.jdbc.internal.JdbcMapper] - Unable to ping database
I’m wondering if there’s something I might have missed in the configuration. Has anyone else encountered similar issues or managed to resolve them? Any insights or suggestions would be greatly appreciated! ![]()