ryancbutler / lacrosse_weather

Grab La Crosse Cloud data and display with Grafana using docker-compose or Kubernetes
MIT License
2 stars 0 forks source link

Troubleshooting "No Data" in Grafana Dashboard #2

Open k9rap opened 3 weeks ago

k9rap commented 3 weeks ago

Hi Ryan! I followed your directions and I have all the docker containers running, but when I log into Grafana, the weather dashboard displays "No Data"

I am lost when trying to troubleshoot where the failure is, I am thinking in the lacrosse_weather-grabber container but I am not seeing any helpful log file. Can you give me some direction on how I can troubleshoot why I'm not getting data into my InfluxDB?

Here are the env variables in the container:

PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=7ef3ade16dae SENSOROUTSIDE="Outside Sensor" TIMEZONE="America/New York" TZ="America/New York" EMAIL=myemail@email.com PASSWORD=mypassword SENSORMAIN="My Station" LANG=C.UTF-8 GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 PYTHON_VERSION=3.12.5 PYTHON_PIP_VERSION=24.2 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a HOME=/root

Screenshot 2024-09-06 at 9 20 32 AM

Thank you!

ryancbutler commented 2 days ago

Sorry for the delay. But the "grabber" container should provide a decent amount logging. Not sure if you are running in docker compose or kubernetes. But each option you should be able to see the logs to hopefully help you.