tagyoureit / nodejs-poolController

An application to control pool equipment from various manufacturers.
GNU Affero General Public License v3.0
325 stars 94 forks source link

Pump display toggling #141

Closed jarrah42 closed 4 years ago

jarrah42 commented 5 years ago

Hi, I'm using version 5.3.1. I have a Pentair VS and iChlor 40 with no controller. Using the virtual pump controller, I've noticed that the pump display continuously toggles from enabled to disabled and back again. I also the following messages:

15:12:04.179 VERBOSE Msg# 437 Main --> Pump 1: Remote control - disable pump control panel: [165,0,96,16,4,1,255,2,25] 15:12:04.199 VERBOSE Msg# 438 Pump 1: Remote control - disable pump control panel: [165,0,16,96,4,1,255,2,25] 15:12:04.241 VERBOSE Msg# 440 Pump 1 responded with acknowledgement: [165,0,16,96,1,2,0,32,1,56] 15:12:04.284 VERBOSE Msg# 441 Main --> Pump 1: Remote control - enable pump control panel: [165,0,96,16,4,1,0,1,26] 15:12:04.324 VERBOSE Msg# 442 Pump 1: Remote control - enable pump control panel: [165,0,16,96,4,1,0,1,26]

Is there any way to prevent this from happening (i.e. to configure the panel to always be enabled or disabled)? My preference would be to keep in enabled when there is no controller.

tagyoureit commented 5 years ago

I'm working on a brand new version of the code now (see next branch) and am rewriting everything to be much more stable. I'll include this in that process but don't have the time to go back and fix this in the 5.3 branch.

jarrah42 commented 5 years ago

Is it worth trying next or is it too early yet?

tagyoureit commented 5 years ago

There is no support for standalone controllers in it, so not yet.

tagyoureit commented 4 years ago

v6 is ready for testing. Chlorinator directions Pump directions

jarrah42 commented 4 years ago

As soon as I open my pool (hopefully this weekend), I'll try it out!