fermentord/README.md

37 lines
776 B
Markdown
Raw Normal View History

2021-08-10 21:29:24 +00:00
# fermentord
Control the temperature of your fermentation process.
2024-06-18 06:56:32 +00:00
## Integrations
2022-03-07 14:54:36 +00:00
2024-06-18 06:56:32 +00:00
- NATS
- Prometheus
- Sentry
2022-03-07 14:54:36 +00:00
2024-06-18 06:56:32 +00:00
## Metrics
2021-08-10 21:29:24 +00:00
Prometheus metrics
2024-06-18 06:56:32 +00:00
- Ambient temperature
- Chamber temperature
- Wort temperature
- Wort gravity
- Heater state
- Cooler state
2021-08-30 20:46:38 +00:00
2024-06-18 06:56:32 +00:00
## Build
2021-08-30 20:46:38 +00:00
2024-06-18 06:56:32 +00:00
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.
2021-08-30 20:46:38 +00:00
```bash
2024-06-18 06:56:32 +00:00
gok --parent_dir ./deployments --instance fermentor overwrite --full <device>
2021-08-30 20:46:38 +00:00
```
2022-02-18 20:59:32 +00:00
2024-06-18 06:56:32 +00:00
## TODO
2022-03-10 07:23:19 +00:00
2024-06-18 06:56:32 +00:00
- 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