Andreas Bauer
Andreas Bauer
Well, I’m for a half a year in South Korea 😄 so let’s see, maybe I can start up one of my machines at home :) otherwise it will be...
Have verified functionality (have restarted the daemon twice in the below log output). The re advertisement is also pretty fast: ``` DEBUG=HAP-NodeJS:Advertiser node dist/BridgedCore.js HAP-NodeJS:Advertiser Initializing HAP-NodeJS v0.10.4 ... +0ms...
Does the same HKSV implementation still work with iOS 15 based devices, in case you still have some laying around? Might be helpful to link to the code you are...
> ``` HAP-NodeJS:Camera:RecordingManagement [HDS ::ffff:10.0.1.76] Sending DATA_SEND DATA for stream 1 with metadata: { **dataType: 'mediaFragment', dataSequenceNumber: 34, dataChunkSequenceNumber: 2, isLastDataChunk: true, dataTotalSize: undefined } and length 107028; EoS: true...
Yeah HAP clients, so the hubs 😅 > Yes, weird, and weird that even with a timeout error, still records the event. So the recordings are still saved? Maybe, we...
The problem is this line https://github.com/sean9keenan/homebridge-bigAssFans/blob/4807275d64c0e91b4ab715cc0d6d12cd1e88641b/index.js#L180-L184. A plugin MUST NOT fire the `change` event manually. This is NOT public API. For such scenarios where you want to push an updated...
> [...] has the private event changed since prior to 1.3 and now the crash is because it's being called incorrectly despite never being intended to being called by a...
This really depends on your setup. As the http-switch plugins queriers the http url you specify when it gets a request from HomeKit. Thus, when the warning appears that a...
@NorbertM21 Thats exactly what I meant with: > I can mitigate the warning (e.g. return early with a cached result) and use the updated value for the next request coming....
> this came up with Hombridge 1.3 (same problem with other plugins). Looks like they don't accept any delay to improve the system. I know. I'm one of the guys...