MortJC / homebridge-platform-orbit

Orbit Irrigation System platform plugin for HomeBridge
MIT License
34 stars 5 forks source link

Siri not running all zones #15

Closed TheBum closed 4 years ago

TheBum commented 4 years ago

I have a B-Hyve Indoor 4-zone timer. When I tell Siri “start the sprinklers”, she responds with “OK. Four valves are queued up for watering next.” However, only one zone runs, usually zone 4.

MortJC commented 4 years ago

Hi. The Bhyve can only run one sprinkler at a time. Homebridge will be sending the commands to run each one at the same time. Likely the last one is the one that will end up running. Hence Zone 4 will run.

On Fri, Jul 3, 2020 at 11:26 AM TheBum notifications@github.com wrote:

I have a B-Hyve Indoor 4-zone timer. When I tell Siri “start the sprinklers”, she responds with “OK. Four valves are queued up for watering next.” However, only one zone runs, usually zone 4.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-orbit/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TVR7VWGBFUTJZGOSA3RZUXVLANCNFSM4OPMCMVA .

TheBum commented 4 years ago

Is that something Homebridge could address or is it a limitation of the HomeKit protocol?

MortJC commented 4 years ago

No. It's the bhyve that's only allowing you to run one zone at a time, and it's doing this as most locations won't have the water pressure to run all the sprinklers at the same time. Make sense?

On Sat, Jul 4, 2020 at 12:30 AM TheBum notifications@github.com wrote:

Is that something Homebridge could address?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-orbit/issues/15#issuecomment-653574828, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TV2UKMG473QRQVKRF3RZXTQZANCNFSM4OPMCMVA .

TheBum commented 4 years ago

I wasn’t questioning sequencing zones. We’ve had this sprinkler system for almost 26 years, so I know most of the ins and outs. I’m only just now getting it networked.

Could the plug-in be modified to handle the sequencing, or does HomeBridge not provide enough info to it (e.g. the number of zones).

MortJC commented 4 years ago

The homebridge plugin does not replace the scheduling provide by the b-hyve itself. It only for running zone immediately and proving the status.

Sent from my iPhone

On 4 Jul 2020, at 10:28 am, TheBum notifications@github.com wrote:

 I wasn’t questioning sequencing zones. We’ve had this sprinkler system for almost 26 years, so I know most of the ins and outs. I’m only just now getting it networked.

Could the plug-in be modified to handle the sequencing, or does HomeBridge not provide enough info to it (e.g. the number of zones).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

TheBum commented 4 years ago

So, basically, Siri is useless for B-Hyve timers with HomeBridge and this plugin unless you only have one zone?

MortJC commented 4 years ago

No, you can run each zone individually. E.g. Siri turn on the "Back garden" sprinkler. Are you not able to do that?

On Sat, Jul 4, 2020 at 11:37 PM TheBum notifications@github.com wrote:

So, basically, Siri is useless for B-Hyve timers with HomeBridge and this plugin unless you only have one zone?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-orbit/issues/15#issuecomment-653767391, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TQ2CC3XXZY5NMMPNOTRZ4WATANCNFSM4OPMCMVA .

TheBum commented 4 years ago

Once I renamed the zones in the Home app, it worked. It did not work with the default “Zone ” names.

MortJC commented 4 years ago

Great. Sorry I misunderstood your initial email.

On Sun, Jul 5, 2020 at 7:25 AM TheBum notifications@github.com wrote:

Once I renamed the zones in the Home app, it worked. It did not work with the default “Zone ” names.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MortJC/homebridge-platform-orbit/issues/15#issuecomment-653814393, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5E4TTIBKNA6SWGDK7L6RTRZ6M4BANCNFSM4OPMCMVA .