Skip to main content

A python3 library to communicate with Tibber

Project description

# pyTibber [![Build Status](https://travis-ci.org/Danielhiversen/pyTibber.svg?branch=master)](https://travis-ci.org/Danielhiversen/pyTibber) [![Coverage Status](https://coveralls.io/repos/github/Danielhiversen/pyTibber/badge.svg?branch=master)](https://coveralls.io/github/Danielhiversen/pyTibber?branch=master) [![PyPI version](https://badge.fury.io/py/pyTibber.svg)](https://badge.fury.io/py/pyTibber)

Python3 library for Tibber.

Read electricity price and consumption.

If you have a Tibber Pulse you can see your consumption in real time.

[Buy me a coffee :)](http://paypal.me/dahoiv)


Go to [developer.tibber.com/](https://developer.tibber.com/) to get your API token.

## Install
```
pip3 install pyTibber
```

## Example:

```python
import tibber
tibber_connection = tibber.Tibber() # access_token=YOUR_TOKEN
tibber_connection.sync_update_info()
print(tibber_connection.name)

home = tibber_connection.get_homes()[0]
home.sync_update_info()
print(home.address1)

home.sync_update_price_info()

print(home.current_price_info)

tibber_connection.sync_close_connection()
```

The library is used as part of Home Assitant: [https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/sensor/tibber.py](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/sensor/tibber.py)


Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyTibber-0.7.5.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

pyTibber-0.7.5-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file pyTibber-0.7.5.tar.gz.

File metadata

  • Download URL: pyTibber-0.7.5.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.6

File hashes

Hashes for pyTibber-0.7.5.tar.gz
Algorithm Hash digest
SHA256 3cdb0f82e04b441cec56f1fefaa3bd710b0f0106d029722474749469547e013b
MD5 1a44528dbbab75fd2c87eace73d02602
BLAKE2b-256 d7340dfad85500bd0a2d8b1a7b470deb17ec0436d716cfc2d240527c71d793e3

See more details on using hashes here.

File details

Details for the file pyTibber-0.7.5-py3-none-any.whl.

File metadata

  • Download URL: pyTibber-0.7.5-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.6

File hashes

Hashes for pyTibber-0.7.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a98f4d0f2377765f7e38a1db6511404b27eb2cec00c2f675c5dfce6598b48b42
MD5 5fb1e5e3ee9d34764a88877a51676ee5
BLAKE2b-256 05e0cdb9bda14a181e87b30a772d3bf16f790e1bc83ae6bda80e44fca71e2b3b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page