RedMatic wird langsamer, Systembackup dauert lange

Node-RED als CCU3/RaspberryMatic Addon, WebApp, HomeKit, ...

Moderator: Co-Administratoren

hobbyquaker
Beiträge: 3978
Registriert: 12.07.2009, 20:01
Hat sich bedankt: 17 Mal
Danksagung erhalten: 176 Mal
Kontaktdaten:

Re: RedMatic wird langsamer, Systembackup dauert lange

Beitrag von hobbyquaker » 06.01.2019, 18:09

Mach mal ein Screenshot und ein nochmal ein Export vom dem Flow (bitte nur die Nodes die relevant sind markieren und beim Export "selected Nodes" wählen) und paste das hier

hai
Beiträge: 43
Registriert: 06.11.2014, 19:25

Re: RedMatic wird langsamer, Systembackup dauert lange

Beitrag von hai » 07.01.2019, 13:39

Hallo
Ich habe noch mal etwas anderes versucht.
Es läuft jetzt schon 12 Stunden sehr Stabil
Hoffe es bleibt auch so.

Hier mal der Flow ohne auslösende Aktoren der CCU.

Code: Alles auswählen

[
    {
        "id": "1fa4cc3.b9682b4",
        "type": "trigger",
        "z": "2e5aa90d.aaf8be",
        "op1": "white",
        "op2": "off",
        "op1type": "str",
        "op2type": "str",
        "duration": "1",
        "extend": false,
        "units": "min",
        "reset": "",
        "bytopic": "all",
        "name": "Weiß AN und verzögert um 1 Min AUS",
        "x": 575.7333984375,
        "y": 47.40000915527344,
        "wires": [
            [
                "e07abd42.dc17a"
            ]
        ]
    },
    {
        "id": "b67fc85c.d3abb",
        "type": "change",
        "z": "2e5aa90d.aaf8be",
        "name": "Helligkeit 100%",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "100",
                "tot": "num"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 504.2832946777344,
        "y": 142.2833251953125,
        "wires": [
            [
                "1007c7.018cf03a"
            ]
        ]
    },
    {
        "id": "1007c7.018cf03a",
        "type": "function",
        "z": "2e5aa90d.aaf8be",
        "name": "brightness",
        "func": "msg.command = 'brightness';\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "x": 677.2833251953125,
        "y": 142.2833251953125,
        "wires": [
            [
                "e07abd42.dc17a"
            ]
        ]
    },
    {
        "id": "e6b46fe4.34b848",
        "type": "change",
        "z": "2e5aa90d.aaf8be",
        "name": "AUS",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "off",
                "tot": "str"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 534.2333984375,
        "y": 213.83328247070312,
        "wires": [
            [
                "e07abd42.dc17a"
            ]
        ]
    },
    {
        "id": "153a382.1201848",
        "type": "change",
        "z": "2e5aa90d.aaf8be",
        "name": "AN rot",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "173",
                "tot": "num"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 503.36669921875,
        "y": 320.3666687011719,
        "wires": [
            [
                "9f3d2f37.99ef28"
            ]
        ]
    },
    {
        "id": "9f3d2f37.99ef28",
        "type": "function",
        "z": "2e5aa90d.aaf8be",
        "name": "",
        "func": "msg.command = 'color';\nreturn msg;",
        "outputs": 2,
        "noerr": 0,
        "x": 675.42236328125,
        "y": 319.1418151855469,
        "wires": [
            [
                "e07abd42.dc17a"
            ],
            [
                "e852ac5a.627ad8"
            ]
        ]
    },
    {
        "id": "9c1a8f86.f91918",
        "type": "change",
        "z": "2e5aa90d.aaf8be",
        "name": "AN gruen",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "95",
                "tot": "num"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 490.3666687011719,
        "y": 406.36663818359375,
        "wires": [
            [
                "7cb0f102.998418"
            ]
        ]
    },
    {
        "id": "7cb0f102.998418",
        "type": "function",
        "z": "2e5aa90d.aaf8be",
        "name": "",
        "func": "msg.command = 'color';\nreturn msg;",
        "outputs": 2,
        "noerr": 0,
        "x": 677.2833251953125,
        "y": 403.2833251953125,
        "wires": [
            [
                "e07abd42.dc17a"
            ],
            [
                "e852ac5a.627ad8"
            ]
        ]
    },
    {
        "id": "e07abd42.dc17a",
        "type": "MiLight",
        "z": "2e5aa90d.aaf8be",
        "name": "Treppenhaus EG",
        "bridgetype": "v6",
        "bulbtype": "rgbw",
        "zone": "3",
        "ip": "192.168.178.57",
        "broadcast": true,
        "x": 930,
        "y": 171,
        "wires": []
    },
    {
        "id": "e852ac5a.627ad8",
        "type": "MiLight",
        "z": "2e5aa90d.aaf8be",
        "name": "Treppenhaus Keller",
        "bridgetype": "v6",
        "bulbtype": "rgbw",
        "zone": "2",
        "ip": "192.168.178.57",
        "broadcast": true,
        "x": 900.86669921875,
        "y": 301.36663818359375,
        "wires": []
    },
    {
        "id": "a1cd3705.9f03e",
        "type": "trigger",
        "z": "2e5aa90d.aaf8be",
        "op1": "white",
        "op2": "off",
        "op1type": "str",
        "op2type": "str",
        "duration": "1",
        "extend": false,
        "units": "min",
        "reset": "",
        "bytopic": "all",
        "name": "Weiß AN und verzögert um 1 Min AUS",
        "x": 650.2000122070312,
        "y": 523.3667297363281,
        "wires": [
            [
                "e852ac5a.627ad8"
            ]
        ]
    },
    {
        "id": "924bbbfb.1f687",
        "type": "change",
        "z": "2e5aa90d.aaf8be",
        "name": "AUS",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "off",
                "tot": "str"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 623.2333374023438,
        "y": 650.3667297363281,
        "wires": [
            [
                "e852ac5a.627ad8"
            ]
        ]
    }
]
Gruß
Hai

Antworten

Zurück zu „RedMatic“