Avatar

Reivax

Reivax@lemmy.world
Joined
1 posts • 13 comments
Direct message

Yes these. Essentially anything that an unidentified user could push data to that would land me in regulatory trouble. I would want to host these things, but I don’t want to become a distributor of anything that would get me a search warrant.

permalink
report
parent
reply

Can we have a pool, dad?

permalink
report
reply

This was not a helpful response. I also don’t know what it is.

permalink
report
parent
reply

This is an old Stack Overflow approach. Don’t say that you can’t figure out how to do something in Linux, say that Linux can’t do it. You’ll get examples.

permalink
report
reply

I don’t understand it, can you share more about what it is?

permalink
report
reply

Relatedly, some long structures that seek entirely straight have different lengths depending on the altitude you measure them. For example, an oft repeated tidbit is that the Lake Ponchartrain causeway is two inches longer when measured at the deck than at water level due to the earths curvature.

permalink
report
reply

My larger system is entirely 12V power and is connected directly into a 2-panel 24V solar system with battery.

But entirely mechanical without external input like power is a really good idea.

permalink
report
parent
reply

If you can do python and you can wire one part to one part, one part at a time, it’s not hard, at least to me. Get the analog sensor, connect it to the analog to digital converter, connect all of their power to a relay, connect the relay and the converter to the pi, connect that to power. Then use Python to check the value in a loop, forever.

permalink
report
parent
reply

ACEIRMC 2set Soil Moisture… https://www.amazon.com/dp/B09JSND12L?ref=ppx_pop_mob_ap_share

They’re just resistive electrodes with an analog sense of the conductivity of the soil, which is linearly correlated with moisture. It does this by applying a voltage to one side and sensing the current load to the other probe. This is exactly the same as electroplating, so if you keep them on 100% of the time, one will essentially dissolve in the dirt.

Instead, I run their power through a relay. I turn one relay on, it turns on all three of my sensors, I wait a few seconds, take three reads off each, one second apart, take the avg of each sensor, and record that. You can the save that to a timeseries database and host that locally too. Then plot that with Graphana.

To read the analog values, I use this: HiLetgo 3pcs ADS1115 16 Bit 16… https://www.amazon.com/dp/B07VPFLSMX?ref=ppx_pop_mob_ap_share

Now that you have logs, you can check moisture levels before activating your irrigation.

The next step is I have a set of float sensors in the rain barrel, towards the bottom. If the bottom one indicates empty it activates a solenoid to refill from the tap until the top one indicates full. They’re about two inches apart.

permalink
report
parent
reply

Yes I actually have two of them. My backyard has three outdoor moisture sensors, so it can know if it’s moist enough. It has a drop irrigation system connected to regular plastic pressure for tubing. It has two zones that can be controlled with two solenoids. It also has a 12V pump. All of that is powered by a 12V power supply and controlled by a four zone relay board. Remember to turn the power off to your outdoor sensors so that they don’t destroy themselves when you’re not sensing. You can also add a flow sensor to measure your water consumption.

permalink
report
parent
reply