typescript-homebridge-schedule
typescript-homebridge-schedule copied to clipboard
Enabled duration is ignored
I have version 1.0.136 installed and notice:
- Homebridge 1.6's plugin UI does not display "enabled duration."
- Editing the config json to include enabledDuration does not appear to be working or respected. The switch still turns off after the default 1 second.
Thanks!
AUTOMATICALLY GENERATED by kbrashears5/github-action-issue-notifier
Mentioning @kbrashears5 to notify them. This will be looked at soon!
yeah the same issue
any ideas why the config enabledDuration is not taken?
Me as well. This schedule used to work perfectly, now it seems maybe HomeKit architecture is not as sensitive to a quick on and off? I just tested that the schedule is firing the switch. Toggles at the correct time, but it is very brief, maybe 1 second.
As others have mentioned, the enable duration is not being taken into account. Until this is fixed it seems my automations are completely broken
Same issue for me.
May it be simply because build & release CI jobs have failed? See more details here: https://github.com/kbrashears5/typescript-homebridge-schedule/actions/runs/3982250624/jobs/6826548532
Any way to run them again just to see @kbrashears5?
this plugin solve a big issue that I had with my HomeKit installation, please fix duration bug and this plugin going to be perfect @kbrashears5
Thanks
Yeah, this just needs republished/released. I manually installed with the latest commit with the following steps:
-
git clone http://github.com/kbrashears5/typescript-homebridge-schedule.git
-
cd typescript-homebridge-schedule
-
npm run build
-
npm link
Hi everyone, has anyone managed to get the feature to work"Enable duration”?