[
    {
        "id": "2f776ca06f0e6b86",
        "type": "tab",
        "label": "Pico DHT11",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "a1e7568972ba23b8",
        "type": "http request",
        "z": "2f776ca06f0e6b86",
        "name": "",
        "method": "GET",
        "ret": "obj",
        "paytoqs": "ignore",
        "url": "http://192.168.10.94/",
        "tls": "",
        "persist": false,
        "proxy": "",
        "insecureHTTPParser": false,
        "authType": "",
        "senderr": false,
        "headers": [],
        "x": 290,
        "y": 460,
        "wires": [
            [
                "121e7c9a9fb8d2a8",
                "ca40d9e63627350f",
                "1ca6e2abbc21aa3e",
                "816d4ea30bb9bfc9"
            ]
        ]
    },
    {
        "id": "c50ed09bec3f4d72",
        "type": "inject",
        "z": "2f776ca06f0e6b86",
        "name": "",
        "props": [],
        "repeat": "2",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "x": 90,
        "y": 460,
        "wires": [
            [
                "a1e7568972ba23b8"
            ]
        ]
    },
    {
        "id": "121e7c9a9fb8d2a8",
        "type": "ui-gauge",
        "z": "2f776ca06f0e6b86",
        "name": "",
        "group": "081ff2ce7f6f7b57",
        "order": 1,
        "value": "payload.temp",
        "valueType": "msg",
        "width": 3,
        "height": 3,
        "gtype": "gauge-34",
        "gstyle": "needle",
        "title": "TemperaturDHT11",
        "alwaysShowTitle": false,
        "floatingTitlePosition": "top-left",
        "units": "°C",
        "icon": "",
        "prefix": "",
        "suffix": "",
        "segments": [
            {
                "from": "-10",
                "color": "#004cff",
                "text": "",
                "textType": "label"
            },
            {
                "from": "0",
                "color": "#5cd65c",
                "text": "",
                "textType": "label"
            },
            {
                "from": "25",
                "color": "#ff0000",
                "text": "",
                "textType": "label"
            }
        ],
        "min": "-10",
        "max": "35",
        "sizeThickness": 16,
        "sizeGap": 4,
        "sizeKeyThickness": 8,
        "styleRounded": true,
        "styleGlow": false,
        "className": "",
        "x": 630,
        "y": 300,
        "wires": [
            []
        ]
    },
    {
        "id": "cf2744ba38e7e62c",
        "type": "ui-chart",
        "z": "2f776ca06f0e6b86",
        "group": "081ff2ce7f6f7b57",
        "name": "dht11_piko",
        "label": "dht11_piko",
        "order": 8,
        "chartType": "line",
        "category": "topic",
        "categoryType": "msg",
        "xAxisLabel": "",
        "xAxisProperty": "",
        "xAxisPropertyType": "timestamp",
        "xAxisType": "time",
        "xAxisFormat": "",
        "xAxisFormatType": "auto",
        "xmin": "",
        "xmax": "",
        "yAxisLabel": "",
        "yAxisProperty": "payload",
        "yAxisPropertyType": "msg",
        "ymin": "10",
        "ymax": "80",
        "bins": 10,
        "action": "append",
        "stackSeries": false,
        "pointShape": "circle",
        "pointRadius": 4,
        "showLegend": true,
        "removeOlder": 1,
        "removeOlderUnit": "3600",
        "removeOlderPoints": "",
        "colors": [
            "#009dff",
            "#ff0000",
            "#43ff0f",
            "#2ca02c",
            "#a347e1",
            "#d62728",
            "#ff9896",
            "#9467bd",
            "#c5b0d5"
        ],
        "textColor": [
            "#666666"
        ],
        "textColorDefault": true,
        "gridColor": [
            "#e5e5e5"
        ],
        "gridColorDefault": true,
        "width": 6,
        "height": 8,
        "className": "",
        "interpolation": "linear",
        "x": 890,
        "y": 520,
        "wires": [
            []
        ]
    },
    {
        "id": "ca40d9e63627350f",
        "type": "change",
        "z": "2f776ca06f0e6b86",
        "name": "",
        "rules": [
            {
                "t": "set",
                "p": "topic",
                "pt": "msg",
                "to": "temp",
                "tot": "str"
            },
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "msg.payload.temp",
                "tot": "jsonata"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 630,
        "y": 480,
        "wires": [
            [
                "cf2744ba38e7e62c"
            ]
        ]
    },
    {
        "id": "1ca6e2abbc21aa3e",
        "type": "change",
        "z": "2f776ca06f0e6b86",
        "name": "",
        "rules": [
            {
                "t": "set",
                "p": "topic",
                "pt": "msg",
                "to": "hum",
                "tot": "str"
            },
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "msg.payload.hum",
                "tot": "jsonata"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 630,
        "y": 540,
        "wires": [
            [
                "cf2744ba38e7e62c"
            ]
        ]
    },
    {
        "id": "816d4ea30bb9bfc9",
        "type": "ui-gauge",
        "z": "2f776ca06f0e6b86",
        "name": "",
        "group": "081ff2ce7f6f7b57",
        "order": 2,
        "value": "payload.hum",
        "valueType": "msg",
        "width": 3,
        "height": 3,
        "gtype": "gauge-34",
        "gstyle": "needle",
        "title": "LuftfeuchtigkeitDHT11",
        "alwaysShowTitle": false,
        "floatingTitlePosition": "top-left",
        "units": "%rel",
        "icon": "",
        "prefix": "",
        "suffix": "",
        "segments": [
            {
                "from": "0",
                "color": "#5cd65c",
                "text": "",
                "textType": "label"
            },
            {
                "from": "40",
                "color": "#ff9500",
                "text": "",
                "textType": "label"
            },
            {
                "from": "60",
                "color": "#ff0000",
                "text": "",
                "textType": "label"
            }
        ],
        "min": 0,
        "max": "100",
        "sizeThickness": 16,
        "sizeGap": 4,
        "sizeKeyThickness": 8,
        "styleRounded": true,
        "styleGlow": false,
        "className": "",
        "x": 640,
        "y": 360,
        "wires": [
            []
        ]
    },
    {
        "id": "081ff2ce7f6f7b57",
        "type": "ui-group",
        "name": "Gruppe 1",
        "page": "e64dc42442135b89",
        "width": 6,
        "height": 1,
        "order": 1,
        "showTitle": true,
        "className": "",
        "visible": "true",
        "disabled": "false",
        "groupType": "default"
    },
    {
        "id": "e64dc42442135b89",
        "type": "ui-page",
        "name": "Seite 1",
        "ui": "bee89a5af4fb0c2a",
        "path": "/page1",
        "icon": "home",
        "layout": "grid",
        "theme": "36375dc30ec0377d",
        "breakpoints": [
            {
                "name": "Default",
                "px": 0,
                "cols": 3
            },
            {
                "name": "Tablet",
                "px": 576,
                "cols": 6
            },
            {
                "name": "Small Desktop",
                "px": 768,
                "cols": 9
            },
            {
                "name": "Desktop",
                "px": 1024,
                "cols": 12
            }
        ],
        "order": 1,
        "className": "",
        "visible": "true",
        "disabled": "false"
    },
    {
        "id": "bee89a5af4fb0c2a",
        "type": "ui-base",
        "name": "Mein Dashboard",
        "path": "/dashboard",
        "appIcon": "",
        "includeClientData": true,
        "acceptsClientConfig": [
            "ui-notification",
            "ui-control"
        ],
        "showPathInSidebar": false,
        "headerContent": "page",
        "navigationStyle": "default",
        "titleBarStyle": "default",
        "showReconnectNotification": true,
        "notificationDisplayTime": 1,
        "showDisconnectNotification": true,
        "allowInstall": false
    },
    {
        "id": "36375dc30ec0377d",
        "type": "ui-theme",
        "name": "Standardthema",
        "colors": {
            "surface": "#ffffff",
            "primary": "#0094CE",
            "bgPage": "#eeeeee",
            "groupBg": "#ffffff",
            "groupOutline": "#cccccc"
        },
        "sizes": {
            "density": "default",
            "pagePadding": "12px",
            "groupGap": "12px",
            "groupBorderRadius": "4px",
            "widgetGap": "12px"
        }
    },
    {
        "id": "77d8b0b47fdc6a1e",
        "type": "global-config",
        "env": [],
        "modules": {
            "@flowfuse/node-red-dashboard": "1.30.2"
        }
    }
]