akulo / pentair-pool-controller

Pentair Pool Controller Automation with RaspberyPi running NodeJS, Node-Red, Node Red Dashboard
5 stars 1 forks source link

Pumps #1

Open spifftek70 opened 1 year ago

spifftek70 commented 1 year ago

More of a question than an issue. You have one Pentair IntelliCom II Interface Adapter for RS485 coms to the Intelliflo pump. But then your Relay board lists multiple pumps... The input is the yellow and green cable from one pump, but I'm not understanding how that leads to multiple pumps for control. Also, can a Node-Red board be used in place of the IntelliCom II Interface Adapter? Do you need one adapter per pump?

coreyfournier commented 1 year ago

I think he is using the super flow vs that supports rs485 and 4 5v triggers for each speed. That's what I'm using.

akulo commented 1 year ago

@spifftek70 Its not multiple pumps. Its just 4 different programs/speeds for same pump. I am using one Pentair IntelliCom II Interface Adapter and Intelliflo pump.

jaysalazar commented 1 year ago

@akulo , Follow up question regarding the intelliCom II Interface Adapter. How exactly are you setting the RPM settings for each program/speed? Does it use the preset speeds on the pump?

spifftek70 commented 1 year ago

When setting up the schedule for your pool, it allows you to set the pump speed. You can also dynamically change the speed of the pump in the regular dashboard interface.

jaysalazar commented 1 year ago

I think I am missing something, looking at the node red flow, I don't understand how you are able to send a command to change the speed of the pump. Is that what you meant by "regular dashboard interface"?

akulo commented 1 year ago

yes on pump itself I preprogrammed 4 different speeds. All I do from node-red flow just trigger one of those speeds. I cant dynamically change speeds from my controller. All I can do is select one of the 4 pre-programmed speeds. Read your pump manual only certain programs allow such control as far as I remember.

jaysalazar commented 1 year ago

Thanks for confirming, planning on using relays to trigger each speed. I found an example online, my wiring a slightly different but the concept is the same.

image