bhyve-home-assistant icon indicating copy to clipboard operation
bhyve-home-assistant copied to clipboard

Orbit BHyve custom component for Home Assistant

Results 28 bhyve-home-assistant issues
Sort by recently updated
recently updated
newest added

I May be asking for the moon here but would be awesome if this could use the new native Bluetooth integration. Could circumvent the need for the hubs altogether and...

This PR fixes an issue with B-hyve Smart Irrigation Controllers that have multiple zones/stations. The Smart Watering program id is not constant when the program updates. This causes the following...

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...

Have you looked in to a service that will execute a defined program? If not I'll create a PR for it.

**Describe the bug** The integration is unable to create any switch entities **Expected behaviour** At least one switch entity should be created for my zone **BHyve devices** ``` Orbit 21004...

**Describe the bug** When toggling a zone switch, the state goes to on, then off, then back to on. They are extremely delayed at time, up to 1-2min before the...

**Describe the bug** when calling the script in HA via developer tools page with > I get an error (see log below) **Expected behaviour** creates or updates entities named sensor.{zone_name}_next_watering...

Is it possible to add the soil moisture % as a sensor reported to HA?

Hi Sebr, love your work but if i had the following feature it would be just perfect for my requirement. I have 3 x 12 zone Bhyve irrigation controllers and...

**Describe the bug** I am attempting to call bhyve.start_watering with minutes specified by a template: ``` - type: button tap_action: action: call-service service: bhyve.start_watering service_data: entity_id: switch.backyard_zone minutes: '{{ states("input_number.watering_time")...