ccutrer / balboa_worldwide_app

Ruby library for communication with Balboa Water Group's WiFi module or RS-485
99 stars 27 forks source link

Monitoring temperature #21

Closed kw217 closed 3 years ago

kw217 commented 3 years ago

Is there a way to get the bridge to regularly retrieve the current state? As far as I can see it currently retrieves the state on startup, then doesn't retrieve it again. I would like it to retrieve it periodically, e.g., every 30 seconds.

PS: thanks very much @ccutrer (and @garbled1 and others) for your work on this awesome project, the photographs and pinouts and discussions made it all very easy to get set up with my new tub, and of course the many hours of decoding is very much appreciated. I'm using a Pi Zero W and a USB RS-485 interface.

kw217 commented 3 years ago

Ah I think this is fine, and I just misunderstood MQTT. I didn't realise it only sends an update if the value had changed.