So I just recently learned that my home automation controller (ISY99i) has an API that is pretty simple to use. I've already figured out the url strings to request to perform functions. I'd love to add this to Tasker tasks so that I can involve my home automation in some of my tasks.
I got BusyBox all set up and installed the Locale Execute plugin so that I could use wget. Well, it doesn't work. When I drop to a terminal and try the command like the following:
it's telling me the '--password' argument is invalid.
I would use curl, but busybox doesn't seem to include it. I can't find anything that would provide the functionality I need. I do not have the option of bypassing authentication, so the user and password are needed. Can it be done through Tasker?