Skip to content

Releases: dirkjanfaber/victron-vrm-api

v0.2.0 - New API types: widgets, users

26 Jan 12:59
Compare
Choose a tag to compare
  • Add API type to select which API call to use:
    • users (NEW)
    • installations
    • widgets (NEW)
    • Dynamic ESS
  • Code cleanup
  • If storing the global data, store it in an object, depending on the selected api call
  • The msg.topic reflects the selected api call
  • Update documentation

Full Changelog: v0.1.4...v0.2.0

v0.1.4

18 Jan 20:12
Compare
Choose a tag to compare
  • Allow context variable to be used as site id (issue #13) - Instead of filling out the number of the VRM site id in the box, you can also use context variables, e.g. {{flow.siteId}} or {{global.vrmId}}. This allows to query the site that has been set in this context field. Of course you need to make sure that context contains a valid VRM site id first. (thanks @danikalt!)

Full Changelog: v0.1.3...v0.1.4

v0.1.3

11 Jan 21:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Jan 08:33
Compare
Choose a tag to compare
  • Allow the vrm_id to be empty (issue #10)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

02 Jan 15:38
Compare
Choose a tag to compare
  • Retrieve data from the dynamic ESS api
  • Add option to store the retrieved data in the global context
  • Fix a npm test complaint about d_start and d_end not in camelcase
  • Update documentation

Full Changelog: v0.1.0...v0.1.1

v0.1.0

31 Dec 11:42
Compare
Choose a tag to compare

What's Changed

  • Treat the access token as a secret, do not export it by @codeworkx in #9

Full Changelog: v0.0.11...v0.1.0

v0.0.11

23 Dec 22:02
Compare
Choose a tag to compare

What's Changed

  • fix calculation of beginning of yesterday by @codeworkx in #8

Full Changelog: v0.0.10...v0.0.11

v0.0.10

21 Dec 16:46
Compare
Choose a tag to compare

What's Changed

  • Add option for installation statistics to choose between local time and UTC by @codeworkx in #7

Full Changelog: v0.0.9...v0.0.10

v0.0.9

19 Dec 07:53
Compare
Choose a tag to compare

What's Changed

  • fix end of day calc, add options for yesterday, add additional usefull attributes by @codeworkx in #6

v0.0.8

18 Dec 07:38
Compare
Choose a tag to compare
  • added attributes for consumption forecast and energy flows
  • extend available values for the parameter start by the value beginning of the day

Thanks @codeworkx