tagyoureit / nodejs-Pentair

An application to read/write to Pentair pool controllers.
14 stars 6 forks source link

Add Configuration HTML File #30

Closed arrmo closed 7 years ago

arrmo commented 7 years ago

Do we add a configuration "GUI" - HTML to allow configuration of panels ... or just go with the json file? Configs won't change much / ever, so not worth it?

tagyoureit commented 7 years ago

I think the whole config.json file is getting a bit messy... it includes equipment, net/socat, ISY, bootstrap. If this is a high level effort, than probably skip for now. Maybe come back and address this whole thing later.

I'm not clear how the settings are being saved now. Can you enlighten me?

arrmo commented 7 years ago

If you look in the bootstrap directory, there is a json file - it's for enabling or hiding panels. The rest is stock info that's needed by the client.

arrmo commented 7 years ago

Addressed by configClient.json - closing, but reopen if needed!