Page 4 of 4

Re: BCS and Beersmith?

Posted: Wed Dec 02, 2015 7:13 am
by Jcc4507fly
Any plans to update this to work with firmware 4.0? It looks very nice! Good work!

Re: BCS and Beersmith?

Posted: Thu Apr 07, 2016 12:59 pm
by Jcc4507fly
Bump

Re: BCS and Beersmith?

Posted: Thu Apr 07, 2016 3:41 pm
by SamIam
Thanks. I looked into upgrading the program for 4.0 some time ago and it's basically a complete re-write. I just don't have the time right now and frankly if your using 4.0 the BCS Utilities it does pretty much the same thing.

Re: BCS and Beersmith?

Posted: Fri Apr 08, 2016 8:42 am
by Jcc4507fly
Gotcha thanks.

Re: BCS and Beersmith?

Posted: Thu May 19, 2016 12:56 am
by diablo
You still need to manually enter settings.
Parsing the beerxml and directly updating the BCS seems like the best way to go! So easy!
I can write the code to parse the xml and get the setting BCS utilities needs. Does anyone have some code that I can start with though, on the BCS side?

Re: BCS and Beersmith?

Posted: Thu May 19, 2016 8:13 am
by JonW
What language/platform do you intend to use?

If you were to use Python, you could probably take the existing recipe utility and use that as a base.

Re: BCS and Beersmith?

Posted: Thu May 19, 2016 10:37 am
by brahn
The existing recipe utility is written in JavaScript, not Python.

The API documentation is here: http://embeddedcc.github.io/api-docs/

The source for the recipe utility: https://github.com/embeddedcc/bcs-recipes

Re: BCS and Beersmith?

Posted: Thu May 19, 2016 11:22 am
by JonW
My bad.... I was thinking of the locator utility.

Re: BCS and Beersmith?

Posted: Thu May 19, 2016 1:38 pm
by brahn
Yup, Locator is Python.