GitXplorerGitXplorer
b

node-red-contrib-bang-bang-controller

public
0 stars
1 forks
4 issues

Commits

List of commits on branch master.
Unverified
ef6e5abc3f9ef379f7dd76a292b832a76619406f

Bump minimist from 1.2.5 to 1.2.7

ddependabot[bot] committed 2 years ago
Unverified
50c6222d462ba0ba9ea75a5d2d6e558f769ed830

Bump passport and node-red

ddependabot[bot] committed 2 years ago
Unverified
5b55196ca90dc71adf16d5ad2de309de21ef82af

Bump minimatch from 3.0.4 to 3.1.2

ddependabot[bot] committed 2 years ago
Unverified
20102430551bdaab424767777692c64f51765bec

Bump nanoid from 3.1.25 to 3.3.1

ddependabot[bot] committed 2 years ago
Unverified
0fb4dab6472a19e16942e70b6cb3afdcb42fcd44

Bump json5 from 1.0.1 to 1.0.2

ddependabot[bot] committed 2 years ago
Unverified
ebf5daae76c64bf043d6703a76c54a8bed43709e

Bump path-parse from 1.0.6 to 1.0.7

ddependabot[bot] committed 3 years ago

README

The README file for this repository.

Node-RED Bang-Bang Controller Node

GitHub Workflow Status npm

Bang-bang controller (2 step controller, on-off controller, hysteresis controller) is a feedback controller that switches between two states. 1

Node sends one of two programmed output values on state change.

State changes from low to high when received payload value is greater than Threshold Upper. Similarly, transition from high to low occurs when payload value is less than Threshold Lower.

Primary intended use of this block is a thermostat.