Skip to content

Releases: mwittig/pimatic-solarview

20160714, V0.9.0

20 Sep 23:03
Compare
Choose a tag to compare
  • Dependency Update which corrects handling of continuous attribute values
  • Reversed order of release history

20160419, V0.8.6

18 Apr 23:43
Compare
Choose a tag to compare
  • Fixed code for cancellation of @fetchPromise

20160419, V0.8.5

18 Apr 23:39
Compare
Choose a tag to compare
  • Added destroy method to cancel an scheduled update when the device is removed or updated
  • Dependency Updates

20160322, V0.8.4

22 Mar 11:50
Compare
Choose a tag to compare
  • Fixed compatibility issue with Coffeescript 1.9 as required for pimatic 0.9
  • Updated peerDependencies property for compatibility with pimatic 0.9

20160316, V0.8.3

16 Mar 19:44
Compare
Choose a tag to compare
  • Bug fix: Fixed fetchData() handler being pending forever if server closes the connection without returning data
  • Moved release history to separate file
  • Provide a SPDX 2.0 license identifier as required by npm v2.1 guidelines on
    license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0
  • Added license info to README

20160305, V0.8.2

05 Mar 18:05
Compare
Choose a tag to compare
  • Dependency Updates
  • Added travis build badge

20160106, V0.8.1

11 Jan 09:19
Compare
Choose a tag to compare
  • Bug fix: Fixed handling of attribute values which led to false results in some cases
  • Added recovery of energyMonth, energyYear, and energyTotal values from database
  • Added travis build descriptor

20151215, V0.8.0

15 Dec 21:33
Compare
Choose a tag to compare
  • Moved history to separate file
  • Now using pimatic-plugin-commons helper functions
  • Changed strategy for requesting updates

20150529, V0.0.9

29 May 16:24
Compare
Choose a tag to compare
  • Fixed bug controlling the error output
  • Added socket timeout handling to avoid a large number of pending sockets if TCP timeout applies and the
    interval is shorter than the TCP timeout

20150526, V0.0.8

26 May 18:18
Compare
Choose a tag to compare
  • Reduced error log output. If "debug" is not set on the plugin, only new error states will be logged
  • Minor changes