fermentord/README.md
2024-06-18 08:56:32 +02:00

37 lines
776 B
Markdown

# fermentord
Control the temperature of your fermentation process.
## Integrations
- NATS
- Prometheus
- Sentry
## Metrics
Prometheus metrics
- Ambient temperature
- Chamber temperature
- Wort temperature
- Wort gravity
- Heater state
- Cooler state
## Build
The firmware is built for [gokrazy](https://gokrazy.org). Identify the device
for your SD-Card, then run the command below to overwrite it. Ensure that no
partitions are mounted on the card prior to running the command.
```bash
gok --parent_dir ./deployments --instance fermentor overwrite --full <device>
```
## TODO
- hardware: Fix the LCD display contrast by adding a 3v3/5v logic level converter
- firmware: Add a way to control the runtime configuration
- use nats to control the runtime parameters