Difference between revisions of "Node-Red"

From Amahi Wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Node-Red =
 
  
Home Assistant and Node-Red
+
node-red with Home Assistant can be used for creating smart Automatons.
Node-Red and Home Assistant can be used for creating smart Automatons.
 
  
 +
= What is node Red =
 +
Node-red is Flow-Based Programming (FBP) is a web-based visual programming language
  
= What is node Red =
 
Node-red is Flow-Based Programming (FBP) is a different approach to thinking about programming.
 
  
if you have a Power monitoring plug  on your washing machine you can use Node-Red to monitor the power used and notify you when the machine has finished
+
= Examples =
  
 +
Maybe you have an alarm you can use node-red when it triggered execute actions
  
   
 
  
  The main way it uses to create automation is YAML files and if you ask any beginner they will tell you that it is complicated and intimidating. In addition, although it is a very flexible language, creating complicated automation rules might be very difficult and error-prone.
+
If you have a Power monitoring plug on your washing machine you can use Node-Red to monitor the power used and notify you when the machine has finished
  
This is where Node-RED strengths naturally compliment Home Assistant. Home Assistant handles all the integrations, state management, and action engine, while Node-RED utilizes environment awareness to trigger rules and execute actions.
+
for more information on Node-red, please search the internet or youtube their lots of great resources to get you started

Latest revision as of 08:01, 25 August 2019

node-red with Home Assistant can be used for creating smart Automatons.

What is node Red

Node-red is Flow-Based Programming (FBP) is a web-based visual programming language


Examples

Maybe you have an alarm you can use node-red when it triggered execute actions


If you have a Power monitoring plug on your washing machine you can use Node-Red to monitor the power used and notify you when the machine has finished

for more information on Node-red, please search the internet or youtube their lots of great resources to get you started