11Gigaset Elements API command-line interface
22===========================================
33
4+ |Version status | |Github stars | |Github forks | |CodeQL | |Quality Gate Status | |Downloads | |BuyMeCoffee |
5+
46gigasetelements-cli is a python based program which allows you to control your Gigaset Elements home security system.
57It comes with an easy to use CLI (command-line interface) suitable for direct use or cron jobs.
68
7- .. image :: https://weblog.bol .com/wp-content/uploads/2015/04/gigaset-elements .jpg
9+ .. image :: https://asset.conrad .com/media10/isa/160267/c1/-/nl/1650392_BB_00_FB/image .jpg
810 :target: https://www.gigaset-elements.com
911
10- .. image :: https://lh3.googleusercontent.com/k8pmHPby3b76PmNXTyhhK26fp64xJjGwjVo4PmTpp4FotIcE12Na6eRBNgdKFhvlx-uI=w1920-h1080-rw-no
11- :target: https://plus.google.com/communities/108042802009267082650
12-
1312Installation
1413------------
1514
@@ -19,13 +18,17 @@ For easy installation including dependencies simply run below command (with elev
1918
2019[-] *pip install gigasetelements-cli *
2120
22- **GITHUB ** - [https://github.com/dynasticorpheus/gigaset-elements]
21+ **GITHUB ** - [https://github.com/dynasticorpheus/gigasetelements-cli]
22+
23+ [1] *git clone -b develop https://github.com/dynasticorpheus/gigasetelements-cli *
2324
24- [1] * git clone https://github.com/dynasticorpheus/gigaset-elements.git *
25+ [2] install * dependencies *, pip install -r requirements.txt (with elevated privileges if needed)
2526
26- [2] install * dependencies *, see requirements.txt
27+ [3] * python setup.py install --force * (or run from source using wrapper ./gigasetelements-cli.py)
2728
28- [3] *python setup.py install * (or run from source using wrapper ./gigasetelements-cli.py)
29+ **GITHUB ** - [https://github.com/dynasticorpheus/gigasetelements-cli] [RECOMMENDED]
30+
31+ [1] *pip install git+https://github.com/dynasticorpheus/gigasetelements-cli@develop *
2932
3033
3134Features
@@ -43,7 +46,6 @@ Features
4346 * Show custom rules (button/plug)
4447 * Switch plug on/off
4548 * Set alarm trigger delay
46- * Domoticz home automation system support
4749
4850Usage
4951-----
@@ -128,15 +130,14 @@ To do
128130* Improve overall code
129131* Replicate all functionality from app and/or website ... a long list
130132* Support for gigaset elements button
131- * Support for domoticz home automation system
132133
133134
134135Notes
135136-----
136137Been ages since I have coded and python is new for me so in other words be kind :)
137138
138139
139- Donate
140+ Donation Hall of Fame
140141------
141142A lot of time & effort goes into making gigasetelements-cli so if you like it you might want to consider buying me a :beer: :)
142143
@@ -151,7 +152,26 @@ A lot of time & effort goes into making gigasetelements-cli so if you like it yo
151152* *Joshua T *
152153* *Auke C *
153154* *RPC B *
155+ * *Silke H *
156+ * *Frank M *
157+ * *Max G *
158+ * *Andreas G *
154159
155160License
156161-------
157162GPL2
163+
164+ .. |Version status | image :: https://img.shields.io/pypi/v/gigasetelements-cli.svg
165+ :target: https://pypi.python.org/pypi/gigasetelements-cli/
166+ .. |Downloads | image :: https://img.shields.io/pypi/dm/gigasetelements-cli.svg
167+ :target: https://pypi.python.org/pypi/gigasetelements-cli/
168+ .. |CodeQL | image :: https://github.com/dynasticorpheus/gigasetelements-cli/actions/workflows/codeql-analysis.yml/badge.svg
169+ :target: https://github.com/dynasticorpheus/gigasetelements-cli/actions/workflows/codeql-analysis.yml
170+ .. |Github forks | image :: https://img.shields.io/github/forks/dynasticorpheus/gigasetelements-cli.svg
171+ :target: https://github.com/dynasticorpheus/gigasetelements-cli/network/members/
172+ .. |Github stars | image :: https://img.shields.io/github/stars/dynasticorpheus/gigasetelements-cli.svg
173+ :target: https://github.com/dynasticorpheus/gigasetelements-cli/stargazers/
174+ .. |BuyMeCoffee | image :: https://camo.githubusercontent.com/cd005dca0ef55d7725912ec03a936d3a7c8de5b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275792532306d6525323061253230636f666665652d646f6e6174652d79656c6c6f772e737667
175+ :target: https://buymeacoffee.com/dynasticorpheus/
176+ .. |Quality Gate Status | image :: https://sonarcloud.io/api/project_badges/measure?project=dynasticorpheus_gigasetelements-cli&metric=alert_status
177+ :target: https://sonarcloud.io/summary/new_code?id=dynasticorpheus_gigasetelements-cli/
0 commit comments