Thanks for the replay
I don’t use MariaDB, I have a MySQL server on another computer on my network.
I have no problem to connect to the MySQL server from Grafana but I have problem with the SQL to get the information I need to show.
Me too, I can connect my grafana to mysql but don’t know how to get sensor data from this. And I also don’t want to take so much time to learn SQL just for this.
I am planning to use MariaDB to store persistent data but thing doesn’t seem so well, because I run both MariaDB and home assistant in one raspberry Pi, some time both MariaDB and Home assistant use to much ram and cpu and I don’t know why, nothing can sop this behavior, even when I restart Home Assistant, until home assistant hanging and doesn’t record anything but web page still accessible, and I manually restart Home assistant Again thing become normal.
I assume this is because I set 'keep_days ’ too long (365 days) and now I make it default and monitoring home assistant behavior.
May be I will export data to excel or csv file periodically, and use MariaDB only for temporary store.
I have MariaDB set up and working, I have Grafana set up and linked to MariaDB.
I can see events etc. in Grafana but can’t get individual sensors to display in Grafana unless Im doing something wrong, can this be done or should I be using InfluxDB