ccutrer / balboa_worldwide_app

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

Adjust temperature step for target temperature based on temperature scale #89

Closed nlindn closed 3 months ago

nlindn commented 3 months ago

The spa's temperature control system operates in increments of 0.5 degrees, but the default step size in the code was set to 1 degree. This change adjusts the target-temperature step size to 0.5 for more precise control. With this change you can for example control the target temperature in Home Assistant with steps of 0.5 degrees.