netmindz
netmindz
Do you know that your board is actually a Balboa control system, just by another model number or is that a typo in your post? Just the use of an...
Are you using the MQTT example or this one examples/Balboa_GS_HomeAssistant/Balboa_GS_HomeAssistant.ino @awallace24335 ?
Try adding a space in the name here so the command mapping matches the name of this button. I don't own this tub so wasn't able to fully test myself...
Yeah there is a fault in the home assistant example, the line I listed should be "Temp Up” not "TempUp" and similar for down
The current and target match between the climate and sensors in that image, so I'm guessing you mean the spa itself hasn't changed?
Clearly different outputs have been used on your controller to the author of the library Just swap this line else if (s_payload == "Pump3") { With the line about light
I've created a PR with some untested code that might help you along https://github.com/MagnusPer/Balboa-GS510SZ/pull/19
Have you tried the simple read example first to confirm the basic setup works first? You don't mention if you have any existing Home Assistant setup already on place. You...
You could use with HA with just the raw MQTT, but it's *much* easier if you have a proper device registered in HA auto discovery, I've started and example https://github.com/MagnusPer/Balboa-GS510SZ/pull/11
Ok, that's the basic read-only example up there now