Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patvdleer/nefit-client-python
Bosch Nefit Easy™ client in Python
https://github.com/patvdleer/nefit-client-python
bosch home-automation nefit nefit-easy python python-3
Last synced: 3 months ago
JSON representation
Bosch Nefit Easy™ client in Python
- Host: GitHub
- URL: https://github.com/patvdleer/nefit-client-python
- Owner: patvdleer
- License: mit
- Created: 2017-02-09T15:04:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T11:23:15.000Z (about 3 years ago)
- Last Synced: 2024-09-29T17:03:30.976Z (3 months ago)
- Topics: bosch, home-automation, nefit, nefit-easy, python, python-3
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 12
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bosch Nefit Easy™ Client
> DEPRECATED in favour of: https://github.com/marconfus/aionefit
## Install
```bash
pip install nefit-client
```## Usage
```bash
usage: Nefit client [options]Nefit client
optional arguments:
-h, --help show this help message and exit
--serial SERIAL Serial, 9 number digit
--access-key ACCESS_KEY
Access key, 12 long
--password PASSWORD Password, usually postalcode + housenumber
--status Status
--get-year-total Display the current total gas usage
--display-code Display code
--set-temperature SET_TEMPERATURE
Set temperature
-v, --verbose Increase output verbosity
--version show program s version number and exit
```