A lazier version for the rest of us would be measuring how much time it takes to replenish the water once a day, and then turn on the pump for that amount of time each day. You can do this with a IFTTT routine and a smart plug.
Show HN: Watering my Christmas tree with ESPHome
31–40 of 45 posts
Re: Show HN: Watering my Christmas tree with ESPHome
#32The tech is interesting, but what I like even more is that it may increase the chances of survival of the tree if the root ball hasn't been cut! I hope there will be an effort to collect and replant Christmas trees, as the cultural practice of cutting down tree and letting them die slowly in front of us (just for our seasonal enjoyment!) strikes me as barbaric.
The trees are planted and farmed specifically to be Christmas trees. If nobody bought them, they wouldn’t be planted in the first place, so the act of cutting down then disposing of a Christmas tree has no net impact to the overall tree population (barring the small amount of Clark Griswolds out there who get their tree from a forest somewhere rather than a Christmas tree farm).
Re: Show HN: Watering my Christmas tree with ESPHome
#33Earlier quoted context omitted.
The trees are planted and farmed specifically to be Christmas trees. If nobody bought them, they wouldn’t be planted in the first place, so the act of cutting down then disposing of a Christmas tree has no net impact to the overall tree population (barring the small amount of Clark Griswolds out there who get their tree from a forest somewhere rather than a Christmas tree farm).
> If nobody bought them, they wouldn’t be planted in the first place, so the act of cutting down then disposing of a Christmas tree has no net impact to the overall tree population From a carbon capture perspective, you could argue planting, cutting then burying trees is a net positive - but cutting is killing. From a moral perspective, financially helping an industry based on planting and cutting trees while not usi…
Re: Show HN: Watering my Christmas tree with ESPHome
#34I love ESPHome. The declarative language makes it fun and easy to do so many little tasks like this. Used with Home Assistant it makes it easy to create graphs of everything. Do I NEED to know how much water my tree consumes? No, but I like seeing it anyway! When controlling physical systems I try to limit the damage they can do with simple interlocks. For instance, the relay I added to control my central heat is in…
Re: Show HN: Watering my Christmas tree with ESPHome
#35A lazier version for the rest of us would be measuring how much time it takes to replenish the water once a day, and then turn on the pump for that amount of time each day. You can do this with a IFTTT routine and a smart plug.
An issue with that is that the tree will (at least based on my experience) soak up a variable about of water while it is set up. And in general, it will decrease as time goes on (as the tree dies more and more). If you set up the routine based on the first few days, you will likely end up overflowing.
Or use a toilet water tank kind of mechanism so that it turns off the thing manually through a switch if the water level is too high?
Re: Show HN: Watering my Christmas tree with ESPHome
#36I built something like this but found that the electric arduino water sensor quickly became corroded after a week and a half and ended up replacing it with a float switch.
Re: Show HN: Watering my Christmas tree with ESPHome
#37Earlier quoted context omitted.
> If nobody bought them, they wouldn’t be planted in the first place, so the act of cutting down then disposing of a Christmas tree has no net impact to the overall tree population From a carbon capture perspective, you could argue planting, cutting then burying trees is a net positive - but cutting is killing. From a moral perspective, financially helping an industry based on planting and cutting trees while not usi…
After Christmas they don't just end up in the landfill. They are often recycled into mulch. The material used for mulch needs to come from somewhere... So better for the tree to bring some joy in someone's home temporarily rather than just growing and being cut down.
Thank you.
Re: Show HN: Watering my Christmas tree with ESPHome
#38Why choose a pump over a siphon?
because you can't program a siphon? a siphon isn't going to give you any data that you can then plot on a graph (if that's your kink). also, what kind of Show HN post would a siphon make? You'd just get a bunch of uninspired questions like this.
Re: Show HN: Watering my Christmas tree with ESPHome
#39I love ESPHome. The declarative language makes it fun and easy to do so many little tasks like this. Used with Home Assistant it makes it easy to create graphs of everything. Do I NEED to know how much water my tree consumes? No, but I like seeing it anyway! When controlling physical systems I try to limit the damage they can do with simple interlocks. For instance, the relay I added to control my central heat is in…
You can also use a float sensor and relay to control the pump, and use ESPhome for monitoring only.
Re: Show HN: Watering my Christmas tree with ESPHome
#40Earlier quoted context omitted.
An issue with that is that the tree will (at least based on my experience) soak up a variable about of water while it is set up. And in general, it will decrease as time goes on (as the tree dies more and more). If you set up the routine based on the first few days, you will likely end up overflowing.
I see. What if you drill a hole at a high water level and drain excess water? Or use a toilet water tank kind of mechanism so that it turns off the thing manually through a switch if the water level is too high?