Search found 16 matches

by HydroRay
Sun Jun 19, 2022 3:38 pm
Forum: Home Assistant Gardening
Topic: EZO Pump and Sensor Calibration coming to ESPHome soon!
Replies: 6
Views: 11808

Re: EZO Pump and Sensor Calibration coming to ESPHome soon!

So far everything for the pumps are working fine. From what I can tell you do have to individually write the code for all the entities you want to use (for every pump) in your devices config file, which with a little copy/paste doesn't take long at all. Haven't messed around with the calibration pul...
by HydroRay
Thu Jun 16, 2022 6:19 pm
Forum: Home Assistant Gardening
Topic: EZO Pump and Sensor Calibration coming to ESPHome soon!
Replies: 6
Views: 11808

Re: EZO Pump and Sensor Calibration coming to ESPHome soon!

All you need to do is add the external component manually instead of waiting until the next ESPHome Update external_components: - source: github://pr#3528 components: [ ezo_pmp ] I'm pretty sure you have to flash with just that code in, then open the config file again and ezo_pmp: - id: ezo_pmp_sr_p...
by HydroRay
Wed Jun 15, 2022 3:53 pm
Forum: Home Assistant Gardening
Topic: EZO Pump and Sensor Calibration coming to ESPHome soon!
Replies: 6
Views: 11808

EZO Pump and Sensor Calibration coming to ESPHome soon!

I have great news! Thanks to https://github.com/gvdhoven and https://github.com/carlos-sarmiento on GitHub it looks like we're finally going to be able control the Peristaltic Pumps and calibrate everything right in HA/ESPHome. https://github.com/esphome/esphome-docs/pull/2133 makes it so you can se...
by HydroRay
Sat May 14, 2022 7:11 pm
Forum: Home Assistant Gardening
Topic: Anybody have experience building custom components/switches?
Replies: 3
Views: 2169

Re: Anybody have experience building custom components/switches?

just send the commands to your EZO-PMP via mqtt on HA , to Tasmota example here : https://github.com/arendst/Tasmota/issues/11891 I really don't want to go through Tasmota because - there's no way to control how often the sensors take readings, it's 1/sec no matter what. I don't want to overwork th...
by HydroRay
Sat May 14, 2022 6:14 pm
Forum: Home Assistant Gardening
Topic: AC Infinity CLOUDLINE S6 - PWM to 0-10v help
Replies: 13
Views: 25337

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

Sounds like I've got a super similar problem with just a little different hardware. I've got a pca9685 http://wiki.sunfounder.cc/index.php?title=PCA9685_16_Channel_12_Bit_PWM_Servo_Driver (connected to a huzzah32 feather) that I've plugged my lights in to dim/automate and when I tried the same with ...
by HydroRay
Sat Apr 30, 2022 1:55 am
Forum: General
Topic: PWM Driver Dimming not as strong?
Replies: 2
Views: 2090

Re: PWM Driver Dimming not as strong?

I had purple (dim+) - at PWM nothing - at V+ grey (dim-) - at GND I ended up buying the PRG-MUL2 programmer (about $50USD), set my driver from "0-10V Dim rate Fast" to "PWM Logic +", added the black 12V wire from the driver to the middle V+ on pca9685 (although honestly I have no idea if it made a d...
by HydroRay
Fri Apr 29, 2022 1:10 am
Forum: Home Assistant Gardening
Topic: Anybody have experience building custom components/switches?
Replies: 3
Views: 2169

Anybody have experience building custom components/switches?

I'm struggling big time trying to get the Atlas Scientific EZO Peristaltic pumps to work in Home Assistant/ESPHome because the EZO circuits are only set up to be sensors and not switches. Scouring these forums I see people have talked about the pumps but I couldn't find a resolution anywhere. I'm th...
by HydroRay
Sun Apr 24, 2022 8:04 pm
Forum: Home Assistant Gardening
Topic: Meanwell Dimming with ESP32
Replies: 15
Views: 9294

Re: Meanwell Dimming with ESP32

i have modded many diff LEDs Drivers with PWM for me and friends , some driver pwm controlers are 5V some are 10V . an ESP + Mosfet on ESPHome does the trick , i do have to scale the min/max PWM config on ESPHome , since a ESP pwm output is 3.3v max , you can also use 3.3v-5V logic driver to solve ...
by HydroRay
Sun Apr 24, 2022 7:43 pm
Forum: General
Topic: PWM Driver Dimming not as strong?
Replies: 2
Views: 2090

PWM Driver Dimming not as strong?

Hello! I was able to hook up my eud-600s210dt driver to a pca9685 to control my lights. Before I was able to set that up I simply had a knob that I hooked up to the dimming cord. https://www.amazon.com/Controller-Dimmable-Electronic-Ballasts-Controling/dp/B0912HZ6DM/ref=sr_1_7?crid=VWT2V4OSW523&keyw...
by HydroRay
Sat Apr 16, 2022 12:30 am
Forum: Home Assistant Gardening
Topic: any experience with atlas-scientific (wi-fi-hydroponics-kit)
Replies: 66
Views: 21861

Re: any experience with atlas-scientific (wi-fi-hydroponics-kit)

Yes. I have four pumps connected on the i2C bus. By default the pumps arrive locked on address 103. First, I had to issue the command Plock,0 to unlock the I2C settings. Then I issued the command I2C, 104 command to change the i2C to 104. Repeated for the other pumps to assign unique addresses. In ...