I’d like to integrate a device as an entity that can only be accessed via HTTP API call. I assume this works with the REST API in Hassio. I have, however, never used REST for myself.
Could anybody let me know please what to put into the configuration.yaml that this will work so I can turn the light on and off through the Hassio GUI?
Do I really need the curl command? because just using the http line is enough when put into the browser to trigger it. So won’t this work with the Rest API in hassio?
I have tried integrating it using the Rest Switch but unfortunately, it does not work. It won’t even create a switch entity. It is obvious, I made some kind of stupid mistake… Hope someone can correct my config.yaml integration:
Maybe try just http://192.168.8.109/cgi-bin for the resource and the rest for the body
If maybe try ARC for Chrome or similar so you make sure it works there first.
I’ve tried it with just http://192.168.8.109/cgi-bin and the rest for body but it did not work. I have also tried it with the Chrome extension but I did not get it to work as there are too many possible settings there.
@enigma2k - I’m basically going through the same process as you for my cameras. What solution did you end up going with? and can you share your config?