https://github.com/stianjosok/tilt-pi-monitor-stack-docker-guide
This guide will walk you step-by-step through setting up a monitoring stack with Docker to extract data from a Tilt Hydrometer and display it in Grafana. Together, we'll replicate the functionality of the Tilt Pi UI, including tracking gravity, temperature, and basic metrics.
https://github.com/stianjosok/tilt-pi-monitor-stack-docker-guide
analytics beer brewing dashboard docker docker-compose grafana homebrew influxdb monitoring rasberry-pi telegraf tilt-hydrometer
Last synced: 7 months ago
JSON representation
This guide will walk you step-by-step through setting up a monitoring stack with Docker to extract data from a Tilt Hydrometer and display it in Grafana. Together, we'll replicate the functionality of the Tilt Pi UI, including tracking gravity, temperature, and basic metrics.
- Host: GitHub
- URL: https://github.com/stianjosok/tilt-pi-monitor-stack-docker-guide
- Owner: StianJosok
- License: other
- Created: 2024-12-11T14:45:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T17:29:03.000Z (7 months ago)
- Last Synced: 2025-03-16T18:53:40.250Z (7 months ago)
- Topics: analytics, beer, brewing, dashboard, docker, docker-compose, grafana, homebrew, influxdb, monitoring, rasberry-pi, telegraf, tilt-hydrometer
- Language: HTML
- Homepage:
- Size: 5.71 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# README - Tilt Pi Monitor Stack Docker Guide
## Overview
This guide explains how to set up a monitoring stack using Docker, InfluxDB, Telegraf, and Grafana to track data from a Tilt Hydrometer. It provides step-by-step instructions for creating a complete data monitoring and visualization pipeline.[Step-by-Step Guide for Setting Up Tilt Pi Monitoring](tilt-pi-monitor-stack-docker-guide.md)

---
## Prerequisites
- A Raspberry Pi running a **64-bit OS** (I have tested with 3b+ but not lower spec)
- A functioning Tilt Hydrometer with a functioning UI
- [Install Tilt Pi on Raspbian Bookworm](https://tilthydrometer.com/blogs/news/install-tilt-pi-on-raspbian-buster-compatible-with-all-rpi-models-including-rpi-4) (for a clean or existing Raspberry Pi installation).
- [Set Up Tilt Pi (Pre-installed Image)](https://tilthydrometer.com/blogs/news/how-to-set-up-tilt-pi-part-1) (for using a pre-installed image).
- [Using RPi Imager](https://www.youtube.com/watch?v=9xwI5jm2fsY)
- [How to Set Up Your Tilt Pi app (for Raspberry Pi)](https://www.youtube.com/watch?v=lapJqK-IeiA)---
## Acknowledgments
I would like to thank [the creators](https://tilthydrometer.com/pages/about-us) of the **Tilt Hydrometer** for creating such a great product and for the support they’ve offered throughout this project. Their customer service and community-focused approach has been great. They have helped me with some details and been quick to respond. Their engagement has fueled me to make my own setup better and given me the opportunity to give back to the community of homebrewers and homelabbers.
[Learn more about their products](https://tilthydrometer.com).
---
## Plans for the Future
- Dockerize the Node-RED aspect of the Tilt Pi.
- Dockerize the aioblescan to allow capturing data directly from the Tilt Hydrometer.---
## Issues and Support
If you encounter issues or have suggestions for improvements, feel free to open an issue or submit a pull request.---
## LicenseThis project is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](LICENSE.md).
[Read the full license here](https://creativecommons.org/licenses/by-sa/4.0/).
---
By contributing to this project, you agree that your contributions will be licensed under the same license.