cyptus
cyptus
try registering the battery event with ```ts import { fromEvent } from 'rxjs'; import { BatteryStatusResponse } from '@ionic-native/battery-status/ngx'; fromEvent(window, 'batterystatus').subscribe(async (status) => { //... }); ``` instead of ```batteryStatus.onChange().subscribe(...)```...
@VadimDez could we reopen this please?
one more info: https://webkit.org/blog/9521/intelligent-tracking-prevention-2-3/ seems like this only affects domains that have been classified as tracking users by ITP.
i got the same issue with current versions.
Thanks for your input @Zefau Refresh frequency has been to 0, but the log object has been refreshed / changed on actions to the nuki (always 1 entry off). I...
could the issue be https://github.com/Zefau/ioBroker.nuki-extended/blob/f655657a5f8689fb684a8f7c6eb2c7463cdf879a/nuki-extended.js#L386 ? on callback by the bridge for any action, the adapter is refreshing the webApi as well. But if there is any latency on the...
kind of working - the nuki log is really weird. I tried verifying the delay by stopping time from action to logs available in https://web.nuki.io/#/pages/activity-log (pressing "clear filter" continuously, as...
Yes, it cannot be fixed within this adapter as the nuki web logs are delayed themself. The software bridge is not able to provide logs recording to the bridge api...
i figured out some more infos about that. 400x400 maps do have a range of total 141 blocks for x and y. 160x160 maps do have a range of total...
i am not sure abut 200x200 and 300x300 maps, i try to figure out these days. but i think for a patch it would not really matter. moat would be...