Displays information about your Sonoff switches in the MacOS menubar. Allows you to control the switches in your home via the Ewelink API.
Update 2021.11.02:
- Added support for Xbar
Update 2019.08.27:
- Added support for Sonoff devices with multiple outlets
Update 2019.08.13:
- Initial import
- Retrieve and show Sonoff device list
- Show device state and provide ability to switch state
Builds on sonoff-python
- Download python version 2.7
- Ensure you have xbar installed.
- Copy mysonoff.15m.py to your xbar plugins folder and chmod +x the file from your terminal in that folder
- Run xbar
If you get a "websocket" error, perform the following:
- sudo easy_install -mxN websocket
- sudo easy_install websocket_client==0.59.0