Created
April 27, 2020 17:51
-
-
Save MorningZ/2ec31359b3e3be4d80b5056527f67323 to your computer and use it in GitHub Desktop.
Node-RED list for Hubitat Users
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Must Have: | |
node-red-contrib-hubitat (Node-RED to Hubitat communication) | |
node-red-node-rbe (continue down flow only if a value changes) | |
node-red-contrib-noop (Simple placeholder node to help visualizations) | |
Palettes to help with logic: | |
node-red-contrib-stoptimer2 (timer with ability to stop/cancel) | |
node-red-contrib-bigtimer | |
node-red-contrib-boolean-logic-ultimate | |
node-red-contrib-easing (fading/dimming) | |
node-red-contrib-state-machine (potentially simplifies if-then-else logic. There are a couple other implementations) | |
node-red-contrib-time-range-switch (sunrise/sunset, between two times, etc.) | |
Device-specific palettes: | |
node-red-contrib-bravia (Sony TVs) | |
node-red-contrib-castv2 (ChromeCast TTS/audible announcements) | |
node-red-contrib-harmony-websocket (Harmony hub) | |
node-red-contrib-huemagic (Philips Hue hub interaction) | |
node-red-contrib-lametric-notification (LaMetric smart clock) | |
node-red-contrib-lutron | |
node-red-contrib-smartthings | |
node-red-contrib-sonos-plus | |
node-red-contrib-unifi | |
Notifications/Interaction: | |
node-red-dashboard | |
node-red-node-email | |
node-red-contrib-pushover (free web-based service) | |
node-red-contrib-alexa-remote2 (Amazon routines, TTS and push notifications) | |
Presence/Geofence: | |
node-red-contrib-owntracks | |
node-red-contrib-ping | |
node-red-node-geofence | |
Utilities: | |
node-red-contrib-random-event-generator | |
node-red-contrib-semaphore (semaphore locking, fun but potentially tricky.) | |
node-red-contrib-statistics | |
node-red-contrib-unsafe-function (use in place of Function node, much faster.) | |
node-red-node-base64 (tried to use for dynamic images on dashboard.) | |
node-red-contrib-average (average values of sensors eg. temp/humidity) | |
node-red-contrib-advance-logger | |
node-red-contrib-light-scheduler (another timer node for common lighting schedules) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment