Search found 5 matches

by professionalcynic
Wed Apr 21, 2021 3:09 am
Forum: Home Assistant Gardening
Topic: Day/night code for node red
Replies: 1
Views: 343

Re: Day/night code for node red

Had a go but can't get it to work? var target; if (msg.payload["lightsensor"] <= 10){ target = msg.payload["ntemp_target"] }else{ target = msg.payload["temp_target"] } if (msg.payload["average_temp"] < (target - msg.payload["temp_tolerance"])) { return [msg, null]; }else{ return [null, msg]; }
by professionalcynic
Tue Apr 20, 2021 4:41 am
Forum: Home Assistant Gardening
Topic: Day/night code for node red
Replies: 1
Views: 343

Day/night code for node red

Has anyone figured out how to integrate a day/night target based on a light sensor input into the node red code from the videos?
by professionalcynic
Mon Apr 05, 2021 5:04 am
Forum: Home Assistant Gardening
Topic: PWM School
Replies: 2
Views: 645

PWM School

I have a few EC fans. 2 state 0-10v and PWM control, the other is an AC infinity with the screen. Can someone point me in the direction of a definitive guide to get this sorted? I've watched youtube guide #7, 7 times with a hope it should be similar. My questions are, how do I work out what resistor...
by professionalcynic
Mon Apr 05, 2021 3:26 am
Forum: Home Assistant Gardening
Topic: Connect a camera
Replies: 8
Views: 2681

Re: Connect a camera

Don't think you want infrared when the lights are off?