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
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 202412 (11 December 2024)
Completely rebuild Public and User Plants Operations UI and Backend. Now operations are just simple and straight forward Edit & Copy. Read more
New Copy operation for own User-plants
Browse User-plants now includes users' Copied/Cloned plants
Added auto-generated PID field to all Plant Operation forms for convenience
Updated text labels in Plant Operation forms
Changing "Scientific name" creates a new User-plant
Don't allow to modify display_pid when Edit plants
Internal updates
Changed license for this repository to MIT
release 202410 (27 October 2024)
Added PID to Plant Detail form
Fixed issue where empty field in JSON time series cause upload error. Now empty values are ignored since they are optional as per JSON Timeseries spec.
Adjusted some text messages in UI
Security updates
Full release notes and documentation: GitHub - slaxor505/OpenPlantbook-client: Open Plantbook clients and UI