Skip to content

Releases: colinl/node-red-contrib-pid

Version 2.0.0

07 Nov 12:23
Compare
Choose a tag to compare

Fixes Issue #23
Adds minimum nodejs and node-red versions
Adds example flow

Version 1.1.7

08 Jan 14:41
Compare
Choose a tag to compare

Documentation improvements only. No changes to code.

Version 1.1.6

19 Mar 09:33
Compare
Choose a tag to compare

Readme improvements only. No changes to code.

Version 1.1.5

06 May 10:00
Compare
Choose a tag to compare

Fixes Issues #8 and #10

Version 1.1.4

27 Aug 13:43
Compare
Choose a tag to compare

If prop band is zero the controller now operates correctly as an On/Off controller with no hysteresis, except that if a sensor with significant resolution, such as DS18B20, is used (0.0625C in this case) then there is effectively a hysteresis of at least that amount.

Fix Issue #7, duff output if pb or ti zero

Stop NaN or Infinity power if params or inputs invalid

Version 1.1.3

15 Jan 16:56
Compare
Choose a tag to compare

Readme enhancements only

Version 1.1.2

10 Jan 16:29
Compare
Choose a tag to compare

Readme and configuration text changes only

v1.1.1

26 Nov 09:59
Compare
Choose a tag to compare

Fix issue #4 Initial Integral not being correctly calculated

Added ability to change Initial Integral (integral_default) via message. Pull Request #3

Version 1.1.0

18 Nov 13:57
Compare
Choose a tag to compare

Adds the ability to set multiple configuration properties with one message using msg..

Fixes issue #2 ReferenceError: ts is not defined, when using derivative smoothing.

v1.0.1

14 Nov 21:45
Compare
Choose a tag to compare

Added node-red tag to package