rgc99 / irrigation-unlimited-card

A companion card for the Irrigation Unlimited integration
MIT License
16 stars 1 forks source link

GUI Enabling/Disabling zones/sequences confused #3

Closed stomko11 closed 1 year ago

stomko11 commented 1 year ago

Checklist:

Release with the issue: 2022.4.1

Last working release (if known): N/A

Browser and Operating System: Android Companion App and Windows 10/Chrome

Description of problem:

I have both companion card and standard lovelace card for monitoring of the state of the irrigation in the Gui. Problem is with using the toggle for disabling the controller. When I am toggling it on either of the cards, the state is not always correctly reflected in companion card, until I refresh the browser (after toggling it). Old lovelace card is always showing true state.

Here is example: All zones are enabled: image

I toggle it in the old card and this happens, which seems OK: image

Now I toggle it again in the old card: image As you can see, companion card still says "off" for the controller, and 3 of 5 zones show "enabled"

Now if I just refresh my browser, everything is correctly displayed: image

When I toggle just main controller in companion card, old card always reports status OK, however companion card does not (e.g. controller stays disabled, some of the zones under it show enabled, some disabled, until I refresh). I am not observing such issues if I toggle zones in any of the cards, it is always with main controller only.

rgc99 commented 1 year ago

This should be fixed in the latest release (2022.8.0).

stomko11 commented 1 year ago

Resolved