reolink_dev
reolink_dev copied to clipboard
Reolink DUO
Sorry if not 100% supported being new, just inquiring more than anything. I got a bunch of Reolink DUO's and they are working via the integration through an NVR, thank you for that. But my issue is, the image that it shows on the dashboard most of the time is the other side of the DUO. In other words, I have both entities added and separate channel assigned but the images shown for the thumbnails seem to rotate together instead of being separate. Would love it if it would show properly by what channel it is.
Add picture element entities to a lovelace dashboard and the wrong thumbnail is showing.

YAML: type: grid cards:
- type: picture-entity entity: camera.front_left camera_image: camera.front_left show_state: true
- type: picture-entity entity: camera.front_midd camera_image: camera.front_midd
- type: picture-entity entity: camera.front_driveway camera_image: camera.front_driveway
- type: picture-entity entity: camera.front_right_side camera_image: camera.front_right_side
- type: picture-entity entity: camera.front_door camera_image: camera.front_door columns: 2
Thanks for all you do and what you have made work for us thus far. Looking forward to what you do in the future.
Great. Thank you for the share !!
I just came across this as well. it seems the duo has a broken api, if a post request for the channel is done it always serves channel 0, only the get request would provide a capture for the other channel.