rewardone / homeassistant-culligan-water-softener

Home Assistant specific integration for Culligan Water Softeners
MIT License
3 stars 1 forks source link

Culligan IoT Device "Clear Bypass" Switch Not Working #5

Open rewardone opened 11 months ago

rewardone commented 11 months ago

Per: https://community.home-assistant.io/t/complete-culligan-connect-smart-he-water-softener/441196/44?u=justanotherr1

Last night I tested bypass. The switch works fine. on and off

If I turn bypass on with the switch, then click the “clear bypass” button, the switch did not move back to off.

Check the code to see if the correct function and payload is called. If so, this may be a 'timing' issue (e.g. takes 60s for bypass, 60s for the softener to update before the 'Clear Bypass' button will work).

rewardone commented 11 months ago

The button and [switch])(https://github.com/rewardone/homeassistant-culligan-water-softener/blob/main/custom_components/culligan/button.py#L128) both call the same bypass stop function.

Would need additional debugging why the function is not being accepted for Culligan IoT devices as Ayla was tested to function as intended.