-
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
High salt warning error #224
Comments
“Check aquapure” Messages is directly from control panel. The other message that was in a different image you posted “high salt” in the SWG icon, that comes directly from the SWG not the panel. the latter you can sometimes see odd messages when the SWG is turned on or off depending on model. If you don’t want this, set the config to not read SWG messages directly. The former since it comes from the panel directly you should also see it in a keypad/one touch. Maybe it’s clearing quickly so it’s being hidden / masked? Also note that a SWG is usually the device that’s most effected by RS485 bus issues so if you are still seeing checksum and serial reset errors, it’s most likely due to that |
Hmm.. keeps popping up, but no RS485 bus issues today. Will disable reading SWG directly and see if that helps, thank you! |
Please do. I just thought, It could also be something specific to the panel version# you have as well. |
Logged for a few hours and the salt level never went into 'high salt' level. Very strange we didn't see this in the prior build. Is there a way to change the ppm threshold for the high salt notification? Or maybe add an ignore (similar to the way you implemented swg_zero_ignore_count)? Also, going to look into swapping the salt level sensor in the event it's causing issues. Is there a way to log the raw events coming from the SWG (ID 0x50) while the AqualinkD service is running and write it to a log vs running via command line (eg ./serial_logger /dev/ttyUSB0 -i 0x50) |
Can you send the log, of when you see that message, I'd like to understand what's going on. The high salt message is a specific message ID that the SWG is sending. So no, there are no way to change the threshold, it's build into the SWG. |
@sfeakes Is there a way to clear the High Salt message? It looks like the SWG may send a sporadic high salt event which triggers the banner message, but then it never disappears (even with salt levels not being high) |
Relocated the RS485 serial cable to the multiplexer using a dedicated connector. This seems to have helped the high salt event issue. Haven't seen this error since the cable was moved, will continue to monitor and report back. |
High salt is back. Swapped the sensor out and still getting the issue randomly. |
The Aquapure message in the blue banner is from the control panel, and when the message disappears from the control panel, it should also disappear from the banner. I'm guessing if you look in the logs, you will see that message being repeated quite frequently. The clearing comes from a complete cycle in the panel messages without it being repeated. (a cycle is usually about 1 minute) Keep monitoring your logs, my guess is you are seeing some "checksum" or "bad packet" errors, that's more than lightly what's causing the SWG errors you are seeing. This will be down to wiring and/or termination.
Not without a 2nd USB2RS485 adapter and running the serial_logger on that. BUT, you can log everything to a file, and then filter that out.
|
@sfeakes Strange thing is.. neither the Aquapure control panel or my RS control panel indicate any errors / high salt, but the Aqualinkd high salt banner is showing. |
My guess is the all button keypad is, that is the protocol that AqualinkD get's its messages from. These are the lines in the log with
You don't need to get down to debug messages to see them, If you monitor this, and post the debug logs from when you see it happening, I can give some more information and check it's not a issue with code. |
Hi @sfeakes I've got a Onetouch interface >> Not sure if it makes I difference, but figured I'd mention it in the event it does. https://www.jandy.com/en/products/controls/system-components/interfaces/aqualink-onetouch |
Found some instances where high salt would come up for a second on the panel and then clear, but the UI still shows high salt. Example 1 Salt is 3400 PPM = high salt warning. Jun-20-23 09:20:49 AM Info: PentaDvce: Pentair Pump Status message = RPM 1750 | WATTS 333 Example 2 Salt PPM is 4200 for 2-4 seconds, shows in panel for <5 seconds and clears, but never clears from WebUI Jun-20-23 12:03:47 PM Info: RS Allbtn: RS Message :- 'AIR TEMP 58 F' Example 3 Salt at 3400PPM, triggers high salt warning Jun-20-23 12:18:10 PM Info: RS Allbtn: RS Message :- 'AquaPure 35%' |
Hi @sfeakes Would it be possible to put in similar logic for High Salt warning as you had for SWG zero values? I.e Ignore unless there are X in a row? Thanks! |
Build 2.3.1
Getting a banner that says Check Aquapure High Salt, but salt level is ok and I am not seeing any errors/notices on Aquapure panel or Onetouch Panel. Please see screenshot.
The text was updated successfully, but these errors were encountered: