AdenForshaw / smarter-coffee-api

Python project that acts as a API for a Smarter Coffee. Could easily be wrapped in a web service.
http://adenforshaw.com/smarter-coffee-machine-raspberry-pi-iot-coffeetime/
19 stars 4 forks source link

Message Protocol #1

Open ghost opened 8 years ago

ghost commented 8 years ago

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!

matthanley commented 8 years ago

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.

ghost commented 8 years ago

I included everything I could at the moment, thanks!