Search found 20 matches

by jeffcourtneydba
Tue Jul 20, 2021 9:06 pm
Forum: Home Assistant Gardening
Topic: One Esp32 for 2 sensors?
Replies: 2
Views: 1343

One Esp32 for 2 sensors?

Noob question... I got a esp32 and I flashed it with esphome to run a ruuvi tag.

I now also want to run a MH-Z19 sensor to monitor Co2. Can I add the MH-Z19 code from the esphome helper code site to the same esp32 and run both the MH-Z19 and ruuvi on it? or do I need 2 separate esp32's?

Thanks,
Jeff
by jeffcourtneydba
Tue Jul 20, 2021 9:00 pm
Forum: General Control & Automation
Topic: Code needed - Reverse dosing pumps
Replies: 1
Views: 3984

Code needed - Reverse dosing pumps

Im trying to get pump to run backwards for specific time (10 seconds) to purge line then pump out solution. Ive basically copied LEDG code from Github and got the pump to run normally as intended. Ive hit a wall trying to throw together IDE code trying to add the reverse component. I dont have the P...
by jeffcourtneydba
Tue Feb 09, 2021 12:52 am
Forum: Home Assistant Gardening
Topic: CO2 control
Replies: 8
Views: 2443

Re: CO2 control

stud wrote:
Sun Feb 07, 2021 10:24 pm
i have good news on the Atlas Scientific EZO-CO2 sensor :
https://atlas-scientific.com/probes/co2-sensor/
worked for me with tasmota on a Wemos Mini D1 ( esp8266) .

NICE DUDE! Good to know u got her handled.
by jeffcourtneydba
Thu Jan 28, 2021 6:23 pm
Forum: Home Assistant Gardening
Topic: Flow meters
Replies: 3
Views: 793

Re: Flow meters

today i was looking at the new Atlas Scientific EZO-Flow https://atlas-scientific.com/flow-meters/ and the beauty part is that its compatible to Tasmota : https://tasmota.github.io/docs/EZO/ i just received my Hydro Kit today , going to try and make Tasmota work on it https://atlas-scientific.com/k...
by jeffcourtneydba
Thu Jan 28, 2021 2:32 am
Forum: Home Assistant Gardening
Topic: Flow meters
Replies: 3
Views: 793

Flow meters

Im starting to think I need to get an accurate measurement of water entering my system for batch nutrient dosing. Anyone using a flow meter or are most just relaying on a gauge/scale?

Jeff
by jeffcourtneydba
Tue Jan 26, 2021 4:13 am
Forum: Home Assistant Gardening
Topic: Water level sensor
Replies: 17
Views: 4333

Re: Water level sensor

184.jpg I suspect it doesn't need to be a 1MOhm resistor, it's only what I happened to find on the shelf and it worked. If there's someone more intimate with electronics feel free to peep up. So it turns out I didnt have my ADE buad rate set to the right setting in my output window. I got her worki...
by jeffcourtneydba
Mon Jan 25, 2021 11:33 pm
Forum: Home Assistant Gardening
Topic: Water level sensor
Replies: 17
Views: 4333

Re: Water level sensor

I'm using a 1Mohm resistor between 3.3V and A0, the floater between A0 and GND. This reads a value between 4 (tank empty) and 270 (tank full). void setup() { Serial.begin(115200); Serial.println("Hello World"); } int sensorValue; void loop() { sensorValue = analogRead(A0); //client.publish("water/l...
by jeffcourtneydba
Sat Jan 23, 2021 1:24 am
Forum: Home Assistant Gardening
Topic: Water level sensor
Replies: 17
Views: 4333

Re: Water level sensor

Oh, the esp8266 only does 0-1V on the analog input. So then yes, I guess you would need additional resistance to drop 2.3V, then it feeds into the divider. I think, I'm not an EE. Looking at the analog input voltage range some more, it seems if you're using a bare esp8266 chip (which I doubt is the...
by jeffcourtneydba
Sat Jan 23, 2021 1:20 am
Forum: Home Assistant Gardening
Topic: Water level sensor
Replies: 17
Views: 4333

Re: Water level sensor

Oh, the esp8266 only does 0-1V on the analog input. So then yes, I guess you would need additional resistance to drop 2.3V, then it feeds into the divider. I think, I'm not an EE. Looking at the analog input voltage range some more, it seems if you're using a bare esp8266 chip (which I doubt is the...
by jeffcourtneydba
Thu Jan 21, 2021 10:00 pm
Forum: Grows
Topic: Here’s my grow
Replies: 3
Views: 4645

Re: Here’s my grow

You reminded me I need to get some of those ceiling rails. Nice room