plmilord / Hass.io-custom-component-spaclient

Home Assistant integration - Spa Client
48 stars 16 forks source link

Future request: Hold mode #54

Closed fatuuse closed 4 days ago

fatuuse commented 1 month ago

I would love if the Hold mode had a switch in the component. 0x3C Hold Mode

Thanks for your work with the custom component!

plmilord commented 1 month ago

Thanks for letting me know... seems like there's some new development in there... I'll try these new switches:

0x01 | Normal Operation (exit Priming Mode, etc.) 0x03 | Clear notification (reminders, etc.) 0x1D | Soak Mode (All pumps off) 0x3C | Hold Mode

GroteGehaktBal commented 3 weeks ago

I would really like the hold mode feature. I know that there is already a plugin for homebridge that has a hold mode button.

https://github.com/vincedarley/homebridge-plugin-bwaspa/blob/master/src/holdSwitchAccessory.ts

plmilord commented 1 week ago

Take a look at version v3.2. Hold Mode and Standby Mode are now implemented.

Let me know if this works for you...

fatuuse commented 4 days ago

Hold mode works as expected! Thanks!!