-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pentair VS pump speed Error: One Touch: Can't set Pump RPM/GPM until type is known #225
Comments
Have you set the pump id in the config? If so, wait until you see GPM / RPM in the web ui, and then try to set it. |
Yes. I can see GPM/RPM, but it still gets this error. |
Can you send complete debug logs from startup to changing RPM/GPM, making sure you see the RPM/GPM in the UI after startup. |
Will do. On Jun 21, 2023, at 8:03 PM, sfeakes ***@***.***> wrote:
Can you send complete debug logs from startup to changing RPM/GPM, making sure you see the RPM/GPM in the UI after startup.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@sfeakes Log attached Screenshot 1- Web UI Showing RPM before change |
Thanks for the debug logs. I see the problem. The panel version you have I will have to modify the code to get VSP working for you. I'll post an update, but can't give a time/date yet. |
Thanks for taking a look. Appreciate all of your help and work on this project!On Jun 22, 2023, at 6:00 PM, sfeakes ***@***.***> wrote:
Thanks for the debug logs. I see the problem. The panel version you have REV. O.2 is displaying the VSP information very differently to all the other panel versions I've come across on the OneTouch protocol. And that's the protocol that AqualinkD is configured to use for VSP. Looking over the notes I have this is the first panel version that supported VSP on OneTouch. (Typical Jandy things are different between this version and the later versions of the protocol AqualinkD is programmed to use).
The other option is to use the Touch Protocol for VSP, but your panel doesn't support that.
I will have to modify the code to get VSP working for you. I'll post an update, but can't give a time/date yet.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I just pushed Version 2.3.2 that has support for this panel# and VSP. I have no way of testing this, so coded against your logs, let's hope this works. Below are the messages to look for in the logs if everything has worked.
If this works, the next problem might be the programming of the RPM/GPM. It quite lightly If the status menu is different on your panel version that the programming is as well. |
Thanks for the update. Doesn't look like it is generating the log events we'd hoped for. Please see attached. |
Stupid error on my behalf, Just updates 2.3.2, so please try again. Since it's same version# make sure you force the latest. |
Did a fresh install of 2.3.2 One Touch: Setting early version for OneTouch |
OK, pushed a change. please try again. |
@sfeakes Thank you! Was able to test this morning..looks like some progress! The RPM value is now showing in the button to start /stop filter pump. When I go to change the setting (i.e. to 1800 RPM) it says programming pump and then the RPM label always switches to 2750, no matter what value I am selecting on the slider. Attached the logs, hope this helps! |
Glad we got a bit further, can you post debug log (attached is Info) of when you're trying to change RPM, that way I can see what's going on. |
Restarted in debug mode and the filter pump button no longer shows RPM. Log attached |
Hi @sfeakes Hope you're doing well. Just wanted to check in and see if you needed any additional logging from me. Thanks! |
From your last set of logs, AqualinkD did not connect to the panel using the OneTouch protocol. Only the Allbutton and SerialAdapter protocols. Since OneTouch is the protocol that gives VSP information, that's why it didn't show up. But I can see from your logs, it's not a configuration error, the panel never tried to start the one touch protocol. Can you try restarting AqualinkD, and see if you get notices like in the logs.
|
Trying to change the speed of the Pentair Intelliflo VS pump and the pump is not responding to the change.
Ran debug and I'm seeing the following.
Jun-21-23 17:18:56 PM Debug: NetService:WS: Message - Key 'parameter' Value 'Filter_Pump'
Jun-21-23 17:18:56 PM Debug: NetService:WS: Message - Key 'value' Value '1515'
Jun-21-23 17:18:56 PM Debug: NetService:WS: Message - Key 'uri' Value 'Filter_Pump/RPM/set'
Jun-21-23 17:18:56 PM Debug: NetService:WS: URI Request 'Filter_Pump/RPM/set': value 1515.00
Jun-21-23 17:18:56 PM Notice: NetService:WS: request to change pump 1 RPM to 1515
Jun-21-23 17:18:56 PM Debug: AqualinkD: Actioning delayed request
Jun-21-23 17:18:56 PM Notice: Panl Prog: Starting programming thread 'Set OneTouch Pump RPM'
Jun-21-23 17:18:56 PM Error: One Touch: Can't set Pump RPM/GPM until type is known
Attached log.
debug_serial.log
The text was updated successfully, but these errors were encountered: