[
    {
        "id": "07dcb5fc54fd37c8",
        "type": "tab",
        "label": "Datos barco",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "a0035b1a88d6f458",
        "type": "signalk-input-handler",
        "z": "07dcb5fc54fd37c8",
        "name": "Velocidad de viento",
        "context": "vessels.self",
        "path": "environment.wind.speedApparent",
        "source": "",
        "x": 110,
        "y": 40,
        "wires": [
            [
                "9876a44d5d23573f"
            ]
        ]
    },
    {
        "id": "37a09f1c536dd984",
        "type": "debug",
        "z": "07dcb5fc54fd37c8",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 330,
        "y": 160,
        "wires": []
    },
    {
        "id": "9876a44d5d23573f",
        "type": "delay",
        "z": "07dcb5fc54fd37c8",
        "name": "1 mensaje cada 2 seg",
        "pauseType": "rate",
        "timeout": "5",
        "timeoutUnits": "seconds",
        "rate": "1",
        "nbRateUnits": "2",
        "rateUnits": "second",
        "randomFirst": "1",
        "randomLast": "5",
        "randomUnits": "seconds",
        "drop": true,
        "allowrate": false,
        "outputs": 1,
        "x": 120,
        "y": 100,
        "wires": [
            [
                "015988ea3b8f3d66"
            ]
        ]
    },
    {
        "id": "015988ea3b8f3d66",
        "type": "function",
        "z": "07dcb5fc54fd37c8",
        "name": "Pasar a nudos",
        "func": "msg.payload = msg.payload * 1.9438;\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 100,
        "y": 160,
        "wires": [
            [
                "37a09f1c536dd984",
                "12348ebeb192f575",
                "94cdf5cd21ae441e"
            ]
        ]
    },
    {
        "id": "ea69e029774db002",
        "type": "signalk-input-handler",
        "z": "07dcb5fc54fd37c8",
        "name": "Velocidad",
        "context": "vessels.self",
        "path": "navigation.speedOverGround",
        "source": "",
        "x": 90,
        "y": 240,
        "wires": [
            [
                "e28ebf1458669ff7"
            ]
        ]
    },
    {
        "id": "e28ebf1458669ff7",
        "type": "function",
        "z": "07dcb5fc54fd37c8",
        "name": "Pasar a nudos",
        "func": "msg.payload = msg.payload * 1.9438;\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 300,
        "y": 240,
        "wires": [
            [
                "f6c5b457d92d7318"
            ]
        ]
    },
    {
        "id": "f019a20b50a12596",
        "type": "signalk-input-handler",
        "z": "07dcb5fc54fd37c8",
        "name": "Rumbo",
        "context": "vessels.self",
        "path": "steering.autopilot.target.headingMagnetic",
        "source": "",
        "x": 80,
        "y": 300,
        "wires": [
            [
                "e434f194ebeee4af"
            ]
        ]
    },
    {
        "id": "eb0340d8fd2316b6",
        "type": "signalk-input-handler",
        "z": "07dcb5fc54fd37c8",
        "name": "Escora",
        "context": "vessels.self",
        "path": "navigation.attitude.roll",
        "source": "",
        "x": 90,
        "y": 360,
        "wires": [
            [
                "39fdad93712d85cf"
            ]
        ]
    },
    {
        "id": "83214682801dee54",
        "type": "signalk-input-handler",
        "z": "07dcb5fc54fd37c8",
        "name": "Posicion rueda",
        "context": "vessels.self",
        "path": "steering.rudderAngle",
        "source": "",
        "x": 130,
        "y": 420,
        "wires": [
            [
                "6269a9028a98a5e4"
            ]
        ]
    },
    {
        "id": "12348ebeb192f575",
        "type": "ui_text",
        "z": "07dcb5fc54fd37c8",
        "group": "71a54d9ab2b12973",
        "order": 4,
        "width": 0,
        "height": 0,
        "name": "",
        "label": "Viento",
        "format": "{{msg.payload}}",
        "layout": "row-left",
        "className": "",
        "x": 310,
        "y": 200,
        "wires": []
    },
    {
        "id": "f6c5b457d92d7318",
        "type": "ui_text",
        "z": "07dcb5fc54fd37c8",
        "group": "71a54d9ab2b12973",
        "order": 5,
        "width": 0,
        "height": 0,
        "name": "",
        "label": "Velocidad",
        "format": "{{msg.payload}}",
        "layout": "row-spread",
        "className": "",
        "x": 480,
        "y": 260,
        "wires": []
    },
    {
        "id": "e434f194ebeee4af",
        "type": "ui_gauge",
        "z": "07dcb5fc54fd37c8",
        "name": "",
        "group": "71a54d9ab2b12973",
        "order": 6,
        "width": 0,
        "height": 0,
        "gtype": "gage",
        "title": "gauge",
        "label": "rad",
        "format": "{{value}}",
        "min": 0,
        "max": "6",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "className": "",
        "x": 280,
        "y": 320,
        "wires": []
    },
    {
        "id": "39fdad93712d85cf",
        "type": "ui_gauge",
        "z": "07dcb5fc54fd37c8",
        "name": "",
        "group": "71a54d9ab2b12973",
        "order": 7,
        "width": 0,
        "height": 0,
        "gtype": "gage",
        "title": "Escora",
        "label": "units",
        "format": "{{value}}",
        "min": "-3.14",
        "max": "3.14",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "className": "",
        "x": 270,
        "y": 360,
        "wires": []
    },
    {
        "id": "6269a9028a98a5e4",
        "type": "ui_gauge",
        "z": "07dcb5fc54fd37c8",
        "name": "",
        "group": "71a54d9ab2b12973",
        "order": 7,
        "width": 0,
        "height": 0,
        "gtype": "gage",
        "title": "Rueda",
        "label": "units",
        "format": "{{value}}",
        "min": "-3.14",
        "max": "3.14",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "className": "",
        "x": 330,
        "y": 420,
        "wires": []
    },
    {
        "id": "94cdf5cd21ae441e",
        "type": "switch",
        "z": "07dcb5fc54fd37c8",
        "name": "Mayor de 40 Nudos",
        "property": "payload",
        "propertyType": "msg",
        "rules": [
            {
                "t": "gt",
                "v": "40",
                "vt": "num"
            }
        ],
        "checkall": "true",
        "repair": false,
        "outputs": 1,
        "x": 380,
        "y": 100,
        "wires": [
            [
                "6e878fbea8f3e2ad"
            ]
        ]
    },
    {
        "id": "6e878fbea8f3e2ad",
        "type": "delay",
        "z": "07dcb5fc54fd37c8",
        "name": "Recuerda cada 5 segundos",
        "pauseType": "rate",
        "timeout": "5",
        "timeoutUnits": "seconds",
        "rate": "1",
        "nbRateUnits": "10",
        "rateUnits": "second",
        "randomFirst": "1",
        "randomLast": "5",
        "randomUnits": "seconds",
        "drop": true,
        "allowrate": false,
        "outputs": 1,
        "x": 630,
        "y": 100,
        "wires": [
            [
                "947ad201319c5daf"
            ]
        ]
    },
    {
        "id": "947ad201319c5daf",
        "type": "template",
        "z": "07dcb5fc54fd37c8",
        "name": "Texto aviso",
        "field": "payload",
        "fieldType": "msg",
        "format": "handlebars",
        "syntax": "mustache",
        "template": "Hace mucho viento, concretamente {{payload}} nudos!",
        "output": "str",
        "x": 540,
        "y": 160,
        "wires": [
            [
                "3cabbce69b131b09",
                "6a0c87d8d99590bc"
            ]
        ]
    },
    {
        "id": "3cabbce69b131b09",
        "type": "ui_audio",
        "z": "07dcb5fc54fd37c8",
        "name": "Pasalo a voz",
        "group": "a665042e96b81a56",
        "voice": "",
        "always": true,
        "x": 720,
        "y": 160,
        "wires": []
    },
    {
        "id": "6a0c87d8d99590bc",
        "type": "node-red-contrib-whatsapp-cmb-send-message",
        "z": "07dcb5fc54fd37c8",
        "name": "Whatsapp a mi movil",
        "account": "1c5f6bf53aa41990",
        "text": "payload",
        "inputtypemessage": "msg",
        "rejectssl": false,
        "x": 700,
        "y": 360,
        "wires": [
            []
        ]
    },
    {
        "id": "71a54d9ab2b12973",
        "type": "ui_group",
        "name": "Default",
        "tab": "4da9901f85b64b5b",
        "order": 1,
        "disp": true,
        "width": "6",
        "collapse": false,
        "className": ""
    },
    {
        "id": "a665042e96b81a56",
        "type": "ui_group",
        "name": "Group 2",
        "tab": "4da9901f85b64b5b",
        "order": 2,
        "disp": true,
        "width": 6
    },
    {
        "id": "1c5f6bf53aa41990",
        "type": "node-red-contrib-whatsapp-cmb-account",
        "name": "Mi movil"
    },
    {
        "id": "4da9901f85b64b5b",
        "type": "ui_tab",
        "name": "Home",
        "icon": "dashboard",
        "disabled": false,
        "hidden": false
    }
]