Victor Vostrikov

Results 9 comments of Victor Vostrikov

As I understood, cgroup v2 doesn't report cache stats at all, or at least Podman API realisation with cgroup v2 doesn't report it, The previous code assumed that `memory_stats.stats` to...

As I can understand, `consider_home` affects only change of state from `home`to `not_home`. If it really so, I think, that in multi-tracker configuration `consider_home` must be set as low as...

Situation with Unifi is almost alike to situation with `consider_home`. This makes stationary trackers reliable to detection of *arriving* home but not *being* home. Relying on GPS gives us another...

Currently `Person` combines two functions - trackable entity and (potential) subject of authentication. Maybe it worth to split this functions and make `Trackable` as independent entity with `Person` as subclass?...

Currently state of `device_tracker` or `person` is spatial. In approach of 'not so binary logic' the state is spatial-temporal, what from my point of view makes things more complex. My...

@databoy2k, seems to be that your idea comes to simply iterating through device trackers in order, in which they're appearing in config, and searching for first tracker, which returns something...

@jjlawren, restart of HA is always the special case. After restart reliable status will be only atfer all (or almost all) device trackers got updates. GPS trackers usually make updates...

@databoy2k, I think that it quite good idea to make priority by config order. I want only to expand and evolve it. So, I think, that it would be too...

> As I haven't seen any other algorithm suggestions since mine at [#163 (comment)](https://github.com/home-assistant/architecture/issues/163#issuecomment-468475096) , I suggest that we just implement that and consider this issue closed. > > Small...