Skip to content

Simplify, simplify..

Compare
Choose a tag to compare
@dcmartin dcmartin released this 29 Nov 20:38
· 6366 commits to master since this release

Continue to "cut the grass for the goats to eat" with improvements in the display of information.

Both visitor and administrative users now have overlays for information about the most recent detection and associated person, vehicle, or animals in those detections. These specifciations enable the counting of those entities (person, vehicle, animal) across all cameras; statistics for 1m, 5m, 15m, and 30m are also calculated.

Some additional cleaning and pipe fixing in the engine room to ensure parity of implementation across entities and across cameras.

All devices now emit their LAN IP address as part of their configuration information on MQTT; the IP addresses are collected and made options for interrogating the Motion Classic addon through its REST API; see the SYSTEM view for administrators.

The cameras are now enabled with specific entity detection parameters; all default to 'person' but any entity supported by the YOLO AI may be specified (n.b. tiny only detects 20 entities; the others detect 80); the AI options are dynamic based on the YOLO configuration.

FACE and ALPR continue to lag YOLO w.r.t. UX, but underlying plumbing is highly similar; however, additional integration is required between FACE and Person and ALPR and Vehicle detection.

FWIW: The last "working" version of HA is 0.116.4 w.r.t. the utilization of "non-conformant" REST API calls (e.g. YOLO configuration).

The system has been tested with v0.118.4 and outside of the non-conformant REST API issue, all else appears to work as designed.