swilson / aqualogic

A python library to interface with a Hayward/Goldline AquaLogic/ProLogic pool controller.
MIT License
40 stars 17 forks source link

HEATER_1 toggle doesn't work correctly #5

Closed swilson closed 4 years ago

swilson commented 4 years ago

If the heater is in 'auto' mode and the heater isn't actually on, the heater LED won't switch states so the validation code will fail and retry the command. Need to parse the LCD text to figure out if the mode actually switched properly.

swilson commented 4 years ago

Added explicit HEATER_MODE_AUTO state.