Jey-Cee / iobroker.onvif-alt

Find and Control ONVIF enabled cameras on your Network.
MIT License
7 stars 2 forks source link

Add camera not working with Reolink ipcam #12

Open xdaamg opened 4 years ago

xdaamg commented 4 years ago

Tried to add a reolink camera with onvif. iobroker with node 12 and js-controller 3. Adapter did not find camera. It seems it did not even start searching. Adapter logging was "debug", but no useful output. Adapter not compatible with node 12 and js-controller 3?

onvif.0 2020-04-27 13:41:26.395 debug (22156) system.adapter.admin.0: logging true
onvif.0 2020-04-27 13:41:05.511 debug (22156) system.adapter.admin.0: logging false
onvif.0 2020-04-27 13:40:45.074 info (22156) devices for connection: []
onvif.0 2020-04-27 13:40:45.042 info (22156) connecting
onvif.0 2020-04-27 13:40:45.014 info (22156) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.onvif, node: v12.16.2, js-controller: 3.0.19
onvif.0 2020-04-27 13:40:44.702 debug (22156) statesDB connected
onvif.0 2020-04-27 13:40:44.701 debug (22156) States connected to redis: 127.0.0.1:9000
onvif.0 2020-04-27 13:40:44.693 debug (22156) States create System PubSub Client
onvif.0 2020-04-27 13:40:44.690 debug (22156) States create User PubSub Client
onvif.0 2020-04-27 13:40:44.675 debug (22156) Redis States: Use Redis connection: 127.0.0.1:9000
onvif.0 2020-04-27 13:40:44.672 debug (22156) objectDB connected
onvif.0 2020-04-27 13:40:44.666 debug (22156) Objects connected to redis: 127.0.0.1:9001
onvif.0 2020-04-27 13:40:44.655 debug (22156) Objects client initialize lua scripts
onvif.0 2020-04-27 13:40:44.654 debug (22156) Objects create User PubSub Client
onvif.0 2020-04-27 13:40:44.653 debug (22156) Objects create System PubSub Client
onvif.0 2020-04-27 13:40:44.649 debug (22156) Objects client ready ... initialize now
onvif.0 2020-04-27 13:40:44.618 debug (22156) Redis Objects: Use Redis connection: 127.0.0.1:9001
host.pi4 2020-04-27 13:40:43.597 info instance system.adapter.onvif.0 started with pid 22156
Jey-Cee commented 4 years ago

On my side it is working wit node 12 and js-controller 3. But there are several reasons why your camerea could not be detected:

xdaamg commented 4 years ago

Title changed. Thank you for information that you will not continue development on this adapter.