Skip to content

ioBroker Adapter for myUplink.com for Nibe Heat Pumps

License

Notifications You must be signed in to change notification settings

sebilm/ioBroker.myuplink

Repository files navigation

ioBroker.myuplink

NPM version Current version in stable repository Downloads Number of Installations Build Status

NPM

myuplink.com adapter for ioBroker

This ioBroker adapter receives data from myUplink.com. Settings that have been enabled for this by myUplink can be changed.

Configuration

Changelog

0.8.1 (2024-08-18)

  • Existing incorrect minimum and maximum values are now deleted #39
  • Minimum and maximum values of the API are not adopted if the current value is outside minimum and maximum #39
  • Instructions for German and English have been moved to separate files #47
  • Dependencies have been updated

0.8.0 (2024-07-14)

  • No empty objects are sent (setData)
  • Incorrect minimum and maximum values of the API are not adopted #39
  • The initial refresh interval was set to 5 minutes
  • The code has been restructured internally
  • At least Node.js 18 is required!
  • Unit tests have been added
  • Dependencies have been updated

0.7.1 (2024-02-10)

  • Crash after 'unhandled promise rejection' fixed #15

0.7.0 (2024-02-04)

  • Forbidden characters are removed from the category
  • An error when setting data has been fixed
  • Performance has been improved

0.6.1 (2024-02-03)

  • Performance has been improved
  • Dependencies have been updated

0.6.0 (2024-01-28)

  • The setData object has been added

0.5.0 (2024-01-14)

  • Parameter IDs and categories have been added for a few heat pumps

0.4.1 (2024-01-13)

  • In object IDs, all characters that are not officially supported are now replaced by an underscore
  • The roles of the data objects have been improved
  • The logging of token data (in log level silly) has been removed
  • Dependencies have been updated

0.4.0 (2023-12-31)

  • New options for renaming IDs have been added #5
  • Options are deactivated if checkboxes are not checked

0.3.0 (2023-12-29)

  • Support for setting parameter values has been added (must be paid for at myuplink.com) #4
  • Authorization Code Grant Flow settings have been moved to new Extended tab
  • Password control will be used for Secret and Auth Code

0.2.1 (2023-12-28)

  • All responsive sizes have been added to jsonConfig
  • More error logging have been added

0.2.0 (2023-12-28)

  • Settings page have been changed from materialize to jsonConfig
  • Dependencies have been updated

0.1.0 (2023-12-25)

  • Initial release

License

MIT License

Copyright (c) 2024 Sebastian Häßelbarth [email protected]

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.