No project description provided
Project description
# BrewBlox Service for the Tilt Hydrometer
The [Tilt hydrometer](https://tilthydrometer.com/) is a wireless hydrometer and thermometer used to gather live readings of specific gravity and temperature when brewing beer.
[Brewblox](https://brewpi.com/) is a modular brewery control system design to work with the BrewPi controller.
This brewblox service integrates the Tilt hydrometer into Brewblox.
## Usage
### Deploy the Tilt service on the BrewBlox stack
You need to add the service to your existing BrewBlox docker compose file.
```yaml
tilt:
image: j616s/brewblox-tilt:rpi-develop
restart: unless-stopped
privileged: true
depends_on:
- history
network_mode: host
command: -p 5001 --eventbus-host=172.17.0.1
```
You'll also need to modify the eventbus entry in your existing BrewBlox docker compose file to look like this.
```yaml
eventbus:
image: arm32v6/rabbitmq:alpine
restart: unless-stopped
ports:
- "5672:5672"
```
The brewblox-tilt docker images are available on docker hub.
Note that the image tag to use is:
- rpi-latest for the arm architecture (when deploying on a RaspberryPi)
- latest for the amd architecture
### Add to your graphs
Once the Tilt service receives data from your Tilt(s), it should be available as graph metrics in brewblox.
## TODO
- Allow calibration of temperature and SG values
The [Tilt hydrometer](https://tilthydrometer.com/) is a wireless hydrometer and thermometer used to gather live readings of specific gravity and temperature when brewing beer.
[Brewblox](https://brewpi.com/) is a modular brewery control system design to work with the BrewPi controller.
This brewblox service integrates the Tilt hydrometer into Brewblox.
## Usage
### Deploy the Tilt service on the BrewBlox stack
You need to add the service to your existing BrewBlox docker compose file.
```yaml
tilt:
image: j616s/brewblox-tilt:rpi-develop
restart: unless-stopped
privileged: true
depends_on:
- history
network_mode: host
command: -p 5001 --eventbus-host=172.17.0.1
```
You'll also need to modify the eventbus entry in your existing BrewBlox docker compose file to look like this.
```yaml
eventbus:
image: arm32v6/rabbitmq:alpine
restart: unless-stopped
ports:
- "5672:5672"
```
The brewblox-tilt docker images are available on docker hub.
Note that the image tag to use is:
- rpi-latest for the arm architecture (when deploying on a RaspberryPi)
- latest for the amd architecture
### Add to your graphs
Once the Tilt service receives data from your Tilt(s), it should be available as graph metrics in brewblox.
## TODO
- Allow calibration of temperature and SG values
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
brewblox-tilt-1.0.0.tar.gz
(4.2 kB
view details)
File details
Details for the file brewblox-tilt-1.0.0.tar.gz.
File metadata
- Download URL: brewblox-tilt-1.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35485650839ccc3cacb99fa184f5ab55ac4bc633681eef5345aaa71d8f87be3f
|
|
| MD5 |
6c6b67e556991141cc462e7e7fb15dad
|
|
| BLAKE2b-256 |
30c6f0f064e19b72b45140364d896a766aca12323459807deb4025bdd186f35d
|