Alexa Skill for Solis Cloud Scraper

Hi everyone,

as promised, here’s the source code for the Alexa Skill for the Solis Cloud Scraper.

It’s pretty basic, but when I ask my Alexa how’s my solar doing I get a nice update.

This is just the index.js but that’s pretty much all that you need. Just pick a simple example template to start your project (I think I used one that answered questions about space), replace the contents of the index.js and set your invocation name to what you want.

Make sure that the Amazon Developer account that you create uses the same account that your Alexa devices use. You can then deploy the app (the test phase) and it will work on your personal devices. No need to distribute.

You can find the file here - Solis Cloud Scraper Alexa Skill · GitHub

Cheers
Rich