Skip to content

iiitobiasiii/node-red-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-py

This package simplifies usage of the node-red API.

Installation

python -m pip install path/to/project

Usage

See example.ipynb

connect to your node-red via the NodeRedApi class. Authenticate if necessary with its authenticate method and your username and password. If you want to connect to influxdb or mqtt brokers that exist already in your node-red flows, get them and their IDs with get_mqtt_brokers and get_influxdb.

Build your flow with the Flow class in the nodes module. Add nodes with the different nodes in the nodes module. Add wires/connections with the connect_nodes function.

About

This package simplifies usage of the node-red API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published