ioBroker.reolink icon indicating copy to clipboard operation
ioBroker.reolink copied to clipboard

Reolink Video Doorbell PoE not working

Open DcFamas opened this issue 1 year ago • 0 comments

Hey there, I want to use the adapter to trigger my frontlights when some movement is registered by the camera. Unfortunately the adapter doesn't recognize the change in the datapoint.

2024-02-11 17:20:20.714  - info: reolink.0 (6796) starting. Version 1.0.3 in /opt/iobroker/node_modules/iobroker.reolink, node: v18.19.0, js-controller: 5.0.17
2024-02-11 17:20:20.739  - info: reolink.0 (6796) Reolink adapter has started
2024-02-11 17:20:20.743  - info: reolink.0 (6796) Current IP: 192.168.178.20
2024-02-11 17:20:20.763  - silly:  reolink.0 (6796) States system redis pmessage  system.adapter.reolink.0.logLevel/system.adapter.reolink.0.logLevel:{"val":"silly","ack":true,"ts":1707668420745,"q":0,"from":"system.adapter.reolink.0","lc":1707668420745}
2024-02-11 17:20:20.830  - debug: reolink.0 (6796) getDevinfo
2024-02-11 17:20:21.658  - debug:  reolink.0 (6796) camMdStateInfo 200:  [{"cmd":"GetDevInfo","code":0,"value":{"DevInfo":{"B485":0,"IOInputNum":0,"IOOutputNum":0,"audioNum":1,"buildDay":"build   22102808","cfgVer":"v3.0.0.0","channelNum":1,"detail":"DB_566128M5MP_PS10E1W0110000000","diskNum":1,"exactType":"IPC","firmVer":"v3.0.0.1459_22102808","frameworkVer":1,"hardVer":"DB_566128M5MP_P","model":"Reolink  Video Doorbell  PoE","name":"Klingel","pakSuffix":"pak,paks","serial":"00000000065668","type":"IPC","wifi":0}}}]
2024-02-11 17:20:22.099  - debug:  reolink.0 (6796) LinkInfoValues 200:  [{"cmd":"GetLocalLink","code":0,"value":{"LocalLink":{"activeLink":"LAN","dns":{"auto":1,"dns1":"192.168.178.1","dns2":""},"mac":"ec:71:db:af:24:9e","static":{"gateway":"192.168.178.1","ip":"192.168.178.20","mask":"255.255.255.0"},"type":"DHCP"}}}]
2024-02-11 17:20:22.158  - debug: reolink.0 (6796) refreshState': started from "onReady"
2024-02-11 17:20:22.279  - debug: reolink.0 (6796) camMdStateInfo 200: [{"cmd":"GetMdState","code":0,"value":{"state":0}}]
2024-02-11 17:20:22.289  - debug: reolink.0 (6796) Motion Detection value: 0
2024-02-11 17:20:22.320  - debug:  reolink.0 (6796) camAiStateInfo 200:  [{"cmd":"GetAiState","code":0,"value":{"channel":1,"dog_cat":{"alarm_state":0,"support":0},"face":{"alarm_state":0,"support":0},"people":{"alarm_state":0,"support":1},"vehicle":{"alarm_state":0,"support":0}}}]
2024-02-11 17:20:22.349  - debug: reolink.0 (6796) dog_cat_state detection:0
2024-02-11 17:20:22.368  - debug: reolink.0 (6796) face_state detection:0
2024-02-11 17:20:22.378  - debug:  reolink.0 (6796) getDriveInfo 200:  [{"cmd":"GetHddInfo","code":0,"value":{"HddInfo":[{"capacity":122203,"format":1,"mount":1,"number":0,"size":104826,"storageType":2}]}}]
2024-02-11 17:20:22.397  - debug: reolink.0 (6796) people_state detection:0
2024-02-11 17:20:22.417  - debug: reolink.0 (6796) vehicle_state detection:0
2024-02-11 17:20:22.578  - debug:  reolink.0 (6796) ptz guard info 200:  [{"cmd":"GetPtzGuard","code":0,"value":{"PtzGuard":{"benable":0,"bexistPos":0,"channel":0,"timeout":60}}}]
2024-02-11 17:20:22.639  - debug: reolink.0 (6796) AutoFocusValue 200: [{"cmd":"GetAutoFocus","code":1,"error":{"detail":"check err","rspCode":-3}}]
2024-02-11 17:20:22.650  - debug: reolink.0 (6796) Error or not supported getAutoFocus
2024-02-11 17:20:22.759  - debug: reolink.0 (6796) IrLightValue 200: [{"cmd":"GetIrLights","code":1,"error":{"detail":"ability error","rspCode":-26}}]
2024-02-11 17:20:22.766  - debug: reolink.0 (6796) Error or not supported getIrLights
2024-02-11 17:20:22.773  - debug: reolink.0 (6796) getStateAsync start Email notification
2024-02-11 17:20:22.774  - debug: reolink.0 (6796) start subscribtions
2024-02-11 17:20:22.834  - debug: reolink.0 (6796) Email notification subscribed
2024-02-11 17:20:22.925  - debug:  reolink.0 (6796) mailValue 200:  [{"cmd":"GetEmailV20","code":0,"value":{"Email":{"addr1":"","addr2":"","addr3":"","attachmentType":1,"enable":0,"interval":"5   Minutes","nickName":"","password":"","schedule":{"channel":0,"table":{"AI_PEOPLE":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111","MD":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111","TIMING":"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","VISITOR":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111"}},"smtpPort":465,"smtpServer":"smtp.gmail.com","ssl":1,"supportTextType":1,"supportVideo":1,"textType":1,"userName":""}}}]
2024-02-11 17:20:22.953  - silly:  reolink.0 (6796) States user redis pmessage  reolink.0.settings.EmailNotification/reolink.0.settings.EmailNotification:{"val":0,"ack":true,"ts":1707668422950,"q":0,"from":"system.adapter.reolink.0","user":"system.user.admin","lc":1707667430814}
2024-02-11 17:20:32.173  - debug: reolink.0 (6796) refreshState': started from "timeout(default"
2024-02-11 17:20:32.300  - debug: reolink.0 (6796) camMdStateInfo 200: [{"cmd":"GetMdState","code":0,"value":{"state":0}}]
2024-02-11 17:20:32.310  - debug: reolink.0 (6796) Motion Detection value: 0
2024-02-11 17:20:32.319  - debug:  reolink.0 (6796) camAiStateInfo 200:  [{"cmd":"GetAiState","code":0,"value":{"channel":1,"dog_cat":{"alarm_state":0,"support":0},"face":{"alarm_state":0,"support":0},"people":{"alarm_state":0,"support":1},"vehicle":{"alarm_state":0,"support":0}}}]
2024-02-11 17:20:32.338  - debug: reolink.0 (6796) dog_cat_state detection:0
2024-02-11 17:20:32.352  - debug: reolink.0 (6796) face_state detection:0
2024-02-11 17:20:32.365  - debug: reolink.0 (6796) people_state detection:0
2024-02-11 17:20:32.381  - debug: reolink.0 (6796) vehicle_state detection:0
2024-02-11 17:20:42.187  - debug: reolink.0 (6796) refreshState': started from "timeout(default"
2024-02-11 17:20:42.283  - debug: reolink.0 (6796) camMdStateInfo 200: [{"cmd":"GetMdState","code":0,"value":{"state":0}}]
2024-02-11 17:20:42.292  - debug: reolink.0 (6796) Motion Detection value: 0
2024-02-11 17:20:42.319  - debug:  reolink.0 (6796) camAiStateInfo 200:  [{"cmd":"GetAiState","code":0,"value":{"channel":1,"dog_cat":{"alarm_state":0,"support":0},"face":{"alarm_state":0,"support":0},"people":{"alarm_state":0,"support":1},"vehicle":{"alarm_state":0,"support":0}}}]
2024-02-11 17:20:42.346  - debug: reolink.0 (6796) dog_cat_state detection:0
2024-02-11 17:20:42.365  - debug: reolink.0 (6796) face_state detection:0
2024-02-11 17:20:42.385  - debug: reolink.0 (6796) people_state detection:0
2024-02-11 17:20:42.404  - debug: reolink.0 (6796) vehicle_state detection:0
2024-02-11 17:20:52.204  - debug: reolink.0 (6796) refreshState': started from "timeout(default"
2024-02-11 17:20:52.318  - debug: reolink.0 (6796) camMdStateInfo 200: [{"cmd":"GetMdState","code":0,"value":{"state":0}}]
2024-02-11 17:20:52.329  - debug: reolink.0 (6796) Motion Detection value: 0
2024-02-11 17:20:52.360  - debug:  reolink.0 (6796) camAiStateInfo 200:  [{"cmd":"GetAiState","code":0,"value":{"channel":1,"dog_cat":{"alarm_state":0,"support":0},"face":{"alarm_state":0,"support":0},"people":{"alarm_state":0,"support":1},"vehicle":{"alarm_state":0,"support":0}}}]
2024-02-11 17:20:52.390  - debug: reolink.0 (6796) dog_cat_state detection:0
2024-02-11 17:20:52.409  - debug: reolink.0 (6796) face_state detection:0
2024-02-11 17:20:52.426  - debug: reolink.0 (6796) people_state detection:0
2024-02-11 17:20:52.447  - debug: reolink.0 (6796) vehicle_state detection:0
2024-02-11 17:21:02.218  - debug: reolink.0 (6796) refreshState': started from "timeout(default"
2024-02-11 17:21:02.320  - debug: reolink.0 (6796) camMdStateInfo 200: [{"cmd":"GetMdState","code":0,"value":{"state":0}}]
2024-02-11 17:21:02.327  - debug: reolink.0 (6796) Motion Detection value: 0
2024-02-11 17:21:02.343  - debug:  reolink.0 (6796) camAiStateInfo 200:  [{"cmd":"GetAiState","code":0,"value":{"channel":1,"dog_cat":{"alarm_state":0,"support":0},"face":{"alarm_state":0,"support":0},"people":{"alarm_state":0,"support":1},"vehicle":{"alarm_state":0,"support":0}}}]
2024-02-11 17:21:02.365  - debug: reolink.0 (6796) dog_cat_state detection:0
2024-02-11 17:21:02.377  - debug: reolink.0 (6796) face_state detection:0
2024-02-11 17:21:02.390  - debug: reolink.0 (6796) people_state detection:0
2024-02-11 17:21:02.402  - debug: reolink.0 (6796) vehicle_state detection:0
2024-02-11 17:21:12.230  - debug: reolink.0 (6796) refreshState': started from "timeout(default"
2024-02-11 17:21:12.317  - debug: reolink.0 (6796) camMdStateInfo 200: [{"cmd":"GetMdState","code":0,"value":{"state":0}}]

Is there a way to implement this feature? Best regards :)

DcFamas avatar Feb 11 '24 16:02 DcFamas