https://github.com/coolapso/webel-gctrl
Python script to control webel.se gcontrol car heater power outlets from CLI
https://github.com/coolapso/webel-gctrl
Last synced: over 1 year ago
JSON representation
Python script to control webel.se gcontrol car heater power outlets from CLI
- Host: GitHub
- URL: https://github.com/coolapso/webel-gctrl
- Owner: coolapso
- Created: 2024-11-02T17:17:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:06:41.000Z (over 1 year ago)
- Last Synced: 2024-11-03T20:18:05.605Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple script to control webel-online.se GCTRL power outlets from the CLI
These power outlets are used to power on car heaters when it's cold outside. I only know that this is used in my neighborhood and have no clue if this would be useful for anyone else.
If you stumble here and actually find this useful and know that it could be beneficial for more people, just let me know, and I will definitely rewrite it in a more end-user-friendly way, such as Home Assistant automations or other better and cooler ways!
## Usage
**Turn on**
```
python gctrl.py on --username ${GCTRL_USERNAME} --password ${GCTRL_PASSWORD}
```
**Turn off**
```
python gctrl.py off --username ${GCTRL_USERNAME} --password ${GCTRL_PASSWORD}
```
**Check status**
```
python gctrl.py status --username ${GCTRL_USERNAME} --password ${GCTRL_PASSWORD}
```