Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

Bosch Nefit Easy™ client in Python

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
```