-
I have a DS-7616NXI-K2 / 16P, running the latest firmware V4.82.000 build 240224.
The integration connects fine, but doesn't receive events from the NVR. The HA log shows a HTTP 403 response to ISA…
-
Hi, I was trying to connect a ptz camera with API on python. But I faced a weird problem. The API can see the camera and return the hostname. But when I try to return the media profile (GetProfiles()…
-
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 o…
-
Thanks for your hard work on this and keeping the original onvif library a life! It looks like you have added a digest http client on top, well done! Currently I'm having issues with some Hikvision ru…
-
Hi,
In recent ubunt:
python --version
Python 2.7.10
onvif-cli -v -u 'user' -a 'password' --host 'IP.ADDR' --port 8899 -w /home/jens/src/onvif/python-onvif/wsdl
Traceback (most recent call last):
…
-
I could connect to my onvif device with the ONVIF Device Manager , but i couldn't connect with the python modul.
I already checked the time on webserver and PC. I also tried diffrent users.
When i ac…
-
onvif-cli -u "admin" -a "..." --host "192.168.100.3" --port 80 --wsdl /usr/local/wsdl/
Traceback (most recent call last):
File "/usr/local/bin/onvif-cli", line 9, in
load_entry_point('onvif==0.…
ghost updated
8 years ago
-
ubuntu@ubuntu-lenovo:~/Downloads/python-onvif-master/tests$ sudo python test.py
Traceback (most recent call last):
File "test.py", line 21, in
class TestDevice(unittest.TestCase):
File "test.…
-
Hi all, I'm successfully using the zoom function in ONVIF using the same mycam details, but can't get the Imaging Focus Move function to work.
I set up a request as follows:
from onvif import ONVI…
-
I enabled ONVIF and set up a user account for full admin rights on an Axis P7214 IP encoder, when I try to connect however I see:
```
mycam = ONVIFCamera('192.168.88.12', 80, 'root', 'password', '/et…