Skip to content

Releases: jpgorganizer/ioBroker.smartgarden

v2.0.0

13 Jun 13:28
Compare
Choose a tag to compare
  • support for new login procedure to Gardena webservice: using Application secret and Application key
    instead of username and password.
    Issue 47

    Procedure with username and password is still available, as it's still working for some users.

    TODO for all existing users: please re-enter your login data, even if you will still use username and password!

  • support for admin4 UI removed; at least admin5 is needed!

  • new configuration page

  • function and configuration parameter pre-define states removed. All Gardena data points get deleted and created again.

  • documentation has been adjusted

v1.0.6

04 May 08:43
Compare
Choose a tag to compare
  • some minor changes in documentation, including Issue 41
    and new limit for SERVICE_VALVE (just smart Irrigation Control)
  • bug fix in error handling
  • changes due to new Gardena API v1.1.0
  • necessary changes due to changed behavior Gardena Service Issue 43
  • tests against js-controller 4.x, Issue 40

v1.0.5

13 May 16:31
Compare
Choose a tag to compare
  • adjustments due to js-controller v3.3; e.g. Issue 29
  • compatibility test with node.js v14/v16 and with the upcoming Admin 5 React UI e.g. Issue 30
  • new parameter beautify log in instance configuration

v1.0.4

22 Feb 17:01
Compare
Choose a tag to compare
  • necessary adjustments due to js-controller v3.2
  • option useTestVariable in adapter/instance configuration removed

v1.0.3

26 Jan 18:04
Compare
Choose a tag to compare
  • improved error handling/reconnection
  • new parameter connection retry interval
  • axios vulnerability solved, using version >=0.21.1

v1.0.2

30 Aug 10:44
Compare
Choose a tag to compare

monitoring rate limits integrated

v1.0.1

17 Aug 09:22
Compare
Choose a tag to compare
  • better reconnection to GARDENA smart system server in case of your internet connection was broken
  • textual changes in io-package.json
  • improved README and FAQ

v1.0.0

13 Jun 16:16
Compare
Choose a tag to compare
  • code rework, no functional change expected
  • support PAUSE for SERVICE_VALVE, SERVICE_POWER_SOCKET
  • internal representation for all timestamps changed from format like
    2020-05-26T05:03:47.613+0000 to 2020-05-26T05:03:47.613Z to
    support Safari browser.
  • support forecast values for mower id's in format with suffix,
    e.g. d8a1faef-2ee3-421d-a3f8-f8ed577c2ad3:suffix
  • making the adapter more fault tolerant at startup, e.g. trimming
    whitespaces from username, etc.
  • README: new chapter Getting support,
  • README: chapter Known Errors deleted, should be resolved by GARDENA
  • README: links to GARDENA/Husqvarna developer portal adjusted to the new address

v0.6.0

03 May 09:54
Compare
Choose a tag to compare
v0.6.0 README.md

v0.5.1

26 Apr 11:47
Compare
Choose a tag to compare

some corrections, no functional change
integration travis-ci