QuantumEntangledAndy / neolink

An RTSP bridge to Reolink IP cameras
GNU Affero General Public License v3.0
297 stars 44 forks source link

Rework PIR data and fetch status #53

Closed QuantumEntangledAndy closed 1 year ago

QuantumEntangledAndy commented 1 year ago

Attempt to get PIR to work with Argus Eco see #51

QuantumEntangledAndy commented 1 year ago

You can get the status of pir with the command

neolink pir --config=config.toml

While setting on/off is done with

neolink pir --config=config.toml on
neolink pir --config=config.toml off

The commands are also explosed into mqtt as

/query/pir
/control/pir on
/control/pir off