@apocaliss92/scrypted-active-streams-info
v0.0.6
Published
Scrypted plugin for checking currently active streams
Downloads
233
Maintainers
Readme
Active streams info plugin
Scrypted plugin that provides some usefull information over MQTT about the connections currently active to scrypted. The configuration allows to specify which cameras to track and which people. For each people a set of IPs can be provided to identify the person
The MQTT entities will be auto discovered by homeassistant and will be the following:
- Total streams active (Active streams) - number sensor
- 1 entity for each camera tracked (Active streams for {Camera name}) - number sensor
- 1 entity for each person tracked (Active streams for {Person name}) - number sensor
- 1 entity for each combination of camera/person tracked (Active stream for {Camera name} {Person name}) - binary sensor (shows if the camera is active for the specific person)
All the entities will have as attribute the relevant streams information and will be placed in only 1 sensor
Updating from 0.0.5 please cleanup all the MQTT devices, there will be only 1 now