Simple nodered home automation kernel
Find a file
2024-04-28 16:41:59 +02:00
flows add scenes 2024-04-28 16:41:24 +02:00
.gitignore Update .gitignore 2024-04-27 18:12:09 +02:00
config-nodes.json add Porxmox features 2024-04-28 15:59:17 +02:00
flow-manager-cfg.json update flow manager 2024-04-28 16:41:59 +02:00
flow-manager-nodes-order.json add scenes 2024-04-28 16:41:24 +02:00
LICENSE Initial commit 2024-04-26 18:57:31 +02:00
package.json add Porxmox features 2024-04-28 15:59:17 +02:00
README.md add installation help 2024-04-28 16:06:30 +02:00

ABOUT

iotredloop v0.0.1

Simple nodered home automation manager

This is a personnal project of home automation, it is highly limited to my needs. There are more explanation, in french, on my blog

Main flows.json was cut into multiple files by tabs using node-red-contrib-flow-manager.

REQUIREMENTS

Flows are written under Node-red v3.1.9 with following nodes packages :

It additionnaly uses some Telegram, Proxmox, Unifi, Nextcloud (agenda) and Amazon Alexa stuff.

Flows also required a working MQTT broker and a InfluxDB database.

INSTALLATION

The better way is to :

  1. install nodered in nodered project mode with git,
  2. add nodered node-red-contrib-flow-manager palette,
  3. pull this repository,
  4. select only flow tabs you want in flow manager. (top right button)

LICENSE

GNU GENERAL PUBLIC LICENSE version 3 (GPL-3.0 license)

CONTRIBUTORS

  • Jean-Christian Denis (author)

You are welcome to contribute to this code.