ccutrer / balboa_worldwide_app

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

Sensors not updating #51

Closed squirtbrnr closed 1 year ago

squirtbrnr commented 2 years ago

I've been troubleshooting a number of issues with @jshank but now we think the issues I'm encountering may be due to the brand of controller I have. I have a Balboa MXBP20. All of the sensors and entities get created in MQTT, however they only get updated the first time the app runs. If I make changes local at the front panel, the sensors do not get updated. I can set topics using MQTT Explorer or Home Assistant frontend and things will change at the hot tub, but the corresponding sensor (pump running, temperature set point, etc) will never show this change.

A lot of diagnostics/troubleshooting here: https://github.com/jshank/balboa_worldwide_app/issues/4#issuecomment-985765375

Let me know if you need any logs from the app, or MQTT, or anywhere else.

squirtbrnr commented 1 year ago

closing because the issue might have actually been in the docker image jshank created. Once socat was removed and a direct tcp connection is made, my entities update and respond to updates accordingly.