nickl111 / beerlogger

Monitor fermentation activity with a Raspberry Pi Zero W and Tilt Hydrometer
MIT License
0 stars 0 forks source link

Create controller class #48

Open nickl111 opened 3 years ago

nickl111 commented 3 years ago

I think this needs to be part of an overloaded class. There are many potential kinds of controller that need different data and we can't make a table for every one.

This will handle the specifics of controlling the temp. Because we are controlling real world machines there is more to it than meets the eye...

You need

We will need some stateless storage to do the timings.

Needs to be able to gracefully handle the thermometer signal disappearing, as they are likely to be BLE.

Also this needs some logging.