-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Figure out the connection to the intelliflo vsd pump #1
Comments
Summary of pab014share.zip which helped a lot! Looks like the pump only reacts when it receives the correct message(s), we need to act as a controller who will constantly communicate with the pump. The format is:
In the message the FROM and DEST part indicate the addresses of the devices:
Apart from unsolicited broadcasts, information exchange is done by
is a request from the controller to the pump to turn panel control off,
It has to be in FILTER mode AND Started to make it go. Unlike other controllers, which take over full control of the pump, More decoding of binary data from an IntelliTouch controlled system
The above sequence is embedded within the cyclic exchange of data
The controller never releases the pump as long as it is in AUTO mode.
It is important for any serious controller implementation to know when a |
The RS485 bus seems to collapse in voltage when i connect the shield !? |
Hello, and thanks for this project, I also have an Intelliflo pump and am trying to use Arduino for control. Were you ever able to figure out this issue? Currently, if I use the serial software port I get a "Display Not Active" message, which I believe means that communications of some sort happened. The hardware serial port never changes the pump. However, neither software nor hardware receive any messages from the pump, and the pump has never turned on or off from my messages. Just wondering if you are still working on this, or is it abandoned? Thanks! |
I would look in this thread. |
@Zuntara Where you able to use your code in production? I would like to do the same thing as you tried 3 years ago... |
Need to figure out which pins i need to connect to get RS485 working.
Some other sites point out to use the pentair connection cable (which i don't have) - is there something build-in the cable to allow the communication?
When i connect to pins 6 and 7 of the connector (bottom and bottom-left) then my rs485 shields its RX port is constant on.
Checklist:
The text was updated successfully, but these errors were encountered: