Search found 3 matches
- Sunday 01 July 2018 21:41
- Forum: Heating/cooling
- Topic: Rebuilding the Nest plugin
- Replies: 67
- Views: 23657
Re: Rebuilding the Nest plugin
Based on how this plugin works, it has to poll the status of devices, so you would have to wait up to 1 minute to know your Protect has been triggered. The plugin would have to re-written again to use the Rest Streaming API or Firebase API to be able to receive realtime changes in devices...
- Saturday 30 June 2018 21:39
- Forum: Heating/cooling
- Topic: Rebuilding the Nest plugin
- Replies: 67
- Views: 23657
Re: Rebuilding the Nest plugin
The 30 second interval seems to be too short when you're not using the simulator. I think the interval should be changed to 60 seconds (even though that's not ideal for Protect...). I get no errors at a 60s interval, but toooooons at 30s. Sometimes it won't pull an update for 30 minutes because of ...
- Friday 29 June 2018 5:08
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Recompiling Hardware Plugin
- Replies: 0
- Views: 485
Recompiling Hardware Plugin
I need to recompile the NestOAuthAPI plugin because I have much better luck with the interval being 60 seconds rather than 30 seconds. How do I recompile ~just~ the NestOAuthAPI plugin? I tried running `make hardware/NestOAuthAPI.o` with my simple change, but it still seems run every 30 seconds... I ...