Search found 2 matches

by shmoove
Wed Nov 25, 2020 9:54 pm
Forum: Home Assistant Gardening
Topic: atlas scientific sensors esphome
Replies: 32
Views: 19252

Re: atlas scientific sensors esphome

One other thing that I would like to know how to do is be able to divide the reading by 1000 so that I am getting the correct EC output. This worked for me: - platform: ezo id: ec_ezo name: "EC CN" address: 100 accuracy_decimals: 2 unit_of_measurement: "EC" filters: - lambda: |- if (x > 0.1) { retu...
by shmoove
Thu Nov 19, 2020 11:27 am
Forum: Home Assistant Gardening
Topic: DIY Grow Room Automation w/ Node-Red
Replies: 38
Views: 45213

Re: DIY Grow Room Automation w/ Node-Red

Yes, I am using an ESP32 to connect my temperature sensors and the L298N Motor Drive Controller. The ESP32 connects via Wi-Fi to Home Assistant and Node-Red which is currently running on a RP4. I have the L298N connected to a 12V 150CFM fan (computer fan) for testing, I have not yet purchased an EC...