Hi,
Having loads of problems getting my Hikvision 2CD2142 cam working with HA. The camera is onvif compatible, but I’m getting this error on startup…
2017-07-23 15:50:03 ERROR (MainThread) [homeassistant.components.camera] Error while setting up platform onvif
Traceback (most recent call last):
File "/home/homeassistant/.homeassistant/deps/suds/transport/http.py", line 78, in send
fp = self.u2open(u2request)
File "/home/homeassistant/.homeassistant/deps/suds/transport/http.py", line 119, in u2open
return url.open(u2request, timeout=tm)
File "/usr/lib/python3.4/urllib/request.py", line 461, in open
response = meth(req, response)
File "/usr/lib/python3.4/urllib/request.py", line 571, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.4/urllib/request.py", line 499, in error
return self._call_chain(*args)
File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain
result = func(*args)
File "/usr/lib/python3.4/urllib/request.py", line 579, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
I’ve got this config
- platform: onvif
name: FrontCamera
host: 10.10.1.5
port: 80
username: admin
password: xxx
Tried other ports, same error. Is Onvif the best component for this cam? I’ve found an RTSP feed URL, which works in VLC, but not sure what HA component can use it.
Thanks for any suggestions.