Open igorsantos07 opened 3 months ago
Hi @igorsantos07,
Thank you for your detailed and thoughtful suggestions! It should be feasible to address all the points you’ve mentioned.
I’m excited about the idea of integrating with HomeAssistant and will start looking into these tasks. I’ll keep you updated on the progress and any changes to the repo and documentation.
Thanks again for your input!
Avoid duplicated feature requests
Description
Hi MDeLuise!
I was about to create my own repo for a similar app, when it struck me I should google first for some open source plant monitoring app. Thanks for having had my idea a year and two weeks ago :tada:
That said, my plan was to make something that could be run from inside a HomeAssistant add-on.
However, from initial research, it seems it must execute a single image, instead of a composition of images. Besides that, it's fairly common for HA to be executed from mini-computers, such as Raspberry Pis, and thus with memory and processing constraints - (semi-related to #278). This would obviously not only benefit the HA community, but everyone as a whole, as the project would become less resource intensive. This is great for anyone looking to run this in a VPS or any other place with other servers running at the same time (AKA anyone from
r/selfhosted
? haha)Thus, I wonder if I could help with the following, if you think it's barely feasible:
docker images
in my computer I seepostgres:15-alpine
takes 237MB, whilemysql:8.0
takes 572MB;php:8.2-fpm-alpine
+nginx:latest
takes 78+187MB against 650MB on the Plant-it image;redis:7.2.1
takes 138MB against 38MB on:7-alpine
.In the meantime, I'll look on the other side of this story and check the feasibility to have a full compose setup to be used as an add-on.
Cheers!