https://docs.docker.com/engine/install/debian/
cgroup_enable=memory
in /boot/cmdline.txt
Install grafana-oss
docker run -d -p 3000:3000 -v /var/lib/grafana:/var/lib/grafana -v /var/lib/atiic:/var/lib/atiic:ro --name=grafana --restart=unless-stopped grafana/grafana-oss:8.5.0
Install aguegu/Atiic
docker run -d --name=atiic --restart=unless-stopped --privileged=true -v /var/lib/atiic:/var/lib/atiic -v /dev:/dev -v /run/udev:/run/udev:ro aguegu/atiic:develop-arm64v8
Configure grafana
Server Admin / Plugins
install sqlite
Save & Test
Dashboards
and create an new DashboardSELECT avg(aht21Humidity), max(ts) as _ts FROM atiic WHERE ts >= ${__from:date:seconds} AND ts < ${__to:date:seconds} group by (1000*ts/$__interval_ms)
Tweak the dashboard to the style you prefer. You may import new dashboard with this json file to get this: