-
I currently have an RS4 with both red network blocks used. One set of wires comes from an aqualink receiver. I am not sure about where the wires goes. Is it okay to simply double up and insert the A/B wires from the FTDI adapter into the Yellow/Black terminals along with the existing wiring? Or does it need its own dedicated terminals? How does termination figure in here? Is that what the Red/Green 1/4 terminals are for? Should you connect all 4 wires (wiki only references the data wires). How should you terminate when the FTDI documentation indicates it has internal termination? |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
You can piggyback wiring. But when doing that, you need to be careful with termination, there is no standard so you’ll need to look at what devices are terminated. You’ll usually be better off extending the wiring from client devise (Ie keypad). Since no standard and even manufacturers change termination between versions it something you’ll need to play with. You only need the 2 data wires for a USB receiver to work since it has its own power. |
Beta Was this translation helpful? Give feedback.
-
I can’t tell that anything is terminated. There are just two sets of four wires going in to the red blocks.
I don’t have any keypads. It is all app based. I think the second set of wires might go to the heater or something.
I tried the two wires (orange and yellow) based on the FTDI doc. I tried reversing them, but I can’t get your test commend to echo back anything from the jandy controller.
How do you go about terminating? And do you need to alter the existing terminations if they exist?
Jason
…On Apr 14, 2022, 7:50 PM -0500, sfeakes ***@***.***>, wrote:
You can piggyback wiring. But when doing that, you need to be careful with termination, there is no standard so you’ll need to look at what devices are terminated. You’ll usually be better off extending the wiring from client devise (Ie keypad). Since no standard and even manufacturers change termination between versions it something you’ll need to play with. You only need the 2 data wires for a USB receiver to work since it has its own power.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Where does each set of wires go? When you say app based, what do you use to control the pool / change settings, if iAqualink, then there is also a transmitter on the RS485 that acts like a keypad. You might be better of connecting to the posts on the transmitter. Either way, use the AqualinkD serial logger and connect the wires at either the control panel or iAqualink transmitter, the serial will usually tell you if you have errors on the bus when receiving messages. |
Beta Was this translation helpful? Give feedback.
-
One set of wires does go to the iAquaLink transmitter. I think the second set might go to either the heater or maybe the variable speed motor.
I did connect the wires to the control side and tried the echo command in the wiki, but got nothing. I’ll try enabling the serial logger and see if I get anything.
Jason
…On Apr 17, 2022, 7:42 PM -0500, sfeakes ***@***.***>, wrote:
Where does each set of wires go? When you say app based, what do you use to control the pool / change settings, if iAqualink, then there is also a transmitter on the RS485 that acts like a keypad. You might be better of connecting to the posts on the transmitter. Either way, use the AqualinkD serial logger and connect the wires at either the control panel or iAqualink transmitter, the serial will usually tell you if you have errors on the bus when receiving messages.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I disconnected the iAqualink so that I would have a free block. I then connected two wires, orange and yellow (per the FTDI data sheet) to 2 and 3. I tried twisting the termination wires together and leaving them untwisted. Didn't seem to make a difference. I also tried pairing them with the orange and yellow so that I had green and yellow in #3 and brown and orange in #2. That looked promising as it does seem to hang the serial logger. It never prints anything out though. However the "sudo -s eval '''stty raw -echo < /dev/ttyUSB0; cat -vte /dev/ttyUSB0''" will print out the following: M-|M-LM-`M-}^L<M- Attached is a picture of the setup, the dmesg output and the serial logger. Any suggestions? dmesg | grep usb AqualinkD serial_logger V1.4 Notice: RS Serial: RS485 interface received 0 packets in 25 seconds (~0.00 Msg/Sec) |
Beta Was this translation helpful? Give feedback.
-
Can you post a link to the RS485 to USB device you are using. It looks like it’s set to RS232 and not RS485, and also looks like TTL but in the wrong direction. It also looks like it’s initiating it multiple times. Your dmesg is very odd. 0.958989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 ‘’’ |
Beta Was this translation helpful? Give feedback.
-
FTDI USB-RS232-WE-1800-BT-5.0 Cable, USB to RS232 Serial, 1.8M, Wire END https://www.amazon.com/dp/B01HI9CXG4/ref=cm_sw_r_cp_api_i_XDCFE62027AD27FT2MH7?_encoding=UTF8&psc=1
Jason
…On Apr 18, 2022, 7:51 PM -0500, sfeakes ***@***.***>, wrote:
Can you post a link to the RS485 to USB device you are using. It looks like it’s set to RS232 and not RS485, and also looks like TTL but in the wrong direction.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This is the one you need in that pigtail style. The one you picked is UART RS232 more for programming an Arduino style chip / ESPxxx |
Beta Was this translation helpful? Give feedback.
-
<sigh>
Thanks for your patience.
…On Apr 18, 2022, 8:30 PM -0500, sfeakes ***@***.***>, wrote:
This is the one you need in that pigtail style.
https://www.amazon.com/gp/product/B073RCSYX1/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
This is the one you need in that pigtail style.
https://www.amazon.com/gp/product/B073RCSYX1/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1
The one you picked is UART RS232 more for programming an Arduino style chip / ESPxxx