bfeige
bfeige
I have same model NVR with 810A cameras, was getting same errors as above when using version 0.34 and 0.35, switched out to master version and picked the AI sensors,...
I haven't tried using another login, using admin default but will do, I was able to use Rest to extract motion states
Have tried with General Account and a created Admin neither of these work either, only log entry is "User test has authorisation level guest. Only admin users can change camera...
I can find no way to creat a Super Admin, it looks like only the built in default account has that
As a workaround I used rest to get states i.e binary_sensor: - platform: rest resource: http:///api.cgi?cmd=GetMdState&channel=&user=&password= name: scan_interval: 2 value_template: "{{ value_json[0].value.state }}" device_class: motion This works fine for Motion...
Upgraded to version 0.36 (was on Master), now have lost my AI and Motion Sensor States all together all saying "Unavailable", with previous master I was getting "off" most of...
No problems I am using the following workaround in my configuration.yaml binary_sensor: - platform: rest resource: http://(NVR IP)/api.cgi?cmd=GetAiState&channel=00&user=(my login)&password=(my password) name: Motion_(camera position)_person scan_interval: 2 value_template: "{{ value_json[0].value.people.alarm_state }}" device_class:...
check the NVR Hardware version (cog, system,info) and confirm your NVR hardware version support access to the AI sensors, H3MB18 may need Firmware upgrade N2MB02 & N3MB01 support it but...
Have decided to move away from this integration, not the integrations fault as I'm sure they will eventually fix the AI sensors webhook subscription issue, I am moving away as...