Replies: 6 comments 4 replies
-
Can you let me know what version you RS-8 panel is? Common problem with turning off devices is editing the wrong config file, please make sure |
Beta Was this translation helpful? Give feedback.
-
Some new panel versions have removed the VSP Pump # and replaced it with Pump Name, but T.2 is not one of them. So that’s not the VSP issue. |
Beta Was this translation helpful? Give feedback.
-
Can you please post you |
Beta Was this translation helpful? Give feedback.
-
I resolved the Aux 4,5, Solar heater by changing the buttons to NONE in aqualinkd.conf what is the correct path for config.js The wiki says install directory/web and you said var/www/aqualinkd? The file is in both places. I’m working on getting the log file off the Pi, but I did notice when the AquaManager is set to info, I only see AllButton and PentaDvce messages, no iAQTouch messages (my extended device id is 0x30). I do see the PentaDvce: Pentair Pump 0x60 Status Message = RPM 2450 | WATTS 939 | GPM 0. |
Beta Was this translation helpful? Give feedback.
-
aqualinkd.confThe directory where the web files are storedweb_directory=/var/www/aqualinkd/ Log to file, comment out if you do not want to log to file#log_file=/var/log/aqualinkd.log The log level. [DEBUG_DERIAL, DEBUG, INFO, NOTICE, WARNING, ERROR]Pick the highest level, and all levels below will be sent to syslog.your syslog settings may be set to only display messages above a certian levelin which case make sure you use the log_file settings to capture everythingyou want when debuggingso, NOTICE also prints WARNING & ERRORDEBUG_SERIAL would print everything possible#log_level=DEBUG Display any ERROR & Warning messages in web interface.display_warnings_in_web=true The socket port that the daemon listens toIf you change this from 80, remember to update aqualink.service.avahisocket_port=80 The serial port the daemon access to read the Aqualink RS8serial_port=/dev/ttyUSB0 Your RS panel size. ie 4, 6, 8, 12 or 16 relates to RS4, RS6, RS8, RS12 or RS16.VERY important that you select 12 or 16, if you have either of those size panels.Also don't think setting a 12 when you have a 8 will give you 4 more accessories to control, it won't thepanel information is needed as different panels use different bits within the RS protocol for status and keypresses.serial_logger will get the panel type string if you don't know it, below are examples.Must be in format
|
Beta Was this translation helpful? Give feedback.
-
In your aqualinkd.conf you should uncomment the below line, but this has nothing to do with your pump not shoring up. Also you do not have the VSP pump configured against a button. You need something like the below (as you listed in your very first message)
|
Beta Was this translation helpful? Give feedback.
-
I was able to quickly get Aqualink-D/Raspberry Pi-4/RS-485 up and running with no serial issues! I was able to use the One-Touch simulator to program my VSP, which was AWESOME!!
I do have a few issues removing the tiles for Aux 4, Aux 5 and the Solar Heater. I have them commented out in the aqualinkd.conf and config.js I am also unable to see the RPM and wattage on the Filter Pump tile, I see the values on the serial interface, but not on the Filter Pump tile. I have these set in the .conf file.
button_01_label=Filter Pump
button_01_pumpID=0x60
button_01_pumpIndex=1
I'm pretty sure it's not a cache issue.
My setup:
Aqualink RS-8 Combo with All Touch RS-4 wired remote and 6612F Power Panel (only 4 relays)
Pentiar Intelliflo VS + SVRS
Jandy JXI-400
Jandy Color LED light
Cana Raspberry Pi-4 with 10" Touchscreen
Thanks for all your work on the development of this application!
Tim P
Beta Was this translation helpful? Give feedback.
All reactions