pponce
pponce
To deal with the slowness issue you could try running as a child bridge with latest homebridge version. I no longer actually use this plugin so am not actively working...
In theory your on script should be able to include a built in timer to also turn the device off. If using filestate then just have your on script delete...
I've stopped using this plugin myself so have not fully tested this pull request. Though it seems to have worked for others. https://github.com/pponce/homebridge-script2/pull/15 If you use filestate the plugin should...
Can you run your script external to homebridge to check state and delete/create the filestate file on a schedule, like every 10 seconds? Alternatively: In theory if an external method...
Hope it works. Before doing a bunch of work. Can you try deleting the filestate file manually and adding it back to make sure HomeKit does indeed get pushed the...
This is usually a permissions related issue. Make sure that you test the script as the same user that you run homebridge with. Make sure that homebridge user can run...
I think it would take a bit of work to do this as I believe i'd have to make this work as a platform vs accessory. I'm a novice programmer...
For now you can try installing my fork where i reverted recent changes (adding occupancy sensors and light checks) that broke things for me. pponce/homebridge-bigAssFans
Here you go: npm install -g pponce/homebridge-bigAssFans
I'm not really sure. I reverted back to before the recent changes that were pushed 16 days ago. The only recent change I kept was the "hack" to fix the...