(This README.md is copied from README.md)
NibeUplink Link to heading
This Python library extracts data from NIBE Uplink™ site or its API.
Authors Link to heading
NibeUplink was written by István Szirtes
Requirements Link to heading
Python 3.x Recommended Python 3.6
NIBE Uplink™ Link to heading
The internet and NIBE Uplink gives you a quick overview and the present status of your system. You get a good overall view and good information for monitoring and controlling your heating and hot water. If your system is affected by a malfunction, you receive an alert via e-mail that allows you to react quickly. NIBE Uplink also gives you the opportunity to control comfort, no matter where you are.
NIBE Uplink™ API Link to heading
NIBE Uplink API enables your app, service or product to utilize the power of NIBE Uplink. This website provides you with the documentation you need to get started coding and integrating with the NIBE Uplink API.
Prerequisites Link to heading
NIBE Uplink™ registrations Link to heading
- Verify that your NIBE module is supported by NIBE Uplink™. FAQ
- Verify that your NIBE module is connected to the internet. FAQ
- You should have a registered account in NIBE Uplink™. NIBE web page
- Your heatpump should be registered in NIBE Uplink™. [FAQ](https://www.nibeuplink.com https://www.nibeuplink.com/FAQ)
- You should have registered application in NIBE Uplink™ API. About
Collect authentication data Link to heading
NIBE Uplink™ Login details Link to heading
You will need to get and store the authentication data of the NIBE Uplink™ Login to use this library and fetch data from NIBE. The “config.py” file is dedicated to store all of your authentication data.
- username: Your NIBE Uplink account’s E-mail.
- password: Your NIBE Uplink account’s password.
- system ID(s): Get your from NIBE Uplink™ web site. Open one of your heatpumps on NIBE web page and the given system’s ID will be in your address bar: “https://www.nibeuplink.com/System//Status/Overview” More system can be stored with system descriptor and its ID in a dictionary.
NIBE Uplink™ API Application details Link to heading
- Callback URL ** Good reading to set the url: marshflattsfarm.org.uk
- Identifier
- Secret
Create a token Link to heading
…
Install Link to heading
…
Usage examples Link to heading
Get XY data Link to heading
…