Pool Heater tile does not show up. Would also like to remove Spa Water Temperature. #328
Replies: 6 comments 4 replies
-
You have the configuration incorrect, that is showing you have configured for a Combo panel, ie pool & spa. Read the below link. and the
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This line As for the VSP RPM, you have the wrong ID. 0x10 in the Pentair master ID, so that's the Jandy Control panel simulating a Pentair master device. (run serial_logger with pump running to get the pump ID). But even with wrong ID, you should have seen RPM from the control panel when the waterfall pump was turned on. Were there any errors / warnings in the log? |
Beta Was this translation helpful? Give feedback.
-
So, I seemed to have a Century V-Green 165 controller that needed programming before its recognized by my Aqualink RS4 controller. After some programming at the pump, it is now recognized as a Jandy ePump and has an address of 0x78. So, I changed my aqualink.conf to: button_02_label=Waterfall Pump The Waterfall Pump still does not show as RPM. Also, I've noticed when I press the tile that my Aqualink RS4 controller seems to think that is the SPA Pump. Perhaps I have the wrong Button again. |
Beta Was this translation helpful? Give feedback.
-
UPDATE: It seems there may be a bug with the T.2g firmware of the Aqualink RS4 Combo. Since my main filter pump in NOT a VSP and is single speed only, I set up my Waterfall VSP as an AUX Pump on address Pump1. However, it seems the VSP has to be set up as a Filtration Pump before being accepted. Then the VSP will work as intended and then you can set it back to an AUX Pump on Pump1. I also changed my aqualinkd.conf to enable read_RS485_ePump = yes and commented out #read_RS485_vsfPump: and the buttons to this: However, when I click on the Waterfall Pump tile the AUX3 turns ON. Am I missing something with how these buttons should be set? I want my Waterfall Pump tile just after my Filter Pump tile and then my Pool Light tile followed by my Pool Heater tile. I still can't seem to remove the Spa Water Temperature tile no matter what I do. |
Beta Was this translation helpful? Give feedback.
-
I didn't know about the tile order of the buttons in the Any info is appreciated. |
Beta Was this translation helpful? Give feedback.
-
Not sure why the Pool Heater tile does not show, but the Spa Water Temperature does. I don't have a Spa (wish I did, but I don't).
// Display order of devices. Tiles will be displayed in the order below, // any devices you don't want to see you can comment the ID. (with // e.g.
//"Solar_Heater",` )// If the device isn't listed below is will NOT be shown.
// For a complete list returned from your particular aqualinkd instance
// use the below URL and look at the ID value for each device.
// http://aqualink.ip.address/?command=devices
var devices = [
"Filter_Pump",
// "Spa_Mode",
"Aux_1",
"Aux_2",
"Aux_3",
// "Aux_4",
// "Aux_5",
// "Aux_6",
// "Aux_7",
// "Aux_B1",
// "Aux_B2",
// "Aux_B3",
// "Aux_B4",
// "Aux_B5",
// "Aux_B6",
// "Aux_B7",
// "Aux_B8",
"Pool_Heater",
// "Spa_Heater",
// "SWG",
//"SWG/Percent",
// "SWG/PPM",
//"SWG/Boost",
"Temperature/Air",
"Temperature/Pool",
// "Temperature/Spa",
"Pool_Water",
// "Spa_Water",
"Freeze_Protect",
// "CHEM/pH",
// "CHEM/ORP",
// "Solar_Heater",
];
Beta Was this translation helpful? Give feedback.
All reactions