This ioBroker adapter receives data from a Nibe heat pump from Nibe Uplink.
- You need a Nibe heat pump - bye one if you don't have ;-)
- You need an account at Nibe Uplink: https://www.nibeuplink.com/
- After logging in you have an URL in this form: https://www.nibeuplink.com/System/XXXXX/Status/Overview
- Instead of XXXXX there is a number. This is your System ID. We need this ID.
- Go to Nibe Uplink Api: https://api.nibeuplink.com/Account/LogIn and log in
- Click "MY APPLICATIONS" and then "Create application"
- Fill in: Name and Description can be everything e.g. ioBroker
- The Callback URL is important. You can use https://z0mt3c.github.io/nibe.html
- Accept the NIBE Uplink API Services Agreement and click "Create application"
- Then you get an Identifier and a Secret - we need them
- Install this adapter in ioBroker
- At adapter setting page fill in the Identifier and the Secret.
- Click the link "Click here to generate the Auth Code on NIBE Uplink."
- Follow the instructions. At the end you get your nibe-fetcher code
- Copy this code and paste it in the adapter settings at "Auth Code".
- Fill in your System ID from Nibe Uplink URL.
- Choose your language.
- Click Save and Close
If you (later) get a "400 bad request" error in the log, you must get a new Auth Code - so do numbers 13 until 15 and 18.
- Compact mode disabled
- Support for Node 6 removed
- Trim whitespaces from setting parameters
- Bugfix: Customs disabled
- Internal clean-up
- Dependencies updated
- Fix problem with nodejs 6 and the spread operator and async
- Code change to new template
- Support for Compact mode (js-Controller 2.0 Feature) added (#1)
- Translations in settings page
- Type moved from general to climate control
- Do not create deprecated sub path objects - only update them if present (if you have them and don't use them, you can delete them)
- info.connection added
- Objects tree changed: New, more readable objects added
- Language support for objects tree
- Initial release
MIT License
Copyright (c) 2019 Sebastian Häßelbarth seb@sebmail.de
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.