smarter-coffee-api
smarter-coffee-api copied to clipboard
Message Protocol
Hi
I have a iKettle 2 and wrote interface for it with a console, monitor, command line options, ability to see and send raw messages.
https://github.com/Tristan79/iBrew/
I took the Smarter command codes from your source (and others I could find). And compiled a list
https://github.com/Tristan79/iBrew/blob/master/smarter.txt
It would be nice if you could contribute some raw codes of the smarter coffee machine. I only tested it on a iKettle, it should (maybe with some tweaking, hope not) work on the smarter coffee. Anyway. Thank!
I've done some reverse engineering of the protocol for the Smarter coffee machine included in the PHP version of this project here: https://github.com/matthanley/smarter-coffee-api
This includes setting cups, strength and grind/filter mode.
I included everything I could at the moment, thanks!