swilson / aqualogic

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

Tristar VS #8

Closed nmbradford closed 3 years ago

nmbradford commented 3 years ago

Hi - did you ever get anywhere with the TriStar VS rs485 control? Would be interested to know if you investigated and found if the protocol was same/similar or complete different to the Ecostar pump documented here EcoStar

swilson commented 3 years ago

Yes, it is the same. You can see the status messages coming from the pump in FRAME_TYPE_PUMP_STATUS. However there is no direct pump control from this library; it assumes the ProLogic unit is sending the pump speed requests.