sebr / bhyve-home-assistant

Orbit BHyve custom component for Home Assistant
MIT License
252 stars 42 forks source link

Set manual preset time #147

Closed timknowlden closed 2 years ago

timknowlden commented 2 years ago

Describe the bug Call service to set manual preset time does not change the default time from 300seconds.

Expected behaviour

service: bhyve.set_manual_preset_runtime
data:
  entity_id: switch.hose_zone
  minutes: 15

Results in:

device_class: switch
icon: mdi:water-pump
friendly_name: Hose zone
device_name: ****
device_id: ****
zone_name: Hose
smart_watering_enabled: false
manual_preset_runtime: 300
program_e:
  enabled: true
  name: Smart Watering
  is_smart_program: true

BHyve devices Bhyve 4 sprinkler station

sebr commented 2 years ago

Unfortunately this functionality seems to be quite flakey, for example this comment.

It could be related to the type of device, but I have been unable to track down any specific information.

As such I'll close this issue and update the README to clarify this as I don't intend to further investigate.