haywirecoder / homebridge-flobymoen

Homebridge Module for Flo by Moen Smart Water System
MIT License
14 stars 2 forks source link

Valve control #2

Closed Sujovian closed 3 years ago

Sujovian commented 3 years ago

Valve status remains perpetually in “waiting” state within HomeKit interface, and accessory remains in “starting” state. Manually Adding "enableValveControl": line into config file and setting as either true or false has no effect. Attempts to control the valve are not reflected in Homebridge logs. Home/away state changes operate normally.

haywirecoder commented 3 years ago

Hi, Are you using the release code? (https://www.npmjs.com/package/homebridge-flobymoen). The valve control is not yet implemented in the release code (0.02), it should only provide the status. I have develop the control over the valve control and will be releasing it as part next release.

Sujovian commented 3 years ago

confirmed. running 0.0.2. thanks. will keep an eye on releases

haywirecoder commented 3 years ago

I believe I also understand what you were seeing. You shouldn't see "waiting" anymore in HomeKit with the next release.

haywirecoder commented 3 years ago

@Sujovian Just implemented fix in 0.0.3, up on npm now.

Sujovian commented 3 years ago

Brilliant!