Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensor.pool_water_valve_zone_history status: complete #148

Open
heffneil opened this issue Jul 31, 2022 · 4 comments
Open

sensor.pool_water_valve_zone_history status: complete #148

heffneil opened this issue Jul 31, 2022 · 4 comments
Assignees

Comments

@heffneil
Copy link

sensor.pool_water_valve_zone_history is showing status: complete even when it is running.

Expected behaviour

Seems like the status should show :running or active when the program itself is running?

BHyve devices
Smart Hose Tap with Wi-Fi Hub

@sebr
Copy link
Owner

sebr commented Aug 1, 2022

Likely a duplicate of #142. If you do not believe this is the case please reopen and provide more detailed information (logs with debug enabled, device diagnostics, other steps to reproduce)

thanks!

@sebr sebr closed this as completed Aug 1, 2022
@heffneil
Copy link
Author

heffneil commented Aug 1, 2022

I am looking at the status of the program which is running for 2 hours and during that entire time, it shows completed. Perhaps, since it part of history it will only show completed. How would one know when the program is running realtime? WIthin switch?

@sebr
Copy link
Owner

sebr commented Aug 1, 2022

Zone History shows when individual times which the program was run - not currently active status.

The event data does show which program started, but it is not currently available on the switch attributes. I'll see about adding this. See the example here, which shows program: a (as opposed to manual)

{
 
 "event":"watering_in_progress_notification",
  "program":"a",
  "current_station":1,
  "run_time":21.0,
  "started_watering_station_at":"2022-07-21T05:15:40.000Z",
  "rain_sensor_hold":false,
  "device_id":"xXxxXxxxXXxXXxxXxxXXxxXXx",
  "timestamp":"2022-07-21T05:15:40.000Z"
}

@sebr sebr reopened this Aug 1, 2022
@heffneil
Copy link
Author

heffneil commented Aug 2, 2022

Does the switch state of the valve change when the program is running? I am looking to trigger the completion of the program and notify of the quantity of water used. I changed my trigger on pool water valve zone [switch.pool_water_valve_zone] but that status didn't change today despite the program running and water being released. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants