-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Jatuphum Tungsilsukchai edited this page Mar 31, 2022
·
30 revisions
Node-RED UI Widget Thermometer node for Node-RED Dashboard. Easy to use for display temperature on Node-RED Dashboard.
-
First, install Node-RED by follow Node-RED installation guideline.
-
Install Node-RED Dashboard by follow Node-RED Dashboard installation guideline.
-
Install this package at user data directory
~/.node-red
npm install @studiobox/node-red-contrib-ui-widget-thermometer
- Start Node-RED
node-red
- No. 1 : Title - Thermometer's title
- No. 2 : Top Area Color - Thermometer's mercury color at top area
- No. 3 : Middle Area Color - Thermometer's mercury color at middle area
- No. 4 : Bottom Area Color - Thermometer's mercury color at bottom area
- No. 5 : Min. Temperature - Mininum temperature of thermometer for display
- No. 6 : Max. Temperature - Maxinum temperature of thermometer for display
- No. 7 : Unit - Unit for display, includes °C and °F
- No. 8 : Scale - Thermometer size for display, includes 'normal' and 'small'
Using msg object.
Property | Mandatory | Type | Description |
---|---|---|---|
payload | Yes | Integer | Value for display on thermometer |
Remark
If payload has value more than Max. Temperature settings, result thermometer mercury height at 100%.And if payload has value less than Mix. Temperature settings, result thermometer mercury height at 0%.
After install, see usage examples at Node-RED Import menu. Examples at '@studiobox/node-red-contrib-ui-widget-thermometer'.