-
Hello, Awesome project, really appreciate all the hard work. I have a few questions about my setup that I can't seem to figure out. 1. Pump doesn't show RPM and Watts my config: 2. Can't turn Heat pump On/off My Config: If it's OFF I see a status message: Info: AllButton: RS Message :- 'Heat Pump OFF' Not sure if I have something newer or not or if I am doing something wrong. 3. Can't access One Touch options in AqualinkD As a workaround to controlling the heat pump switch, I thought I would instead setup a One Touch virtual button in AqualinkD that just turns on the heat pump, however I can't get that to work. The One touch works fine in the offical app (it turns the heat pump toggle on off). My config: Log: The pump would just be a nice to have, but not having the Heat Pump switch is a real PITA. Any help would be greatly appreciated, will provide any useful info you need. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 5 replies
-
Can you post your For VSP and Virtual Buttons you have to enable It also like like you have a panel rev Y or greater from your images. Jandy changed how the pump ID's work on that rev#, I had coded for it for someone else, and AqualinkD worked for them. But without that board myself, it's hard to fully test. So I may need to do some more work on that and get some logs from you. But let's see where things are after you posted the above files. I've never seen a heat-pump that's not physically connected to an AUX circuit. But if yours is infact not connected to an AUX circuit, then virtual button is the only option, and we need to fix the above to get those to work. Out of interest if your heat pump simply enabled from a JVA?, then I could see only needed a virtual button. Back to the pump VSP info, what will also help with rev Y is configuring the pump name in AqualinkD, |
Beta Was this translation helpful? Give feedback.
-
I believe I have the Here are the requested files: On the heat pump I am 100% certain it is not controlled by a relay, only a RS485 wire. The only way I can get the heat pump to run is if I enable the bottom toggle in the App. |
Beta Was this translation helpful? Give feedback.
-
I am running version B0316823 REV Yg. On the pump naming. The pump is wired through relay 1. I don't see where I can change the name of that relay, but I do see where I can change it in the newer VS Pump Setup menu. Should I change it there? |
Beta Was this translation helpful? Give feedback.
-
Also not sure if relevant on the heat pump, I occasionally see the message about the heat pump.: Feb 23 13:06:48 Warning: RS Serial: Read Jandy packet BAD PACKET To 0x00 of type LXi status | HEX: 0x10|0x02|0x00|0x0d|0x40|0x00|0x00|0x5f|0x10|0x10|0x02|0x50|0x11|0x1e|0x91|0x10|0x03| |
Beta Was this translation helpful? Give feedback.
-
First try adding What was the output of serial_logger? That will tell you what ID's you can use and what the pump ID is. The unresponsive could be due to an ID conflict. Looking over your config, you should make some other changes as well. |
Beta Was this translation helpful? Give feedback.
-
Here is the serial Output: Feb 23 13:48:46 Notice: Serial Log:ID 0xa3 is in use <-- iAqualink 2.0 I made all the changes you mentioned above and set
Now also have Pump info! :-D Now with the Heat Pump Toggle... In the config I have:
If I toggle this, It is not toggling the One Touch 5 (which is just the heat pump), but it IS toggling the heat pump switch. I just noticed they are the same name (one touch 5 is "Heat Pump" and the Heat pump toggle is also "Heat Pump"). Could that be why? |
Beta Was this translation helpful? Give feedback.
-
Thought i would share one more observation. I have an rs4 combo panel, with 4 relays in use and 4 jvas in use. My spa Light was wired to the 4th relay, which in the rs4 is the solar circuit. . If I set my config file to a rs4 combo. I was not able to control my waterfall JVA in aqualinkd. It seems there arent enough buttons avaliable in the rs4 config. I was able to resolve this by manually setting my panel type to a rs6 in the config and mapping the buttons correctly. Another issue I encountered was controlling lights on the solar circuit. I was able to turn the spa lights on/off, but could not get aqualinkd to set the color of the light. The jandy app was able to control and set the light fine when it was on the solar circuit. I was able to resolve this by swapping my spa blower to the solar circuit relay and my spa Light to aux2. |
Beta Was this translation helpful? Give feedback.
First try adding
button_01_pumpName=Filter Pump
toaqualinkd.conf
. If it creates some confusion, then change the name of the pump (not the button) in the app, and change aqualinkd.conf accordingly.What was the output of serial_logger? That will tell you what ID's you can use and what the pump ID is. The unresponsive could be due to an ID conflict.
Looking over your config, you should make some other changes as well.
#rssa_device_id=0x48
. -> Enable this by removing the #enable_iaqualink=yes
-> Disable this by adding a #. You can ONLY use this setting if you don't have a iAqualink connected. (My mistake bad documentation, I'll fix that). This also may be why you system because unresponsiv…