Difference between revisions of "Node-Red"

From Amahi Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
= What is node Red =
 
= What is node Red =
Node-red is Flow-Based Programming (FBP) is a different approach to thinking about programming.
+
Node-red is Flow-Based Programming (FBP) is a web-based visual programming language
  
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.
 
  
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.
+
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

Revision as of 07:26, 25 August 2019

Node-Red

Home Assistant and Node-Red 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


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