Have a home assistant green and am at the start of learning how to monitor and control some gadgets around the home.
One thing I would like to achieve is be able to (re)configure my solar diverter (Sunstash) using its http web UI from home assistant.
There is no API as far as I am aware, but using my (very limited) skills I worked out that instead of directing a web browser to the device’s webpage UI and entering the boost time myself using mouse and keyboard into the little box field that it has, if enter it’s web address with the command the device expects, it will change the setting.
For example, the local address: “192.168.1.253:1234/index.html?Boost=8”
will set the hot water booster time to 8PM.
So my question is how can I easily do this somehow using Home Assistant in an automation? Once I can do this, there is another setup page that is a bit more complex, but I feel the principle will be similar.
Thanks for the help,
James