You can use the “http request” card.
Start testing by using a so called GET request (or ask that someone in the Enphase forum if it needs the GET , POST or PUT method).
(Just a thought: I also expect it to use a flag, like .../power?on.../power?off
But maybe .../power just toggles the power output.)
Example:
In case Enphase IP address being 192.168.1.10:
Tried with HTTP GET request in Homey but receive error, self-certication. When I go to the URL in the browser I can get passed that by selecting advanced, but then a 401. Would getting an API Token help? Can I add that token to the HTTP GET Request in Homey?
Apparently you’re supposed to send credentials along;
But concerning the self-certifcate issue, AFAIK Homey can’t process this atm. Please contact support to discuss this bug, or better: this decision.
I took a look at the documentation, but that’s way to complicated (to me).