garbled1 / pybalboa

Python Module to interface with a balboa spa
Apache License 2.0
23 stars 17 forks source link

Getting/Setting soak status (also: Read status of the Microsilk pump) #29

Closed mzakharo closed 1 year ago

mzakharo commented 1 year ago

Hello,

I was trying to figure out how to get the state of 'soak' button (turns all pumps off), and also 'microsilk' pump that my hot tub is equipped with. After pressing some buttons on the panel and looking at the parse_status_update() output data, found the following:

self.soak_type = data[27] & 0x3

Now my question is: is there a way to turn on soak mode via a command? What is the best way to figure this one out?

mzakharo commented 1 year ago

0x1d is the command for soak on my tub.