Andreas Bauer
Andreas Bauer
@matthieularge that's definitely the plan, though requires some minor architectural changes of the plugin. I currently can't make any promises in regards to timing, don't want it to be a...
What authentication mechanism does you http server use? If it is digest authentication (my assumption) you need to specify `sendImmediately`: false in the `auth` object. Quote from the request library:...
Sorry for the long response time. I didn't really have a clue with your auth problems. Did you find any solution to this?
What timeout value did you set? Would you mind providing the relevant parts of your config file?
So to understand you: You have a stateless switch which when turned on should only return to the off state after 5 seconds right? And to your observation it doesn't...
Could you clarify what `"does not work"` means. Please share any log output, such that I can investigate the issue better.
Hap-nodjes must not be added as a dependency by a homebridge plugin. It must always use the instance passed by the Homebridge API
Homebridge api object has the `hap` property where everything from `hap-nodejs` is exposed. This is just something the author must fix in his code.
So your issue is that the API endpoint (the device 10.1.1.90) is offline "sometimes" right? And you want the http switch plugin to just ignore that and server the last...