aendue / ioBroker.reolink

Reolink adapter for ioBroker
MIT License
20 stars 11 forks source link

multiple camera support #20

Open Diginix opened 2 years ago

Diginix commented 2 years ago

I have 2 Reolink cameras and as it seems I need 2 instances for having both in iobroker. This means double RAM consumption. Would be great having the opportunity for adding more devices in one instance with new node for each device. And the device name should be customizable in the instance or automatically retrieve/used from reolink.0.*.device.model. Thanks in advance!

Diginix commented 1 year ago

@aendue Any hope that this will be implemented sometime?

Diginix commented 1 year ago

@oelison Are you able to do this?

oelison commented 1 year ago

@Diginix I don't know. I understand your request and it is still open. But I have actually no Idea how to solve this. Especially with custom names.

Diginix commented 1 year ago

I would imagine something how the ping or yeelight adapter does: image results in this object structure: image

image

oelison commented 1 year ago

The idea is clear, but what is needed to be programmed not.

Jey-Cee commented 1 year ago

I need this also, while i have 5 cameras. I will have a look into the code to eveluate what have to be done to achiev this.

freaktech commented 1 year ago

any news here?

Jey-Cee commented 11 months ago

Here are my suggestions to achieve this:

Jey-Cee commented 11 months ago

I´ve started to create the api class.