This Python library extracts data from NIBE Uplink™ site or its API.
NibeUplink was written by István Szirtes
Python 3.x Recommended Python 3.6
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 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.
- 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
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.
- Callback URL ** Good reading to set the url: marshflattsfarm.org.uk
- Identifier
- Secret
...
...
...