aendue / ioBroker.reolink

Reolink adapter for ioBroker
MIT License
21 stars 9 forks source link
iobroker iobroker-adapter reolink-camera

Logo

ioBroker.reolink

NPM version Downloads Number of Installations Current version in stable repository Dependency Status

NPM

Tests: Test and Release

reolink adapter for ioBroker

Adapter for ioBroker Plattform to get Reolink camera information.

In general all newer Reolink cameras support API commands. They just differ in their supported commands.

If you wish to have any specific API command included...just let me now.

Implemented functions

SET

Example Usage of get image:

sendTo("reolink.0",{action: "snap"}, function(result){
    sendTo("matrix-org.0",{file:result});
});

// content from result is JSON :

{type:"image/png",base64:"iVBORw....askldfj"}

Known working cameras (firmware out of year 2023)

Changelog

1.1.0 (2024-05-16)

1.0.3 (2024-01-21)

1.0.2 (2023-12-19)

1.0.1 (2023-11-11)

0.1.2 (2023-11-03)

0.1.1 (2022-11-03)

0.1.0 (2022-10-25)

0.0.5 (2022-09-28)

0.0.4 (2022-09-27)

0.0.3 (2022-09-05)

0.0.2 (2022-09-05)

0.0.1 (2022-07-05)

License

MIT License

Copyright (c) 2024 Andy Grundt andygrundt@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.