https://github.com/q42/coffeehack
Hack of our Jura coffee machine
https://github.com/q42/coffeehack
arduino coffee jura machine photon python
Last synced: 5 months ago
JSON representation
Hack of our Jura coffee machine
- Host: GitHub
- URL: https://github.com/q42/coffeehack
- Owner: Q42
- Created: 2015-06-17T15:35:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T12:07:03.000Z (about 8 years ago)
- Last Synced: 2024-04-21T18:56:10.392Z (about 1 year ago)
- Topics: arduino, coffee, jura, machine, photon, python
- Language: Arduino
- Homepage:
- Size: 21.5 KB
- Stars: 142
- Watchers: 23
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coffeehack
`coffeehack.ino` is the arduino/squirrel-code that runs the local interface to the machine's maintenance port. Run it on a Spark Photon. `webhook-coffee.json` is what you'll need to `particle webhook create` in order for the Photon's event trigger to cause a web requests to the API.
`test-app` shows how to get data out of the API (over DDP)
`reverse-engineering` has info on the machine, the v? files are EEPROM dumps.
(`jura.py` is an earlier attempt in python on a raspberry Pi.)