openag_python
openag_python copied to clipboard
**DEPRECATED** python code - it now lives in openag_brain/.../openag_lib
Add support for couchdb basic authentication which is desirable for applications that need to more securely access the database remotely. I am working on one such [application](https://github.com/goruck/foodcomputer) which is integrating...
Running `openag firmware flash` leaves the following files behind in the cwd whenever it runs. `src/` `lib/` `.pioenv/` `platformio.ini` It would be a nice fix to just have it save...
This isn't a bug, so much as a footgun with the version of pip that ships with Raspbian Jesse. Filing for awareness http://stackoverflow.com/questions/27341064/how-do-i-fix-importerror-cannot-import-name-incompleteread#27425458.
The object model has a relatively stable way of describing the software running on the system, but it has no sense of what plants are being grown in the system...
Running `openag firmware run_module` generates a sketch that tries to run the module but provides no feedback about what values were collected or whether or not the sensor is working....
Profiling firmware configurations is basically impossible right now. It would be very nice to have a way of reporting from the Arduino how much of the running time is spent...
Right now, the `openag firmware init` command basically just calls `platformio init` and then exits. Among other things, `platformio init` creates a `.travis.yml` file with a couple of commented out...
Right now, every input/output of a firmware module in use on an Arduino is exposed over the Serial port. There are cases when this is undesirable. In particular, if the...
During the firmware flash process, we parse the `module.json` files from downloaded modules, but don't really use those definitions. This is because we must already have the module type described...