Hi guys,
I’m working on a cloud Plants Database with API. The database consists of optimal environment thresholds from open sources and plants’ thresholds Plantbook users have added. It can be used with Xiaomi MiFlora plant sensor or any other sensor. It is also useful for different irrigation projects.
This is FREE service and it will always be free! Anyone can use information from the database for any purpose without permission.
It is intended to be community sourced and I see it as a GitHub for plant care recipes.
The purpose is to help the community with collecting and storing STRUCTURED information about plants care and potentially plants in general.
The service is live so you can login https://open.plantbook.io, get API credentials and start using that. BTW, there is a social Single SignOn so you don’t even have to register.
The documentation is within Web UI and in GitHub.
Discord chat link if you have suggestions, questions or need support.
Roadmap:
- Ability to upload plants’ pictures in UI
- Allow to search users’ plant (user-plants) via API
- Ability to add and see multiple common names of the plants including in different national languages
- Ability to add, modify and see general information about plants in UI and via API
- Ability to specify alternative thresholds for different seasons of the year (summer, winter, etc.)
- Expert advice service on plants health
- Plant and decease detection from images
- Sensor data upload and sharing between users. COMPLETED.
- Ability to see and use other users private plants. COMPLETED.
- Submit “new plant to add” requests. COMPLETED.
Any thoughts and feedback will be much appreciated. I’m open to new features requests and your ideas!
HASS integration
Plant component: GitHub - Olen/homeassistant-plant: Alternative Plant component of home assistant
lovelace-flower-card for UI: GitHub - Olen/lovelace-flower-card: Lovelace Flower Card to match the custom plant integration
Dedicated HASS forum topic: New version of the plant integration
The latest releases of Plantbook-cloud:
release 20240605 (5 June 2024)
- Major Web framework upgrade
- Components and libraries updated to the latest
release 20240601 (1 June 2024)
- Sensor page now display live World Sensor Map where plants and its sensors can be mapped to countries
- Removed Facebook login due to its restrict policies
- Internal maintenance improvements
April 2024
Introducing OpenPlantbook Dotnet library. This library adds support of OpenPlantbook API for DotNet apps.
release 202401 (3 January 2024)
- Improvements in Sensor-data API and functionality
- Performance improvements for Grafana Dashboard
- Changes location_country to ISO 2 char code including DB model and validation
- Service reliability improvements
- Web framework and libraries updates
Full release notes and documentation: GitHub - slaxor505/OpenPlantbook-client: Open Plantbook clients and UI