-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
startOnReboot doesn't take effect #74
Comments
Have the same issue after upgrading to v3.2.5 "startOnReboot" do not turn on the switch after restarting Homebridge. |
I did PR with fix + some extra #78 |
PR #78 appears to be based on the original nfarina/homebridge-dummy repository rather than nitaybz/homebridge-delay-switch. A temporary fix can be applied locally:
The above commands assume that homebridge runs as 'homebridge' user and is installed to /var/lib/homebridge |
I have the same problem. Any recommendations? |
After upgrading to 3.2.5 I notice startOnReboot=true doesn't seem to take effect. After restarting HomeBridge all my delayed switches stays OFF. An example configuration is as below:
{
"name": "Kitchen Delayed Switch",
"delay": 20,
"delayUnit": "m",
"flipSensorState": false,
"startOnReboot": true,
"debug": false,
"_bridge": {
"username": "XXXXXXX",
"port": XXXXX
},
"accessory": "DelaySwitch"
}
The text was updated successfully, but these errors were encountered: