split flows using node-red-contrib-flow-manager

This commit is contained in:
JcDenis 2024-04-27 13:29:07 +02:00
parent 1ca6a199d4
commit 35f74cd997
6 changed files with 16571 additions and 7874 deletions

225
config-nodes.json Normal file
View file

@ -0,0 +1,225 @@
[
{
"id": "22dd0707e6d3a364",
"type": "Stackhero-InfluxDB-v2-Server",
"name": "influxdb",
"host": "10.40.0.112",
"port": "80",
"tls": false
},
{
"id": "51fc92ba27d12eaa",
"type": "mqtt-broker",
"name": "mqtt nodered",
"broker": "10.40.0.111",
"port": "1883",
"clientid": "iotredloop-nodered",
"autoConnect": true,
"usetls": false,
"protocolVersion": "4",
"keepalive": "60",
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "connector/status",
"birthQos": "1",
"birthRetain": "true",
"birthPayload": "online",
"birthMsg": {},
"closeTopic": "connector/status",
"closeQos": "1",
"closeRetain": "true",
"closePayload": "offline",
"closeMsg": {},
"willTopic": "connector/status",
"willQos": "1",
"willRetain": "true",
"willPayload": "offline",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
},
{
"id": "cdd708cca8782382",
"type": "mqtt-broker",
"name": "mqtt rfxcom",
"broker": "10.40.0.111",
"port": "1883",
"clientid": "iotredloop-rfxcom",
"autoConnect": true,
"usetls": false,
"protocolVersion": "4",
"keepalive": "60",
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
},
{
"id": "8b2a4e4f622431e7",
"type": "mqtt-broker",
"name": "mqtt zigbee",
"broker": "10.40.0.111",
"port": "1883",
"clientid": "iotredloop-zigbee",
"autoConnect": true,
"usetls": false,
"protocolVersion": "4",
"keepalive": "60",
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
},
{
"id": "d6ba6007b1901314",
"type": "mqtt-broker",
"name": "mqtt teleinfo",
"broker": "10.40.0.111",
"port": "1883",
"clientid": "iotredloop-teleinfo",
"autoConnect": true,
"usetls": false,
"protocolVersion": "4",
"keepalive": "60",
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
},
{
"id": "ef0a4a5a649e056f",
"type": "mqtt-broker",
"name": "mqtt ble",
"broker": "10.40.0.111",
"port": "1883",
"clientid": "iotredloop-ble",
"autoConnect": true,
"usetls": false,
"protocolVersion": "4",
"keepalive": "60",
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
},
{
"id": "0bd651126b27aac6",
"type": "mqtt-broker",
"name": "mqtt zwave",
"broker": "10.40.0.111",
"port": "1883",
"clientid": "iotredloop-zwave",
"autoConnect": true,
"usetls": false,
"protocolVersion": "4",
"keepalive": "60",
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
},
{
"id": "442ad702808e3c66",
"type": "mqtt-broker",
"name": "mqtt rhasspy",
"broker": "10.40.0.111",
"port": "1883",
"clientid": "iotredloop-rhasspy",
"autoConnect": true,
"usetls": false,
"protocolVersion": "4",
"keepalive": "60",
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "domotique/status",
"birthQos": "1",
"birthRetain": "true",
"birthPayload": "online",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
}
]

7
flow-manager-cfg.json Normal file
View file

@ -0,0 +1,7 @@
{
"filter": [
"K.Routine",
"Kernel"
],
"fileFormat": "json"
}

File diff suppressed because one or more lines are too long

15748
flows.json

File diff suppressed because it is too large Load diff

1314
flows/K.Routine.json Normal file

File diff suppressed because it is too large Load diff

7150
flows/Kernel.json Normal file

File diff suppressed because it is too large Load diff