Closed jbronikowski closed 1 year ago
There is a setting in the webui config.js that will set this for you. Remember to clear web browser cache if you change that file.
@sfeakes i checked the config.js and did not find a variable that would inidcate the watts section for the VSP. Can you share the var used?
show_vsp_gpm=true
Use the above line in config.js. Sorry, looks like I only addded it to the release notes, and not in the config.js file.
@sfeakes I changed
// By default all Variable Speed Pumps will show RPM.
// this will show GPM on VSP's that you can only set GPM (ie Jandy VF pumps)
var show_vsp_gpm=true;
I can see it the updated var within chrome however still same outcome. Only RPM not Watts
Sorry, I was thinking GPM, not Watts since you said it changed in the release. AqualinkD has never displayed watts in the webUI.
I believe if we can fix the mqtt in the discussion thread, i can pull that data from there and no need to have it in the UI. We can close this as it is not a bug at this time
I noticed within 2.3.2, the watts are not showing up within the UI. When I debug the logs, i can see the following which indicates its finding the correct watts. RPM are showing and speeds are updating when changing. Thoughts?