I created a nodejs server as per the guide on ewelink API which writes the data to a mysql table, i then read the data using from the table using my app. Not the best approach, but would also like to find out if you can use the the API directly from your ios/android app.
Also - You can trigger devices using a web URL if you use webhooks (This is by far the easiest, you do however have a few limitations). ie you cannot read data.
Today we discovered eWeLink has released the Webhooks feature to eWeLink Web. It is available to all users with an eWeLink Advanced subscription. The functionality of the Webhooks for eWeLink are c…