Developers FAQ

A list of Frequently Asked Questions for developers

How can I contribute?

There are many ways to contribute to the AstroPlant project. If you already know in which department you want to help then we suggest that you find the correct GitHub repository, find the roadmap and create a PR on the feature you wish to work on. If you have an idea that is not on the roadmap please contact us on Slack, or open a new feature issue on the correct repository. If you have no idea where to start, please send us a message on Slack and we'll try to orient us as best as we can.

Is the API publicly available?

Yes, the data API is publicly available. You can learn more about how to use it on our API Documentation section.

How do I setup my own back-end?

TODO

How can I retrieve live feed data from my kit?

TODO

How can I retrieve data from my kit without using the dashboard?

Data can be retrieved typically via the API. See below for an example:

TODO

In case you wish to retrieve live feed data, the following can be done:

TODO

I want to analyse the data of other kits, how can I do that?

TODO

I have another sensor that is not currently supported by the AstroPlant kit and I wish to add this sensor.

TODO

I wish to add an additional actuator, where should I start?

TODO

Last updated