AZ-Envy Wlan ESP8266-12F Umwelt Entwicklungsboard mit Feuchtigkeits- und Luftqualitätssensor (MQ-2 und SHT30) kompatibel mit Arduino

Hallo Camper freunde
Ich habe Diese Gas sensor gekauft un Tasmato geflascht. so weit ist ok.
Ich möchte gerne bei Gasflasche raum instalieren und falls gasflasche undicht ist, sollte buzzer und licht alamieren. Wie kann ich bei node red instalieren?hat jemand .json beispiel?
Produktlink: AZ-Envy Wlan ESP8266-12F Umwelt Entwicklungsboard mit MQ-2 und SHT30
Lg mutoglu

1 Like

Hallo leute, ich grüsse Euch ich habe hingekriegt. Also das werte ist hoch bei Gas komm es whattspp meldung auf meine nummer.

[
    {
        "id": "67c7ee4de742526b",
        "type": "tab",
        "label": "Flow 1",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "d3e2225f71a1dd7f",
        "type": "node-red-contrib-whatsapp-cmb-send-message",
        "z": "67c7ee4de742526b",
        "name": "Gassensor1",
        "credtype": "account",
        "account": "bca79f1daee41efd",
        "text": "!!Tüp tarafinda Gas kacagi Var. Kontol et!!",
        "phonenumbervalue": "0174Deinenummer",
        "apikeyvalue": "https://api.callmebot.com/whatsapp.php?phone=49174Deinenummer&text=This+is+a+test&apikey=DEINEAPIKEY",
        "apikeyinputtypemessage": "msg",
        "phonenumberinputtypemessage": "msg",
        "inputtypemessage": "str",
        "rejectssl": false,
        "x": 1510,
        "y": 160,
        "wires": [
            [
                "a15a1252e8838f0c"
            ]
        ]
    },
    {
        "id": "5b4a36711616baf9",
        "type": "mqtt in",
        "z": "67c7ee4de742526b",
        "name": "",
        "topic": "pkw/tele/gassensor1/SENSOR",
        "qos": "2",
        "datatype": "auto-detect",
        "broker": "0ddb07c65cbb68bc",
        "nl": false,
        "rap": true,
        "rh": 0,
        "inputs": 0,
        "x": 830,
        "y": 240,
        "wires": [
            []
        ]
    },
    {
        "id": "de6327ee3762be6c",
        "type": "change",
        "z": "67c7ee4de742526b",
        "name": "",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "payload.ANALOG",
                "tot": "msg"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 1090,
        "y": 240,
        "wires": [
            [
                "c1596e61ae094888"
            ]
        ]
    },
    {
        "id": "c1596e61ae094888",
        "type": "function",
        "z": "67c7ee4de742526b",
        "name": "Welche Input.Abfage",
        "func": "if(msg.payload.A0<=5){\n    return [msg, null]\n}\nelse if (msg.payload.A0>=500){\n    return [null, msg]\n}",
        "outputs": 2,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 1340,
        "y": 240,
        "wires": [
            [
                "647b0343bc0085cd"
            ],
            [
                "efb8a834ad4e37f9",
                "d3e2225f71a1dd7f"
            ]
        ]
    },
    {
        "id": "647b0343bc0085cd",
        "type": "debug",
        "z": "67c7ee4de742526b",
        "name": "Auswertung<5",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 1600,
        "y": 220,
        "wires": []
    },
    {
        "id": "efb8a834ad4e37f9",
        "type": "debug",
        "z": "67c7ee4de742526b",
        "name": "if-els Auswertung >50",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 1620,
        "y": 260,
        "wires": []
    },
    {
        "id": "a15a1252e8838f0c",
        "type": "debug",
        "z": "67c7ee4de742526b",
        "name": "debug 12",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 1760,
        "y": 160,
        "wires": []
    },
    {
        "id": "237c7705042a172f",
        "type": "comment",
        "z": "67c7ee4de742526b",
        "name": "Gassensor1",
        "info": "",
        "x": 750,
        "y": 180,
        "wires": []
    },
    {
        "id": "bca79f1daee41efd",
        "type": "node-red-contrib-whatsapp-cmb-account",
        "name": "caravan"
    },
    {
        "id": "0ddb07c65cbb68bc",
        "type": "mqtt-broker",
        "name": "",
        "broker": "http://localhost",
        "port": "1883",
        "clientid": "",
        "autoConnect": true,
        "usetls": false,
        "protocolVersion": "4",
        "keepalive": "60",
        "cleansession": true,
        "birthTopic": "",
        "birthQos": "0",
        "birthPayload": "",
        "birthMsg": {},
        "closeTopic": "",
        "closeQos": "0",
        "closePayload": "",
        "closeMsg": {},
        "willTopic": "",
        "willQos": "0",
        "willPayload": "",
        "willMsg": {},
        "sessionExpiry": ""
    }
]
1 Like

@alanya501
Ist der Sensor schon programmiert??
Spricht der Sensor dann MQTT??
Das ist ja eine Überlegung wert :grinning:
Gruß Arno

Ja alles über MQTT

alles programiert falls gasswert(mit feuerzeug und sigaretten probiert) schiekt eine werte und 2 sekunde später whattsapp meldung dass Gass anlage kontrolieren soll. ich habe auch unter waschbecken und hinter wasserhahn feuchtigkeit sensor mit esp82 instaliert. genauso falls wasser hahn undicht ist kommt auch übe whatsapp meldung. wirklick süper.

Ich habe so viel idee. falls jemand meine Wohnmobil nähe kommt dass ich auch melddung über whattsapp bekommen kann. Natürlich wenn ich alarmanlage aktieviere. :grinning: