Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

walden ,

In NodeRED it would look like this:

https://sub.wetshaving.social/pictrs/image/825f5bde-38aa-4a33-9d5a-cbd1f899b11b.png

The top row is triggered when the motion detector changes to "on". It turns the lights on without delay.
The second row only triggers if the motion detector has been "off" for 5 minutes. If it goes back to "on" within those 5 minutes, the timer starts over automatically.

You can try importing it using the following code:

NodeRED code dropdown
[
    {
        "id": "1fca03dc3d9e7066",
        "type": "server-state-changed",
        "z": "f3446183.7e46a",
        "name": "Motion On",
        "server": "144bcad2.81b925",
        "version": 5,
        "outputs": 2,
        "exposeAsEntityConfig": "",
        "entityId": "",
        "entityIdType": "exact",
        "outputInitially": false,
        "stateType": "str",
        "ifState": "on",
        "ifStateType": "str",
        "ifStateOperator": "is",
        "outputOnlyOnStateChange": true,
        "for": "0",
        "forType": "num",
        "forUnits": "minutes",
        "ignorePrevStateNull": false,
        "ignorePrevStateUnknown": false,
        "ignorePrevStateUnavailable": false,
        "ignoreCurrentStateUnknown": false,
        "ignoreCurrentStateUnavailable": false,
        "outputProperties": [
            {
                "property": "payload",
                "propertyType": "msg",
                "value": "",
                "valueType": "entityState"
            },
            {
                "property": "data",
                "propertyType": "msg",
                "value": "",
                "valueType": "eventData"
            },
            {
                "property": "topic",
                "propertyType": "msg",
                "value": "",
                "valueType": "triggerId"
            }
        ],
        "x": 80,
        "y": 1160,
        "wires": [
            [
                "d01a14f220a57b71"
            ],
            []
        ]
    },
    {
        "id": "d01a14f220a57b71",
        "type": "api-call-service",
        "z": "f3446183.7e46a",
        "name": "Lights On",
        "server": "144bcad2.81b925",
        "version": 5,
        "debugenabled": false,
        "domain": "",
        "service": "",
        "areaId": [],
        "deviceId": [],
        "entityId": [],
        "data": "",
        "dataType": "jsonata",
        "mergeContext": "",
        "mustacheAltTags": false,
        "outputProperties": [],
        "queue": "none",
        "x": 300,
        "y": 1160,
        "wires": [
            []
        ]
    },
    {
        "id": "5737d7e58d22e1a6",
        "type": "api-call-service",
        "z": "f3446183.7e46a",
        "name": "Lights Off",
        "server": "144bcad2.81b925",
        "version": 5,
        "debugenabled": false,
        "domain": "",
        "service": "",
        "areaId": [],
        "deviceId": [],
        "entityId": [],
        "data": "",
        "dataType": "jsonata",
        "mergeContext": "",
        "mustacheAltTags": false,
        "outputProperties": [],
        "queue": "none",
        "x": 300,
        "y": 1200,
        "wires": [
            []
        ]
    },
    {
        "id": "b203774e1f8bea1f",
        "type": "server-state-changed",
        "z": "f3446183.7e46a",
        "name": "Motion Off for 5",
        "server": "144bcad2.81b925",
        "version": 5,
        "outputs": 2,
        "exposeAsEntityConfig": "",
        "entityId": "",
        "entityIdType": "exact",
        "outputInitially": false,
        "stateType": "str",
        "ifState": "off",
        "ifStateType": "str",
        "ifStateOperator": "is",
        "outputOnlyOnStateChange": true,
        "for": "5",
        "forType": "num",
        "forUnits": "minutes",
        "ignorePrevStateNull": false,
        "ignorePrevStateUnknown": false,
        "ignorePrevStateUnavailable": false,
        "ignoreCurrentStateUnknown": false,
        "ignoreCurrentStateUnavailable": false,
        "outputProperties": [
            {
                "property": "payload",
                "propertyType": "msg",
                "value": "",
                "valueType": "entityState"
            },
            {
                "property": "data",
                "propertyType": "msg",
                "value": "",
                "valueType": "eventData"
            },
            {
                "property": "topic",
                "propertyType": "msg",
                "value": "",
                "valueType": "triggerId"
            }
        ],
        "x": 100,
        "y": 1200,
        "wires": [
            [
                "5737d7e58d22e1a6"
            ],
            []
        ]
    },
    {
        "id": "144bcad2.81b925",
        "type": "server",
        "name": "Home Assistant",
        "version": 5,
        "addon": true,
        "rejectUnauthorizedCerts": true,
        "ha_boolean": "y|yes|true|on|home|open",
        "connectionDelay": true,
        "cacheJson": true,
        "heartbeat": false,
        "heartbeatInterval": 30,
        "areaSelector": "friendlyName",
        "deviceSelector": "friendlyName",
        "entitySelector": "friendlyName",
        "statusSeparator": "at: ",
        "statusYear": "hidden",
        "statusMonth": "short",
        "statusDay": "numeric",
        "statusHourCycle": "h23",
        "statusTimeFormat": "h:m",
        "enableGlobalContextStore": true
    }
]
  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • incremental_games
  • homeassistant@lemmy.world
  • meta
  • All magazines