Skip to content

Achoobert/RoasterSyncer

Repository files navigation

RoasterSyncer

If you are interested in using this, please contact me! I'd be happy to take a look as long as there are real people who want to use it!

I made this project several years ago as a custom design for a roasting setup that uses "PLC controller for Red Lion. This unit logs all data and current settings of the roaster every 5 seconds and puts out 1 file for each day we operate the machine. So it spits out a lot of data off which we only need a few things."

The output is designed to be used in Artisan Roaster Scope. It's free and pretty popular with coffee roasters.

Python script The purpouse of this scripts is to import a "daily" CSV and then output "Roasts CSV files" The original daily files looked like this when imported to Artisan. It's been a long time, so not sure exactly how it works, but it manages to dissect all of these blobs into individual roasts

image

image

image

image

The final result should be a bunch of these... actual individual roasts

image

Google drive api Since the roaster is out-of-town, and operated by local workers. the client wanted the ability to access the files remotly So I hooked up the google drive API to directly upload files as soon as they were processed

TKlinter After getting the script to work, we put together a TKlinter UI so the warehouse workers could run the script, and get a picture with feedback on wither it worked... and if it didn't, where the problem was.

image

I belive the best example of the splitter is ./roaster-syncer/roast_file_processor.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages