Search found 1599 matches

by LEDG
Thu Feb 11, 2021 3:14 pm
Forum: Home Assistant Gardening
Topic: Trying to add a fertigation dosage slider and schedule
Replies: 9
Views: 1300

Re: Trying to add a fertigation dosage slider and schedule

I'm doing mine with a custom card to allow me to show and hide each of my 5 input_datetime cards based on what my frequency slider is set to. The code in the custom card is: cards: - entities: - input_number.fertigation_freq - input_number.fertigation_duration show_header_toggle: false title: Fertig...
by LEDG
Wed Feb 10, 2021 5:58 pm
Forum: Home Assistant Gardening
Topic: Trying to add a fertigation dosage slider and schedule
Replies: 9
Views: 1300

Re: Trying to add a fertigation dosage slider and schedule

Here you go: I have 3 date_time inputs in this flow but you can add more or remove some, or whatever you like. You will need to go to helpers and add 3 date_time inputs as 'time only' inputs, and put these on your dashboard. Go into each one of the state_changed blocks in the Node red flow and point...
by LEDG
Thu Feb 04, 2021 9:09 pm
Forum: General Control & Automation
Topic: PWM dimming on inventronic drivers ???
Replies: 3
Views: 4702

Re: PWM dimming on inventronic drivers ???

On the Mean Well drivers, you don't need to supply any voltage. There is already voltage on the dim circuit. Not sure about the Inventronics, will test this soon though.
by LEDG
Thu Feb 04, 2021 9:05 pm
Forum: Introduce Yourself
Topic: Hello Everyone!!!
Replies: 1
Views: 1012

Re: Hello Everyone!!!

Hey Gas, sounds like you've got a lot of experience under your belt. LED is definitely the way to go!

Welcome.
by LEDG
Thu Feb 04, 2021 9:04 pm
Forum: Introduce Yourself
Topic: Incredible form
Replies: 1
Views: 436

Re: Incredible form

Thaistix wrote:
Mon Jan 25, 2021 12:52 pm
Wow Whoever thought we’d be growing with LED lights glad I found this form lots of useful information for a old guy with a new way
Hahaha. Cheers. Nice doggo.
by LEDG
Thu Feb 04, 2021 9:01 pm
Forum: Home Assistant Gardening
Topic: Garden Assistant
Replies: 15
Views: 2258

Re: Garden Assistant

Haven't played with that component. Thought I'd share something I discovered about the weird lighting range given by ledc... Apparently you need to specify a gamma_correct to make the dimming more linear. It defaults to 2.8, so you set it to 1.0 like this: output: - platform: ledc pin: 27 frequency:...
by LEDG
Thu Feb 04, 2021 8:56 pm
Forum: Home Assistant Gardening
Topic: Trying to add a fertigation dosage slider and schedule
Replies: 9
Views: 1300

Re: Trying to add a fertigation dosage slider and schedule

Sounds like you just need a block in node red to read the state of the slider, then do a switch.turn_on to your pump entity with a delay for however long your slider value is, then a switch.turn_off, right? Can you paste your node red flow here?
by LEDG
Fri Jan 22, 2021 7:45 pm
Forum: Introduce Yourself
Topic: Howdy!
Replies: 2
Views: 423

Re: Howdy!

Right on, man. Welcome.
by LEDG
Mon Jan 18, 2021 3:14 pm
Forum: Home Assistant Gardening
Topic: ESP32 Dosing Pump
Replies: 33
Views: 5069

Re: ESP32 Dosing Pump

morrisraybrooks wrote:
Thu Jan 14, 2021 2:48 am
wheew finally got it working
Nice!

What'd you end up with?
by LEDG
Wed Jan 13, 2021 7:02 pm
Forum: Home Assistant Gardening
Topic: Days since planting counter (how to create this)
Replies: 8
Views: 1160

Re: Days since planting counter (how to create this)

Hello all, I'm trying to set a custom days since counter to track my seeding dates. This will need to be a custom defined date/time as I don't have any other events/triggers I can use. I've implemented the following into my Config.yaml but am lost as to where/how to configure this. platform: templa...