Search found 8 matches

by thevalkyriesride33
Wed May 11, 2022 11:17 pm
Forum: Home Assistant Gardening
Topic: AC Infinity CLOUDLINE S6 - PWM to 0-10v help
Replies: 13
Views: 12249

Re: AC Infinity CLOUDLINE S6 - PWM to 0-10v help

here's my S6 configuration working good here on a esp32+ L298n Mosfet driver ... The solution I came to doesn't require any other components other the the a PWM signal, an opto and some resistors. Been running very stable with multiple speed changes for over a month now without issue. you have a ex...
by thevalkyriesride33
Sat Dec 18, 2021 8:36 pm
Forum: Home Assistant Gardening
Topic: AC Infinity CLOUDLINE S6 - PWM to 0-10v help
Replies: 13
Views: 12249

Re: AC Infinity CLOUDLINE S6 - PWM to 0-10v help

stud wrote:
Fri Nov 12, 2021 11:34 pm
here's my S6 configuration working good here on a esp32+ L298n Mosfet driver ...
The solution I came to doesn't require any other components other the the a PWM signal, an opto and some resistors. Been running very stable with multiple speed changes for over a month now without issue.
by thevalkyriesride33
Fri Nov 12, 2021 9:04 pm
Forum: Home Assistant Gardening
Topic: Meanwell Dimming with ESP32
Replies: 15
Views: 8074

Re: Meanwell Dimming with ESP32

I honestly don't know. Try it both ways and report back if one doesn't work.
by thevalkyriesride33
Thu Nov 11, 2021 9:01 pm
Forum: Home Assistant Gardening
Topic: Meanwell Dimming with ESP32
Replies: 15
Views: 8074

Re: Meanwell Dimming with ESP32

Yes, you can add two, but need them on different pins. When I was setting up my fan control, I actually started with two light controls and was dimming two different lights before I started testing the fan. Your code will look something like this: output: - platform: ledc pin: 23 frequency: 1220 Hz ...
by thevalkyriesride33
Thu Nov 11, 2021 4:20 pm
Forum: Home Assistant Gardening
Topic: AC Infinity CLOUDLINE S6 - PWM to 0-10v help
Replies: 13
Views: 12249

Re: AC Infinity CLOUDLINE S6 - PWM to 0-10v help

A bit more tweaking, and I think I am happy with what I have: PWM into Anode of optocoupler and 2.2 ohm resistor from cathode to ground. Yellow "pwm" into the collector of the opto and emitter to 1k ohm resistor to black (ground) of the fan. Yellow is pin 2 of the female molex connector on the end o...
by thevalkyriesride33
Thu Nov 11, 2021 1:49 am
Forum: Home Assistant Gardening
Topic: AC Infinity CLOUDLINE S6 - PWM to 0-10v help
Replies: 13
Views: 12249

Re: AC Infinity CLOUDLINE S6 - PWM to 0-10v help

I got in the ball park with a simple solution. I have a https://datasheet.octopart.com/OCP-PCT4116/E-TR-Lumex-datasheet-135311.pdf I have PWM into the Anode, 75ohm resistor from cathode to ground of the board. On the fan side, I have yellow "pwm" connected to the collector via a 2K resistor, and the...
by thevalkyriesride33
Thu Nov 11, 2021 12:04 am
Forum: Home Assistant Gardening
Topic: AC Infinity CLOUDLINE S6 - PWM to 0-10v help
Replies: 13
Views: 12249

Re: AC Infinity CLOUDLINE S6 - PWM to 0-10v help

thevalkyriesride33 wrote:
Wed Nov 10, 2021 5:40 am

I do not have the equipment to be able to tell if this measured voltage is PWM or if its straight DC.
Borrowed a multimeter that can measure Hz and Duty. Yellow to +10v (red) and yellow to ground (black) are both are at 5K Hz. Duty changes as you might expect as speed goes up and down.
by thevalkyriesride33
Wed Nov 10, 2021 5:40 am
Forum: Home Assistant Gardening
Topic: AC Infinity CLOUDLINE S6 - PWM to 0-10v help
Replies: 13
Views: 12249

AC Infinity CLOUDLINE S6 - PWM to 0-10v help

Greetings, I am working on automating my ventilation through ESP home and esp32 boards. I can already dim my hlg quad boards as needed with this, and I have been trying to work on my fan and can't quite get it to 100%. My fan ( linked at the bottom of the post ) comes with a simple button controller...