simple Meross webserver created to control all lights associated with a meross acount
- create
config.yaml
with:
credentials:
email: [YOUR EMAIL]
password: [YOUR PASSWORD]
- run with docker
endpoint | result |
---|---|
/bulb/ | get bulb status |
/bulb/on | turn on all bulbs |
/bulb/off | turn off all bulbs |
/bulb/toggle | toggle all bulbs |
- meross-cli - control lights via terminal
- toggle - control lights via termux widget
This project is licensed under the MIT License - see the LICENSE file for details