Harsch-Systems / node-red-contrib-pi-plates

Control Pi-Plates from Node-RED
Apache License 2.0
6 stars 7 forks source link

ppFREQ node and cold junction from ppTHERMO node #7

Closed charkins closed 4 years ago

charkins commented 4 years ago

It appears the thermo.js/html were published to npm, but not added to the git repository. The first commit in this request adds these to git.

The second commit adds support for getting the cold junction temperature from a ppTHERMO node. It treats this as channel zero in the configuration and changes the command sent from getTEMP to getCOLD if channel is zero, avoiding the need for a separate node to get this temperature.

The third commit adds a new ppFREQ node to get the frequency counter from a DAQC2plate via getFREQ.

This pull request is depends on getCOLD and getFREQ commands being added to node-pi-plates: https://github.com/mharsch/node-pi-plates/pull/2