a15lam/df-wemo

A DreamFactory service for controlling Belkin Wemo devices

0.1.4 2017-06-11 18:52 UTC

This package is auto-updated.

Last update: 2024-04-22 12:29:29 UTC


README

A DreamFactory service to control Belkin Wemo devices. It also supports Sonoff devices with custom firmware found here.

Installation

In your DreamFactory installation root run

composer require a15lam/df-wemo

Add the following AT THE END of the list of providers in config/app.php file.

a15lam\Wemo\ServiceProvider::class

Login to your DreamFactory admin application and head over to the 'Services' tab. You should now see your new wemo service listed here.

Your service is now configured and ready to use. Head over to the API Docs and expand your wemo service to see all the API endpoints and their usage.

Note: Unlike other services in DreamFactory, wemo service does not require any configuration. The service is auto-configured for you upon installation with the default name wemo. If you like to change the default name to something else, you can do so by using the environment option WEMO_SERVICE_NAME in the .env file. Once you add your name using this environment option, simply refresh your DreamFactory admin application to see this service with the new name. You can now safely delete the other service with the old name.

You can delete this wemo service anytime you want. However, it will keep coming back every time you clear your DreamFactory cache. To remove this service permanently comment out the following line from providers list in config/app.php.

a15lam\Wemo\ServiceProvider::class