- Jul 31, 2017
- 8
- 1
Hey all,
Trying to integrate BlueIris with my HomeAssistant instance. Really just setting profiles based on home or not is all I want to do.
So I found this: GitHub - magapp/blueiriscmd: Python cmd tool that talk with Blue Iris Camera surveillance software
However it doesn't work at all, even after converting to python3 I still get errors about invalid logins.
So I figured I would try to use curl and manually hit the interface, using the documentation here: JSON interface
But that also doesn't work. There are no actual examples, and the closest I can get is:
{"result":"fail","session":"xxxx","data":{"reason":"missing response"}}
So I guess my question is, how does one actually use the JSON API? And is there some useful documentation somewhere?
Thanks!
Dan
Trying to integrate BlueIris with my HomeAssistant instance. Really just setting profiles based on home or not is all I want to do.
So I found this: GitHub - magapp/blueiriscmd: Python cmd tool that talk with Blue Iris Camera surveillance software
However it doesn't work at all, even after converting to python3 I still get errors about invalid logins.
So I figured I would try to use curl and manually hit the interface, using the documentation here: JSON interface
But that also doesn't work. There are no actual examples, and the closest I can get is:
{"result":"fail","session":"xxxx","data":{"reason":"missing response"}}
So I guess my question is, how does one actually use the JSON API? And is there some useful documentation somewhere?
Thanks!
Dan