AutomationFlowsGeneral › Measure TX Power with HTTP Requests

Measure TX Power with HTTP Requests

Original n8n title: Tx Power Measurement

TX Power Measurement. Uses httpRequest. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesHTTP Request
General Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "TX Power Measurement",
  "nodes": [
    {
      "id": "1",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ],
      "parameters": {}
    },
    {
      "id": "2",
      "name": "Connect Sensor",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        460,
        300
      ],
      "parameters": {
        "method": "POST",
        "url": "http://host.docker.internal:8765/connect",
        "sendBody": true,
        "contentType": "json",
        "body": "{}"
      }
    },
    {
      "id": "3",
      "name": "Read Power",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        680,
        300
      ],
      "parameters": {
        "method": "GET",
        "url": "http://host.docker.internal:8765/power"
      }
    },
    {
      "id": "4",
      "name": "Format Result",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        900,
        300
      ],
      "parameters": {
        "mode": "manual",
        "assignments": {
          "assignments": [
            {
              "id": "a1",
              "name": "power_dBm",
              "type": "number",
              "value": "={{ $json.value_dbm }}"
            },
            {
              "id": "a2",
              "name": "power_mW",
              "type": "number",
              "value": "={{ $json.value_mw }}"
            },
            {
              "id": "a3",
              "name": "timestamp",
              "type": "string",
              "value": "={{ $now }}"
            }
          ]
        },
        "includeOtherFields": false
      }
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Connect Sensor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Connect Sensor": {
      "main": [
        [
          {
            "node": "Read Power",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Power": {
      "main": [
        [
          {
            "node": "Format Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

TX Power Measurement. Uses httpRequest. Event-driven trigger; 4 nodes.

Source: https://github.com/YossiAbutbul/rf-instrument-wrappers/blob/main/n8n/power_measurement.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Http-Handle. Uses httpRequest. Event-driven trigger; 13 nodes.

HTTP Request
General

Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.

Ssh, Execute Workflow Trigger, HTTP Request
General

Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.

Read Write File, HTTP Request, Google Drive
General

Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.

Execute Workflow Trigger, HTTP Request
General

Send A Message Via A Lark Bot. Uses manualTrigger, httpRequest, stickyNote. Event-driven trigger; 6 nodes.

HTTP Request