[{"data":1,"prerenderedAt":6570},["ShallowReactive",2],{"blog-\u002Fblog\u002F2025\u002F10\u002Fbuilding-mcp-server-using-flowfuse":3,"featureCatalog":3547,"changelog-titles":3941,"blog-all-for-related":4475},{"id":4,"title":5,"authors":6,"body":8,"cta":3527,"date":3528,"description":3529,"extension":3530,"features":3527,"image":3531,"lastUpdated":3532,"meta":3533,"navigation":514,"path":3539,"release":3527,"seo":3540,"stem":3541,"subtitle":3542,"tags":3543,"tldr":3527,"video":3527,"__hash__":3546},"blog\u002Fblog\u002F2025\u002F10\u002Fbuilding-mcp-server-using-flowfuse.md","Building MCP Servers for AI Agent Integration in Node-RED with FlowFuse",[7],"sumit-shinde",{"type":9,"value":10,"toc":3512},"minimark",[11,15,18,23,26,29,32,35,38,43,46,50,53,86,95,99,102,150,162,171,174,183,186,192,195,201,204,208,211,235,243,261,264,399,406,429,433,436,460,469,474,477,480,485,490,495,498,503,506,509,527,531,534,1013,1016,1029,1032,1036,1039,1051,1054,1059,3472,3484,3487,3491,3494,3502,3509],[12,13,14],"p",{},"FlowFuse released MCP nodes for Node-RED, allowing AI to directly interact with the flows you have built. These nodes let AI read sensor data, query databases, and control equipment. You use FlowFuse to collect and manage data in your flows, while AI agents determines what actions to take and why, enabling intelligent monitoring and automated control of factory and IIoT\u002FIoT systems.",[12,16,17],{},"This article explains how to build an MCP server with FlowFuse and connect AI to your systems for real-time insights, operational decisions, and automated control.",[19,20,22],"h3",{"id":21},"what-is-mcp","What Is MCP?",[12,24,25],{},"The Model Context Protocol (MCP) is an open standard that enables AI assistants to access data and execute actions across external systems.",[12,27,28],{},"MCP works through three key components. Resources give AI visibility into your operations through read-only access to sensor data, database records, SCADA tags, and equipment logs. This real-time information helps AI understand what's actually happening on your factory floor or in your IIoT environment.",[12,30,31],{},"Tools let AI perform specific actions in your systems. These might include adjusting equipment parameters, triggering maintenance alerts, or generating operational reports. Each tool clearly defines what it needs as input and what it will produce as output, which keeps operations predictable and safe.",[12,33,34],{},"Prompts are workflow templates that guide AI through more complex tasks. They show AI how to use multiple resources and tools together to complete multi-step operations. This is particularly valuable when you need AI to follow established procedures rather than improvising solutions.",[12,36,37],{},"When you connect an AI agent to your MCP server, it discovers all available resources and tools automatically. The protocol handles the technical details of data requests and action execution, so AI can start working with your industrial systems right away. You build your flows in Node-RED, and AI learns how to interact with them intelligently through the MCP interface.",[39,40,42],"h2",{"id":41},"getting-started","Getting Started",[12,44,45],{},"This section guides you through setting up an MCP server, defining resources, and creating tools so AI can interact with your system.",[19,47,49],{"id":48},"prerequisites","Prerequisites",[12,51,52],{},"Before you begin, ensure you have the following:",[54,55,56,70],"ul",{},[57,58,59,63,64,69],"li",{},[60,61,62],"strong",{},"A running FlowFuse Enterprise instance."," If you do not have one, ",[65,66,68],"a",{"href":67},"\u002Fcontact-us\u002F","contact us"," to discuss Enterprise options and get started.",[57,71,72,80,81,85],{},[60,73,74,75,79],{},"Ensure the ",[76,77,78],"code",{},"@flowfuse-nodes\u002Fnr-mcp-server-nodes"," package is installed",". This will add the ",[65,82,84],{"href":83},"\u002Fnode-red\u002Fflowfuse\u002Fmcp\u002F","MCP nodes"," to your Node palette in your instance editor.",[87,88,89],"blockquote",{},[12,90,91,94],{},[60,92,93],{},"Note:"," The MCP nodes (@flowfuse-nodes\u002Fnr-mcp-server-nodes) are only available on the Enterprise tier.",[19,96,98],{"id":97},"configuring-the-mcp-server","Configuring the MCP Server",[12,100,101],{},"Before defining resources or tools, the MCP Server must be configured. This server acts as the central endpoint for AI agents, ensuring all resources and tools are accessible under a single, consistent configuration.",[103,104,105,116],"ol",{},[57,106,107,108,111,112,115],{},"Drag an ",[60,109,110],{},"MCP Resource or Tool"," node onto your workspace and click the ",[60,113,114],{},"+"," next to Server to create a new configuration.",[57,117,118,119],{},"Define the server properties:",[54,120,121,131,141],{},[57,122,123,126,127,130],{},[60,124,125],{},"Name",": Enter a descriptive name, e.g., ",[76,128,129],{},"Node-RED MCP Server",".",[57,132,133,136,137,140],{},[60,134,135],{},"Protocol",": Leave the default ",[76,138,139],{},"http\u002Fsse"," (currently the only option).",[57,142,143,146,147,130],{},[60,144,145],{},"Path",": Specify the endpoint path for the server, e.g., ",[76,148,149],{},"\u002Fmcp",[12,151,152,158],{},[153,154],"img",{"alt":155,"dataZoomable":156,"src":157},"MCP Server Configuration","","\u002Fblog\u002F2025\u002F10\u002Fimages\u002Fmcp-server-config.png",[159,160,161],"em",{},"Caption: Configuring the MCP Server in Node-RED",[103,163,165],{"start":164},3,[57,166,167,170],{},[60,168,169],{},"Click Done"," to save the server configuration.",[12,172,173],{},"Once the server is configured, clients can connect using a URL. The URL to connect with is your instance URL plus the MCP path you configured, for example:",[175,176,181],"pre",{"className":177,"code":179,"language":180},[178],"language-text","https:\u002F\u002Fyour-instance.flowfuse.cloud\u002Fmcp\n","text",[76,182,179],{"__ignoreMap":156},[12,184,185],{},"or if you are running FlowFuse Node-RED instance locally, use the host, port, and MCP path of your instance, for example:",[175,187,190],{"className":188,"code":189,"language":180},[178],"http:\u002F\u002Flocalhost:1880\u002Fmcp\n",[76,191,189],{"__ignoreMap":156},[12,193,194],{},"or",[175,196,199],{"className":197,"code":198,"language":180},[178],"http:\u002F\u002F192.168.1.100:1880\u002Fmcp\n",[76,200,198],{"__ignoreMap":156},[12,202,203],{},"This URL allows AI agents to discover resources, execute tools, and interact with your flows.",[19,205,207],{"id":206},"securing-your-mcp-server","Securing Your MCP Server",[12,209,210],{},"To ensure your MCP server is protected from unauthorized access, enable FlowFuse User Authentication.",[103,212,213,220],{},[57,214,215,216,219],{},"Navigate to your instance ",[60,217,218],{},"Settings → Security"," tab",[57,221,222,223,226,227,230,231,234],{},"Select ",[60,224,225],{},"FlowFuse User Authentication",", click ",[60,228,229],{},"Save Changes",", and in the popup, click ",[60,232,233],{},"Restart"," to apply the changes.",[12,236,237,241],{},[153,238],{"alt":239,"dataZoomable":156,"src":240},"FlowFuse User Authentication settings screenshot","\u002Fblog\u002F2025\u002F10\u002Fimages\u002Fff-auth.png",[159,242,239],{},[103,244,245,252,255],{"start":164},[57,246,247,248,251],{},"Click ",[60,249,250],{},"Add Token"," and provide a descriptive name for identification",[57,253,254],{},"Set an expiry date (recommended for enhanced security)",[57,256,247,257,260],{},[60,258,259],{},"Create"," and copy the generated token",[12,262,263],{},"When connecting to your MCP server from a client, include the token in the request headers:",[175,265,269],{"className":266,"code":267,"language":268,"meta":156,"style":156},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"node-red-mcp-server\": {\n    \"url\": \"http:\u002F\u002Flocalhost:1880\u002Fmcp\",\n    \"type\": \"http\",\n    \"headers\": {\n      \"Authorization\": \"Bearer ffhttp_xxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n    }\n  }\n}\n","json",[76,270,271,280,299,324,345,359,381,387,393],{"__ignoreMap":156},[272,273,276],"span",{"class":274,"line":275},"line",1,[272,277,279],{"class":278},"sMK4o","{\n",[272,281,283,286,290,293,296],{"class":274,"line":282},2,[272,284,285],{"class":278},"  \"",[272,287,289],{"class":288},"spNyl","node-red-mcp-server",[272,291,292],{"class":278},"\"",[272,294,295],{"class":278},":",[272,297,298],{"class":278}," {\n",[272,300,301,304,308,310,312,315,319,321],{"class":274,"line":164},[272,302,303],{"class":278},"    \"",[272,305,307],{"class":306},"sBMFI","url",[272,309,292],{"class":278},[272,311,295],{"class":278},[272,313,314],{"class":278}," \"",[272,316,318],{"class":317},"sfazB","http:\u002F\u002Flocalhost:1880\u002Fmcp",[272,320,292],{"class":278},[272,322,323],{"class":278},",\n",[272,325,327,329,332,334,336,338,341,343],{"class":274,"line":326},4,[272,328,303],{"class":278},[272,330,331],{"class":306},"type",[272,333,292],{"class":278},[272,335,295],{"class":278},[272,337,314],{"class":278},[272,339,340],{"class":317},"http",[272,342,292],{"class":278},[272,344,323],{"class":278},[272,346,348,350,353,355,357],{"class":274,"line":347},5,[272,349,303],{"class":278},[272,351,352],{"class":306},"headers",[272,354,292],{"class":278},[272,356,295],{"class":278},[272,358,298],{"class":278},[272,360,362,365,369,371,373,375,378],{"class":274,"line":361},6,[272,363,364],{"class":278},"      \"",[272,366,368],{"class":367},"sbssI","Authorization",[272,370,292],{"class":278},[272,372,295],{"class":278},[272,374,314],{"class":278},[272,376,377],{"class":317},"Bearer ffhttp_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",[272,379,380],{"class":278},"\"\n",[272,382,384],{"class":274,"line":383},7,[272,385,386],{"class":278},"    }\n",[272,388,390],{"class":274,"line":389},8,[272,391,392],{"class":278},"  }\n",[272,394,396],{"class":274,"line":395},9,[272,397,398],{"class":278},"}\n",[12,400,401,402,405],{},"Replace ",[76,403,404],{},"ffhttp_xxxxxxxxxxxxxxxxxxxxxxxxxxxx"," with your actual token. This ensures that only authorized clients can access your MCP server resources and tools.",[407,408,411,412,423],"div",{"className":409},[410],"blog-update-notes","\n    ",[12,413,414,417,418,422],{},[60,415,416],{},"UPDATE:"," ",[65,419,421],{"href":420},"\u002Fblog\u002F2025\u002F12\u002Fflowfuse-release-2-25\u002F#interact-with-mcp-resources-in-flowfuse-expert","FlowFuse Expert now allows you to connect directly with your MCP Resources and Tools",", so you don't need to connect external AI agents anymore.",[175,424,427],{"className":425,"code":426,"language":180},[178],"\u003Cp>You'll need to select the MCP server you want to connect to in the FlowFuse Expert Insights tab. Once connected, FlowFuse Expert will automatically query your Resources and execute your Tools based on your team role and your instructions. The annotations you configure in the \u003Ca href=\"#defining-an-mcp-tool\">MCP Tool node\u003C\u002Fa> (read-only, destructive, idempotent, open-world) integrate with FlowFuse's role-based access control to ensure secure, appropriate access for every team member.\u003C\u002Fp>\n\n![FlowFuse Expert](.\u002Fimages\u002Fmcp-in-flowfuse.png){data-zoomable}\n",[76,428,426],{"__ignoreMap":156},[19,430,432],{"id":431},"defining-an-mcp-resource","Defining an MCP Resource",[12,434,435],{},"Now let's start by defining a Resource. In MCP, a Resource represents a data source that you want to expose to an AI agent. In an industrial context, this could be a sensor value, a machine's status, or a list of production lines.",[103,437,438,441,444,447,454,457],{},[57,439,440],{},"Drag the MCP Resource node from the palette onto your workspace.",[57,442,443],{},"Double-click the node to open its configuration panel and select the added mcp server configuration.",[57,445,446],{},"Enter the unique id for the resource, for example : \"all-production-lines\"",[57,448,449,450,453],{},"Provide a unique URI for this specific resource, for example, ",[76,451,452],{},"mcp:\u002F\u002Fmonitor-all-production-lines"," Make sure your every resource must have a unique URI.",[57,455,456],{},"Enter a clear, human-readable title, like \"Monitoring All production lines\". This is the name the AI agent or client that will connect will see, so make it descriptive.",[57,458,459],{},"Give the node a descriptive name for your flow, such as Production Lines Resource, and enter a brief description.",[12,461,462,466],{},[153,463],{"alt":464,"dataZoomable":156,"src":465},"MCP Resource Configuration","\u002Fblog\u002F2025\u002F10\u002Fimages\u002Fmcp-resource-node-config.png",[159,467,468],{},"Setting up an MCP Resource in FlowFuse",[103,470,471],{"start":383},[57,472,473],{},"Click Done and then Deploy your flow.",[12,475,476],{},"At this point, your MCP server is live and resource is discoverable. However, it doesn't contain any data yet.",[12,478,479],{},"To expose data you will need to connect the MCP Resource node to any data-producing node in your flow. This could be an HTTP Request node retrieving data from an API, a FlowFuse Query node for fetching records from a FlowFuse data table, industrial connectors such as OPC UA Read, Modbus Read, PLC Read nodes.",[103,481,482],{"start":389},[57,483,484],{},"Next, drag the MCP Response node and connect its input to the output of the upstream data source node.",[87,486,487],{},[12,488,489],{},"The MCP Response node is crucial because it delivers the results of your flow back to the AI agent. Without it, the AI will not receive the data it requests. Any errors are also fed back to the MCP Response node, enabling the AI to handle them appropriately.",[103,491,492],{"start":395},[57,493,494],{},"Deploy the flow",[12,496,497],{},"Now, when an AI agent or any other client requests this URI, the flow will automatically execute and query your data source for the latest information. This data is then returned to the agent, providing it with the real-time context needed to answer your questions.",[499,500,502],"h4",{"id":501},"example-monitoring-production-lines","Example: Monitoring Production Lines",[12,504,505],{},"For this article, we've built a demonstration data flow. We have a table named production-lines where new data is inserted every five seconds from 10 different lines.",[12,507,508],{},"We then created a data resource and exposed all the line data to it. Now, let's connect a AI Agent to this resource and explore the kinds of questions we can ask to monitor the factory floor effectively.",[12,510,511,524],{},[512,513,519],"video",{"autoPlay":514,"loop":514,"muted":514,"playsInline":514,"ariaLabel":515,"width":516,"height":517,"preload":518},true,"Monitoring Production Lines",3024,1870,"none",[520,521],"source",{"src":522,"type":523},"\u002Fblog\u002F2025\u002F10\u002Fimages\u002Fresource-demo.webm","video\u002Fwebm",[159,525,526],{},"Production line monitoring using MCP Resources",[19,528,530],{"id":529},"defining-an-mcp-tool","Defining an MCP Tool",[12,532,533],{},"While resources are useful for providing access to data, tools enable an AI agent to perform specific, parameterized actions within your system.",[103,535,536,539,542,552,617,620,1007],{},[57,537,538],{},"Drag the MCP Tool node from the Node-RED palette onto your workspace.",[57,540,541],{},"Double-click the node to open the configuration panel and select the MCP Server configuration you previously created.",[57,543,544,545,548,549,130],{},"Enter a tool name that will be visible to clients connecting to the MCP server, such as ",[159,546,547],{},"Maintenance"," or ",[159,550,551],{},"Maintenance Scheduler",[57,553,554,555,610],{},"Next, set annotations. Annotations help AI clients understand your tool's behavior and control which FlowFuse team members can access it based on their role (Viewer, Member, or Owner).",[54,556,557,571,584,597],{},[57,558,559,562,563],{},[60,560,561],{},"Read-Only Hint",": Tool only reads data, doesn't modify anything. Safe for exploratory queries.",[54,564,565],{},[57,566,567,570],{},[60,568,569],{},"Access",": Viewer role and above",[57,572,573,576,577],{},[60,574,575],{},"Destructive Hint",": Tool may delete or irreversibly modify data. Use with caution.",[54,578,579],{},[57,580,581,583],{},[60,582,569],{},": Owner role only",[57,585,586,589,590],{},[60,587,588],{},"Idempotent Hint",": Calling the tool multiple times with same parameters has the same effect as calling it once. Safe to retry.",[54,591,592],{},[57,593,594,596],{},[60,595,569],{},": No effect on roles (only relevant for writing tools, which require Member minimum)",[57,598,599,602,603],{},[60,600,601],{},"Open-World Hint",": Tool interacts with external systems or data sources that may change unpredictably.",[54,604,605],{},[57,606,607,609],{},[60,608,569],{},": Member role and above",[87,611,612],{},[12,613,614,616],{},[60,615,93],{}," These are hints only and do not enforce behavior. The actual behavior of a tool is determined by your Node-RED flow implementation. Annotations are used by FlowFuse for role-based access control (RBAC) and FlowFuse Expert. They are also part of the standard MCP specification and can be consumed by external agents, but their effect ultimately depends on the client's implementation.",[57,618,619],{},"Provide a clear description of the tool's purpose, and assign a descriptive name to the node within your flow.",[57,621,622,623,130,629,638,641,642,998,1000,1004],{},"Define the input schema in JSON format. This schema helps the AI understand what data is required to perform the action and also validates incoming requests. For detailed guidance, refer to the ",[65,624,628],{"href":625,"rel":626},"https:\u002F\u002Fjson-schema.org\u002Flearn\u002Fgetting-started-step-by-step",[627],"nofollow","Getting Started Guide",[87,630,631],{},[12,632,633,634,637],{},"Tip: You can also use the FlowFuse Expert to generate the JSON schema automatically. Just click ",[60,635,636],{},"Ask FlowFuse Expert"," in the input schema field and describe the expected input in plain English.",[639,640],"br",{},"Below is an example schema for a Tool node. It shows how data is defined, its type, and which fields are required along with minimum lengths:",[175,643,645],{"className":266,"code":644,"language":268,"meta":156,"style":156},"{\n  \"type\": \"object\",\n  \"properties\": {\n    \"line\": {\n      \"type\": \"string\",\n      \"description\": \"The production line where maintenance is required\",\n      \"minLength\": 1\n    },\n    \"description\": {\n      \"type\": \"string\",\n      \"description\": \"Description of the maintenance task\",\n      \"minLength\": 1\n    },\n    \"priority\": {\n      \"type\": \"string\",\n      \"description\": \"Priority of the task\",\n      \"enum\": [\n        \"Low\",\n        \"Medium\",\n        \"High\"\n      ]\n    }\n  },\n  \"required\": [\n    \"line\",\n    \"description\",\n    \"priority\"\n  ]\n}\n",[76,646,647,651,670,683,695,714,734,748,753,765,784,804,817,822,836,855,875,890,903,915,925,931,936,942,956,967,978,987,993],{"__ignoreMap":156},[272,648,649],{"class":274,"line":275},[272,650,279],{"class":278},[272,652,653,655,657,659,661,663,666,668],{"class":274,"line":282},[272,654,285],{"class":278},[272,656,331],{"class":288},[272,658,292],{"class":278},[272,660,295],{"class":278},[272,662,314],{"class":278},[272,664,665],{"class":317},"object",[272,667,292],{"class":278},[272,669,323],{"class":278},[272,671,672,674,677,679,681],{"class":274,"line":164},[272,673,285],{"class":278},[272,675,676],{"class":288},"properties",[272,678,292],{"class":278},[272,680,295],{"class":278},[272,682,298],{"class":278},[272,684,685,687,689,691,693],{"class":274,"line":326},[272,686,303],{"class":278},[272,688,274],{"class":306},[272,690,292],{"class":278},[272,692,295],{"class":278},[272,694,298],{"class":278},[272,696,697,699,701,703,705,707,710,712],{"class":274,"line":347},[272,698,364],{"class":278},[272,700,331],{"class":367},[272,702,292],{"class":278},[272,704,295],{"class":278},[272,706,314],{"class":278},[272,708,709],{"class":317},"string",[272,711,292],{"class":278},[272,713,323],{"class":278},[272,715,716,718,721,723,725,727,730,732],{"class":274,"line":361},[272,717,364],{"class":278},[272,719,720],{"class":367},"description",[272,722,292],{"class":278},[272,724,295],{"class":278},[272,726,314],{"class":278},[272,728,729],{"class":317},"The production line where maintenance is required",[272,731,292],{"class":278},[272,733,323],{"class":278},[272,735,736,738,741,743,745],{"class":274,"line":383},[272,737,364],{"class":278},[272,739,740],{"class":367},"minLength",[272,742,292],{"class":278},[272,744,295],{"class":278},[272,746,747],{"class":367}," 1\n",[272,749,750],{"class":274,"line":389},[272,751,752],{"class":278},"    },\n",[272,754,755,757,759,761,763],{"class":274,"line":395},[272,756,303],{"class":278},[272,758,720],{"class":306},[272,760,292],{"class":278},[272,762,295],{"class":278},[272,764,298],{"class":278},[272,766,768,770,772,774,776,778,780,782],{"class":274,"line":767},10,[272,769,364],{"class":278},[272,771,331],{"class":367},[272,773,292],{"class":278},[272,775,295],{"class":278},[272,777,314],{"class":278},[272,779,709],{"class":317},[272,781,292],{"class":278},[272,783,323],{"class":278},[272,785,787,789,791,793,795,797,800,802],{"class":274,"line":786},11,[272,788,364],{"class":278},[272,790,720],{"class":367},[272,792,292],{"class":278},[272,794,295],{"class":278},[272,796,314],{"class":278},[272,798,799],{"class":317},"Description of the maintenance task",[272,801,292],{"class":278},[272,803,323],{"class":278},[272,805,807,809,811,813,815],{"class":274,"line":806},12,[272,808,364],{"class":278},[272,810,740],{"class":367},[272,812,292],{"class":278},[272,814,295],{"class":278},[272,816,747],{"class":367},[272,818,820],{"class":274,"line":819},13,[272,821,752],{"class":278},[272,823,825,827,830,832,834],{"class":274,"line":824},14,[272,826,303],{"class":278},[272,828,829],{"class":306},"priority",[272,831,292],{"class":278},[272,833,295],{"class":278},[272,835,298],{"class":278},[272,837,839,841,843,845,847,849,851,853],{"class":274,"line":838},15,[272,840,364],{"class":278},[272,842,331],{"class":367},[272,844,292],{"class":278},[272,846,295],{"class":278},[272,848,314],{"class":278},[272,850,709],{"class":317},[272,852,292],{"class":278},[272,854,323],{"class":278},[272,856,858,860,862,864,866,868,871,873],{"class":274,"line":857},16,[272,859,364],{"class":278},[272,861,720],{"class":367},[272,863,292],{"class":278},[272,865,295],{"class":278},[272,867,314],{"class":278},[272,869,870],{"class":317},"Priority of the task",[272,872,292],{"class":278},[272,874,323],{"class":278},[272,876,878,880,883,885,887],{"class":274,"line":877},17,[272,879,364],{"class":278},[272,881,882],{"class":367},"enum",[272,884,292],{"class":278},[272,886,295],{"class":278},[272,888,889],{"class":278}," [\n",[272,891,893,896,899,901],{"class":274,"line":892},18,[272,894,895],{"class":278},"        \"",[272,897,898],{"class":317},"Low",[272,900,292],{"class":278},[272,902,323],{"class":278},[272,904,906,908,911,913],{"class":274,"line":905},19,[272,907,895],{"class":278},[272,909,910],{"class":317},"Medium",[272,912,292],{"class":278},[272,914,323],{"class":278},[272,916,918,920,923],{"class":274,"line":917},20,[272,919,895],{"class":278},[272,921,922],{"class":317},"High",[272,924,380],{"class":278},[272,926,928],{"class":274,"line":927},21,[272,929,930],{"class":278},"      ]\n",[272,932,934],{"class":274,"line":933},22,[272,935,386],{"class":278},[272,937,939],{"class":274,"line":938},23,[272,940,941],{"class":278},"  },\n",[272,943,945,947,950,952,954],{"class":274,"line":944},24,[272,946,285],{"class":278},[272,948,949],{"class":288},"required",[272,951,292],{"class":278},[272,953,295],{"class":278},[272,955,889],{"class":278},[272,957,959,961,963,965],{"class":274,"line":958},25,[272,960,303],{"class":278},[272,962,274],{"class":317},[272,964,292],{"class":278},[272,966,323],{"class":278},[272,968,970,972,974,976],{"class":274,"line":969},26,[272,971,303],{"class":278},[272,973,720],{"class":317},[272,975,292],{"class":278},[272,977,323],{"class":278},[272,979,981,983,985],{"class":274,"line":980},27,[272,982,303],{"class":278},[272,984,829],{"class":317},[272,986,380],{"class":278},[272,988,990],{"class":274,"line":989},28,[272,991,992],{"class":278},"  ]\n",[272,994,996],{"class":274,"line":995},29,[272,997,398],{"class":278},[639,999],{},[153,1001],{"alt":1002,"dataZoomable":156,"src":1003},"MCP Tool Node Configuration","\u002Fblog\u002F2025\u002F10\u002Fimages\u002Fmcp-tools.png",[159,1005,1006],{},"Setting up an MCP Tool in FlowFuse",[57,1008,247,1009,1012],{},[159,1010,1011],{},"Done",", then deploy your flow.",[12,1014,1015],{},"At this stage, the tool becomes discoverable by connected AI clients. However, it will not perform any action until it is linked to a flow that executes a task, such as an HTTP Request node performing a POST operation, a Query node inserting data into a database, or an OPC UA Write node controlling a device.",[103,1017,1018,1026],{"start":389},[57,1019,1020,1021],{},"Drag the MCP Response node and connect its input to the output of the final node in your action flow.",[87,1022,1023],{},[12,1024,1025],{},"The MCP Response node is necessary because the AI needs to receive the outcome of the action, whether it was successful or not. Errors are also fed back to the MCP Response node, enabling the AI to handle them appropriately.",[57,1027,1028],{},"Deploy the flow once again.",[12,1030,1031],{},"Your MCP Tool is now active. When an AI agent invokes it, the connected flow executes the defined action and returns the result to the agent.",[499,1033,1035],{"id":1034},"example-scheduling-maintenance-for-production-lines","Example: Scheduling Maintenance for Production Lines",[12,1037,1038],{},"In this example, the flow includes a tool that triggers a POST request to the maintenance system API, which was developed using FlowFuse and the FlowFuse Dashboard. The AI Assistant was then asked to identify which production line was performing the worst and schedule a maintenance task for it.",[12,1040,1041,1048],{},[512,1042,1045],{"autoPlay":514,"loop":514,"muted":514,"playsInline":514,"ariaLabel":1043,"width":516,"height":1044,"preload":518},"Scheduling Maintenance Example",1638,[520,1046],{"src":1047,"type":523},"\u002Fblog\u002F2025\u002F10\u002Fimages\u002Ftools-demo.webm",[159,1049,1050],{},"AI agent scheduling maintenance using an MCP Tool",[12,1052,1053],{},"Below is the flow that includes the Resource we created to monitor production lines and the Tool that sends a POST request.",[12,1055,1056],{},[159,1057,1058],{},"Note: The flow uses the FlowFuse Query node and FlowFuse tables, which are only available on the Enterprise tier. If you do not have Enterprise, you can use other data sources instead, such as HTTP Request, OPC UA, or other database nodes.",[1060,1061,1063],"render-flow",{":height":1062},"300",[175,1064,1066],{"className":266,"code":1065,"language":268,"meta":156,"style":156},"[{\"id\":\"c0952d97df3a1491\",\"type\":\"group\",\"z\":\"3831e63ae3acc9b0\",\"style\":{\"stroke\":\"#b2b3bd\",\"stroke-opacity\":\"1\",\"fill\":\"#f2f3fb\",\"fill-opacity\":\"0.5\",\"label\":true,\"label-position\":\"nw\",\"color\":\"#32333b\"},\"nodes\":[\"2da059f0b9465120\",\"5ee2cab1a6affc67\",\"1ea311e63b6b7b89\",\"628139fa99072e2e\"],\"x\":94,\"y\":179,\"w\":712,\"h\":142},{\"id\":\"2da059f0b9465120\",\"type\":\"mcp-response\",\"z\":\"3831e63ae3acc9b0\",\"g\":\"c0952d97df3a1491\",\"name\":\"\",\"x\":700,\"y\":240,\"wires\":[]},{\"id\":\"5ee2cab1a6affc67\",\"type\":\"mcp-resource\",\"z\":\"3831e63ae3acc9b0\",\"g\":\"c0952d97df3a1491\",\"name\":\"Lines MCP Resource\",\"server\":\"460154892784fd4e\",\"resourceUri\":\"mcp:\u002F\u002Fmonitor-all-production-lines\",\"resourceId\":\"all-production-lines\",\"title\":\"Monitoring All Production lines\",\"description\":\"Represents the real-time data stream for all production Line. Contains sensor readings, operational status, and performance metrics accessible via the MCP server.\",\"mimeType\":\"application\u002Fjson\",\"x\":220,\"y\":220,\"wires\":[[\"1ea311e63b6b7b89\"]]},{\"id\":\"1ea311e63b6b7b89\",\"type\":\"tables-query\",\"z\":\"3831e63ae3acc9b0\",\"g\":\"c0952d97df3a1491\",\"name\":\"Retrieve Lines Data\",\"query\":\"SELECT * FROM public.production_lines;\",\"split\":false,\"rowsPerMsg\":1,\"x\":450,\"y\":220,\"wires\":[[\"2da059f0b9465120\"]]},{\"id\":\"628139fa99072e2e\",\"type\":\"catch\",\"z\":\"3831e63ae3acc9b0\",\"g\":\"c0952d97df3a1491\",\"name\":\"Catch errors in this group\",\"scope\":\"group\",\"uncaught\":false,\"x\":430,\"y\":280,\"wires\":[[\"2da059f0b9465120\"]]},{\"id\":\"460154892784fd4e\",\"type\":\"mcp-server\",\"name\":\"NODE-RED MCP SERVER\",\"protocol\":\"http\",\"path\":\"\u002Fmcp\"},{\"id\":\"a55471a9a3c7af9f\",\"type\":\"group\",\"z\":\"3831e63ae3acc9b0\",\"style\":{\"stroke\":\"#b2b3bd\",\"stroke-opacity\":\"1\",\"fill\":\"#f2f3fb\",\"fill-opacity\":\"0.5\",\"label\":true,\"label-position\":\"nw\",\"color\":\"#32333b\"},\"nodes\":[\"7fd32aa0ef7ca984\",\"a412bb732aa5e5e0\",\"3b3c8c52146e69ef\",\"03a75b77302b1d19\"],\"x\":94,\"y\":339,\"w\":712,\"h\":142},{\"id\":\"7fd32aa0ef7ca984\",\"type\":\"http request\",\"z\":\"3831e63ae3acc9b0\",\"g\":\"a55471a9a3c7af9f\",\"name\":\"Schedule Maintenance\",\"method\":\"POST\",\"ret\":\"txt\",\"paytoqs\":\"ignore\",\"url\":\"\",\"tls\":\"\",\"persist\":false,\"proxy\":\"\",\"insecureHTTPParser\":false,\"authType\":\"\",\"senderr\":false,\"headers\":[],\"x\":440,\"y\":380,\"wires\":[[\"3b3c8c52146e69ef\"]]},{\"id\":\"a412bb732aa5e5e0\",\"type\":\"mcp-tool\",\"z\":\"3831e63ae3acc9b0\",\"g\":\"a55471a9a3c7af9f\",\"name\":\"\",\"server\":\"460154892784fd4e\",\"toolName\":\"maintenance\",\"title\":\"Create Maintenance Task\",\"description\":\"Handles maintenance tasks on the production line\",\"inputSchema\":\"{\\n  \\\"type\\\": \\\"object\\\",\\n  \\\"properties\\\": {\\n    \\\"line\\\": {\\n      \\\"type\\\": \\\"string\\\",\\n      \\\"description\\\": \\\"The production line where maintenance is required\\\",\\n      \\\"minLength\\\": 1\\n    },\\n    \\\"description\\\": {\\n      \\\"type\\\": \\\"string\\\",\\n      \\\"description\\\": \\\"Description of the maintenance task\\\",\\n      \\\"minLength\\\": 1\\n    },\\n    \\\"priority\\\": {\\n      \\\"type\\\": \\\"string\\\",\\n      \\\"description\\\": \\\"Priority of the task\\\",\\n      \\\"enum\\\": [\\n        \\\"Low\\\",\\n        \\\"Medium\\\",\\n        \\\"High\\\"\\n      ]\\n    }\\n  },\\n  \\\"required\\\": [\\n    \\\"line\\\",\\n    \\\"description\\\",\\n    \\\"priority\\\"\\n  ]\\n}\",\"x\":190,\"y\":380,\"wires\":[[\"7fd32aa0ef7ca984\"]]},{\"id\":\"3b3c8c52146e69ef\",\"type\":\"mcp-response\",\"z\":\"3831e63ae3acc9b0\",\"g\":\"a55471a9a3c7af9f\",\"name\":\"\",\"x\":700,\"y\":380,\"wires\":[]},{\"id\":\"03a75b77302b1d19\",\"type\":\"catch\",\"z\":\"3831e63ae3acc9b0\",\"g\":\"a55471a9a3c7af9f\",\"name\":\"Catch errors in this group\",\"scope\":\"group\",\"uncaught\":false,\"x\":430,\"y\":440,\"wires\":[[\"3b3c8c52146e69ef\"]]},{\"id\":\"4e9c50c5940103ab\",\"type\":\"global-config\",\"env\":[],\"modules\":{\"@flowfuse-nodes\u002Fnr-mcp-server-nodes\":\"0.1.1\",\"@flowfuse\u002Fnr-tables-nodes\":\"0.1.0\"}}]\n",[76,1067,1068],{"__ignoreMap":156},[272,1069,1070,1073,1075,1078,1080,1082,1084,1087,1089,1092,1094,1096,1098,1100,1102,1105,1107,1109,1111,1114,1116,1118,1120,1123,1125,1127,1129,1132,1134,1137,1139,1142,1144,1146,1148,1151,1153,1155,1157,1160,1162,1164,1166,1169,1171,1173,1175,1178,1180,1182,1184,1187,1189,1191,1193,1196,1198,1200,1202,1205,1207,1209,1211,1214,1216,1219,1221,1224,1226,1228,1230,1233,1235,1237,1239,1242,1244,1246,1248,1251,1253,1256,1258,1261,1263,1266,1268,1271,1273,1275,1277,1280,1282,1284,1286,1289,1291,1293,1295,1298,1300,1303,1305,1308,1310,1312,1315,1317,1319,1322,1324,1326,1329,1331,1333,1336,1338,1340,1343,1345,1347,1350,1352,1354,1357,1360,1362,1364,1366,1368,1370,1372,1374,1376,1378,1380,1382,1384,1386,1389,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409,1411,1414,1416,1418,1420,1422,1424,1426,1428,1431,1433,1435,1438,1440,1442,1444,1446,1448,1451,1453,1455,1457,1459,1461,1464,1466,1468,1471,1473,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500,1502,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551,1554,1556,1558,1560,1563,1565,1567,1569,1572,1574,1576,1578,1581,1583,1585,1587,1589,1591,1593,1595,1598,1600,1602,1604,1607,1609,1611,1613,1616,1618,1620,1622,1625,1627,1629,1631,1633,1635,1637,1639,1642,1644,1646,1648,1651,1653,1655,1657,1660,1662,1664,1666,1668,1670,1672,1675,1677,1679,1681,1683,1685,1687,1689,1691,1693,1695,1698,1700,1702,1704,1707,1709,1711,1713,1715,1717,1719,1721,1723,1725,1727,1729,1731,1733,1736,1738,1740,1742,1744,1746,1748,1750,1752,1754,1756,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1785,1787,1789,1791,1794,1796,1798,1800,1803,1805,1807,1809,1812,1814,1817,1819,1822,1824,1826,1828,1830,1832,1834,1836,1838,1841,1843,1845,1847,1849,1851,1853,1855,1857,1859,1861,1863,1865,1867,1869,1871,1873,1875,1877,1879,1881,1883,1885,1887,1889,1891,1893,1895,1897,1900,1902,1904,1906,1908,1910,1912,1914,1916,1918,1920,1922,1924,1926,1928,1930,1932,1934,1936,1938,1940,1942,1944,1946,1949,1951,1953,1955,1958,1960,1962,1964,1966,1968,1970,1972,1975,1977,1979,1981,1983,1985,1987,1990,1992,1994,1996,1998,2000,2003,2005,2007,2009,2011,2013,2015,2017,2019,2021,2023,2025,2027,2029,2031,2033,2035,2037,2039,2041,2043,2045,2047,2050,2052,2054,2056,2058,2060,2062,2064,2067,2069,2071,2073,2076,2078,2080,2082,2084,2086,2088,2090,2093,2095,2097,2099,2101,2103,2105,2107,2109,2111,2113,2115,2118,2120,2122,2124,2126,2128,2130,2132,2134,2136,2138,2140,2142,2144,2146,2148,2150,2152,2154,2156,2158,2160,2162,2164,2166,2168,2170,2172,2174,2176,2178,2180,2182,2184,2186,2188,2190,2192,2194,2196,2198,2200,2202,2204,2206,2208,2210,2212,2214,2216,2218,2220,2222,2224,2226,2228,2230,2232,2234,2236,2238,2240,2242,2244,2246,2248,2250,2252,2254,2256,2258,2260,2262,2264,2266,2268,2270,2272,2274,2276,2279,2281,2283,2285,2288,2290,2292,2294,2297,2299,2301,2303,2306,2308,2310,2312,2314,2316,2318,2320,2322,2324,2326,2328,2330,2333,2335,2337,2339,2341,2343,2345,2347,2349,2351,2353,2355,2357,2359,2361,2363,2365,2367,2369,2371,2373,2375,2377,2379,2381,2383,2385,2388,2390,2392,2394,2396,2398,2400,2402,2404,2406,2408,2410,2412,2414,2416,2418,2420,2422,2424,2426,2428,2430,2432,2434,2437,2439,2441,2443,2446,2448,2450,2452,2455,2457,2459,2461,2464,2466,2468,2470,2473,2475,2477,2479,2482,2484,2486,2488,2491,2493,2495,2497,2499,2501,2503,2505,2507,2509,2512,2514,2516,2518,2520,2522,2525,2527,2529,2531,2534,2536,2538,2540,2542,2544,2547,2549,2551,2553,2556,2558,2560,2562,2564,2566,2569,2571,2573,2575,2577,2579,2582,2584,2586,2588,2590,2593,2595,2597,2599,2601,2603,2606,2608,2610,2612,2614,2616,2618,2620,2622,2624,2626,2628,2630,2632,2634,2636,2638,2640,2642,2644,2646,2648,2650,2653,2655,2657,2659,2661,2663,2665,2667,2669,2671,2673,2675,2677,2679,2681,2683,2685,2687,2689,2691,2693,2695,2697,2699,2701,2703,2705,2707,2709,2711,2713,2715,2717,2719,2722,2724,2726,2728,2731,2733,2735,2737,2739,2741,2743,2745,2748,2750,2752,2754,2756,2758,2760,2762,2765,2767,2769,2771,2774,2776,2778,2780,2783,2787,2790,2792,2795,2798,2800,2802,2804,2806,2808,2810,2812,2814,2817,2819,2822,2824,2826,2828,2830,2833,2835,2837,2839,2841,2843,2845,2847,2849,2851,2853,2855,2857,2859,2861,2863,2865,2867,2869,2871,2873,2876,2878,2881,2883,2885,2887,2889,2891,2893,2895,2897,2899,2901,2903,2905,2907,2909,2911,2913,2915,2917,2919,2921,2923,2925,2927,2929,2931,2933,2935,2937,2939,2941,2943,2945,2947,2949,2951,2953,2955,2957,2959,2961,2963,2965,2967,2969,2971,2973,2975,2977,2979,2981,2983,2985,2987,2989,2991,2993,2995,2998,3000,3003,3005,3007,3009,3011,3013,3015,3017,3019,3021,3023,3025,3028,3031,3033,3036,3038,3041,3043,3045,3047,3049,3051,3053,3055,3057,3059,3061,3063,3065,3067,3069,3071,3073,3075,3077,3079,3082,3084,3087,3089,3091,3093,3095,3097,3099,3102,3104,3106,3108,3110,3112,3114,3116,3118,3120,3122,3124,3126,3128,3130,3132,3134,3136,3138,3140,3142,3144,3146,3148,3150,3152,3154,3156,3158,3160,3162,3164,3166,3168,3170,3172,3174,3176,3178,3180,3182,3184,3186,3188,3190,3192,3194,3196,3198,3200,3202,3204,3206,3208,3210,3212,3214,3216,3218,3220,3222,3224,3226,3228,3230,3232,3234,3236,3238,3240,3242,3244,3246,3248,3250,3252,3254,3256,3258,3260,3262,3264,3266,3268,3270,3272,3274,3276,3278,3280,3282,3284,3286,3288,3290,3292,3294,3296,3298,3300,3302,3304,3306,3308,3310,3312,3314,3316,3318,3320,3322,3324,3326,3328,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,3350,3352,3354,3356,3358,3360,3362,3364,3366,3368,3370,3372,3374,3376,3378,3380,3382,3384,3386,3388,3390,3392,3394,3397,3399,3401,3403,3405,3407,3409,3411,3414,3416,3418,3420,3423,3425,3427,3429,3432,3434,3436,3438,3440,3442,3444,3446,3449,3451,3453,3455,3458,3460,3462,3464,3467,3469],{"class":274,"line":275},[272,1071,1072],{"class":278},"[{",[272,1074,292],{"class":278},[272,1076,1077],{"class":288},"id",[272,1079,292],{"class":278},[272,1081,295],{"class":278},[272,1083,292],{"class":278},[272,1085,1086],{"class":317},"c0952d97df3a1491",[272,1088,292],{"class":278},[272,1090,1091],{"class":278},",",[272,1093,292],{"class":278},[272,1095,331],{"class":288},[272,1097,292],{"class":278},[272,1099,295],{"class":278},[272,1101,292],{"class":278},[272,1103,1104],{"class":317},"group",[272,1106,292],{"class":278},[272,1108,1091],{"class":278},[272,1110,292],{"class":278},[272,1112,1113],{"class":288},"z",[272,1115,292],{"class":278},[272,1117,295],{"class":278},[272,1119,292],{"class":278},[272,1121,1122],{"class":317},"3831e63ae3acc9b0",[272,1124,292],{"class":278},[272,1126,1091],{"class":278},[272,1128,292],{"class":278},[272,1130,1131],{"class":288},"style",[272,1133,292],{"class":278},[272,1135,1136],{"class":278},":{",[272,1138,292],{"class":278},[272,1140,1141],{"class":306},"stroke",[272,1143,292],{"class":278},[272,1145,295],{"class":278},[272,1147,292],{"class":278},[272,1149,1150],{"class":317},"#b2b3bd",[272,1152,292],{"class":278},[272,1154,1091],{"class":278},[272,1156,292],{"class":278},[272,1158,1159],{"class":306},"stroke-opacity",[272,1161,292],{"class":278},[272,1163,295],{"class":278},[272,1165,292],{"class":278},[272,1167,1168],{"class":317},"1",[272,1170,292],{"class":278},[272,1172,1091],{"class":278},[272,1174,292],{"class":278},[272,1176,1177],{"class":306},"fill",[272,1179,292],{"class":278},[272,1181,295],{"class":278},[272,1183,292],{"class":278},[272,1185,1186],{"class":317},"#f2f3fb",[272,1188,292],{"class":278},[272,1190,1091],{"class":278},[272,1192,292],{"class":278},[272,1194,1195],{"class":306},"fill-opacity",[272,1197,292],{"class":278},[272,1199,295],{"class":278},[272,1201,292],{"class":278},[272,1203,1204],{"class":317},"0.5",[272,1206,292],{"class":278},[272,1208,1091],{"class":278},[272,1210,292],{"class":278},[272,1212,1213],{"class":306},"label",[272,1215,292],{"class":278},[272,1217,1218],{"class":278},":true,",[272,1220,292],{"class":278},[272,1222,1223],{"class":306},"label-position",[272,1225,292],{"class":278},[272,1227,295],{"class":278},[272,1229,292],{"class":278},[272,1231,1232],{"class":317},"nw",[272,1234,292],{"class":278},[272,1236,1091],{"class":278},[272,1238,292],{"class":278},[272,1240,1241],{"class":306},"color",[272,1243,292],{"class":278},[272,1245,295],{"class":278},[272,1247,292],{"class":278},[272,1249,1250],{"class":317},"#32333b",[272,1252,292],{"class":278},[272,1254,1255],{"class":278},"},",[272,1257,292],{"class":278},[272,1259,1260],{"class":288},"nodes",[272,1262,292],{"class":278},[272,1264,1265],{"class":278},":[",[272,1267,292],{"class":278},[272,1269,1270],{"class":317},"2da059f0b9465120",[272,1272,292],{"class":278},[272,1274,1091],{"class":278},[272,1276,292],{"class":278},[272,1278,1279],{"class":317},"5ee2cab1a6affc67",[272,1281,292],{"class":278},[272,1283,1091],{"class":278},[272,1285,292],{"class":278},[272,1287,1288],{"class":317},"1ea311e63b6b7b89",[272,1290,292],{"class":278},[272,1292,1091],{"class":278},[272,1294,292],{"class":278},[272,1296,1297],{"class":317},"628139fa99072e2e",[272,1299,292],{"class":278},[272,1301,1302],{"class":278},"],",[272,1304,292],{"class":278},[272,1306,1307],{"class":288},"x",[272,1309,292],{"class":278},[272,1311,295],{"class":278},[272,1313,1314],{"class":367},"94",[272,1316,1091],{"class":278},[272,1318,292],{"class":278},[272,1320,1321],{"class":288},"y",[272,1323,292],{"class":278},[272,1325,295],{"class":278},[272,1327,1328],{"class":367},"179",[272,1330,1091],{"class":278},[272,1332,292],{"class":278},[272,1334,1335],{"class":288},"w",[272,1337,292],{"class":278},[272,1339,295],{"class":278},[272,1341,1342],{"class":367},"712",[272,1344,1091],{"class":278},[272,1346,292],{"class":278},[272,1348,1349],{"class":288},"h",[272,1351,292],{"class":278},[272,1353,295],{"class":278},[272,1355,1356],{"class":367},"142",[272,1358,1359],{"class":278},"},{",[272,1361,292],{"class":278},[272,1363,1077],{"class":288},[272,1365,292],{"class":278},[272,1367,295],{"class":278},[272,1369,292],{"class":278},[272,1371,1270],{"class":317},[272,1373,292],{"class":278},[272,1375,1091],{"class":278},[272,1377,292],{"class":278},[272,1379,331],{"class":288},[272,1381,292],{"class":278},[272,1383,295],{"class":278},[272,1385,292],{"class":278},[272,1387,1388],{"class":317},"mcp-response",[272,1390,292],{"class":278},[272,1392,1091],{"class":278},[272,1394,292],{"class":278},[272,1396,1113],{"class":288},[272,1398,292],{"class":278},[272,1400,295],{"class":278},[272,1402,292],{"class":278},[272,1404,1122],{"class":317},[272,1406,292],{"class":278},[272,1408,1091],{"class":278},[272,1410,292],{"class":278},[272,1412,1413],{"class":288},"g",[272,1415,292],{"class":278},[272,1417,295],{"class":278},[272,1419,292],{"class":278},[272,1421,1086],{"class":317},[272,1423,292],{"class":278},[272,1425,1091],{"class":278},[272,1427,292],{"class":278},[272,1429,1430],{"class":288},"name",[272,1432,292],{"class":278},[272,1434,295],{"class":278},[272,1436,1437],{"class":278},"\"\"",[272,1439,1091],{"class":278},[272,1441,292],{"class":278},[272,1443,1307],{"class":288},[272,1445,292],{"class":278},[272,1447,295],{"class":278},[272,1449,1450],{"class":367},"700",[272,1452,1091],{"class":278},[272,1454,292],{"class":278},[272,1456,1321],{"class":288},[272,1458,292],{"class":278},[272,1460,295],{"class":278},[272,1462,1463],{"class":367},"240",[272,1465,1091],{"class":278},[272,1467,292],{"class":278},[272,1469,1470],{"class":288},"wires",[272,1472,292],{"class":278},[272,1474,1475],{"class":278},":[]},{",[272,1477,292],{"class":278},[272,1479,1077],{"class":288},[272,1481,292],{"class":278},[272,1483,295],{"class":278},[272,1485,292],{"class":278},[272,1487,1279],{"class":317},[272,1489,292],{"class":278},[272,1491,1091],{"class":278},[272,1493,292],{"class":278},[272,1495,331],{"class":288},[272,1497,292],{"class":278},[272,1499,295],{"class":278},[272,1501,292],{"class":278},[272,1503,1504],{"class":317},"mcp-resource",[272,1506,292],{"class":278},[272,1508,1091],{"class":278},[272,1510,292],{"class":278},[272,1512,1113],{"class":288},[272,1514,292],{"class":278},[272,1516,295],{"class":278},[272,1518,292],{"class":278},[272,1520,1122],{"class":317},[272,1522,292],{"class":278},[272,1524,1091],{"class":278},[272,1526,292],{"class":278},[272,1528,1413],{"class":288},[272,1530,292],{"class":278},[272,1532,295],{"class":278},[272,1534,292],{"class":278},[272,1536,1086],{"class":317},[272,1538,292],{"class":278},[272,1540,1091],{"class":278},[272,1542,292],{"class":278},[272,1544,1430],{"class":288},[272,1546,292],{"class":278},[272,1548,295],{"class":278},[272,1550,292],{"class":278},[272,1552,1553],{"class":317},"Lines MCP Resource",[272,1555,292],{"class":278},[272,1557,1091],{"class":278},[272,1559,292],{"class":278},[272,1561,1562],{"class":288},"server",[272,1564,292],{"class":278},[272,1566,295],{"class":278},[272,1568,292],{"class":278},[272,1570,1571],{"class":317},"460154892784fd4e",[272,1573,292],{"class":278},[272,1575,1091],{"class":278},[272,1577,292],{"class":278},[272,1579,1580],{"class":288},"resourceUri",[272,1582,292],{"class":278},[272,1584,295],{"class":278},[272,1586,292],{"class":278},[272,1588,452],{"class":317},[272,1590,292],{"class":278},[272,1592,1091],{"class":278},[272,1594,292],{"class":278},[272,1596,1597],{"class":288},"resourceId",[272,1599,292],{"class":278},[272,1601,295],{"class":278},[272,1603,292],{"class":278},[272,1605,1606],{"class":317},"all-production-lines",[272,1608,292],{"class":278},[272,1610,1091],{"class":278},[272,1612,292],{"class":278},[272,1614,1615],{"class":288},"title",[272,1617,292],{"class":278},[272,1619,295],{"class":278},[272,1621,292],{"class":278},[272,1623,1624],{"class":317},"Monitoring All Production lines",[272,1626,292],{"class":278},[272,1628,1091],{"class":278},[272,1630,292],{"class":278},[272,1632,720],{"class":288},[272,1634,292],{"class":278},[272,1636,295],{"class":278},[272,1638,292],{"class":278},[272,1640,1641],{"class":317},"Represents the real-time data stream for all production Line. Contains sensor readings, operational status, and performance metrics accessible via the MCP server.",[272,1643,292],{"class":278},[272,1645,1091],{"class":278},[272,1647,292],{"class":278},[272,1649,1650],{"class":288},"mimeType",[272,1652,292],{"class":278},[272,1654,295],{"class":278},[272,1656,292],{"class":278},[272,1658,1659],{"class":317},"application\u002Fjson",[272,1661,292],{"class":278},[272,1663,1091],{"class":278},[272,1665,292],{"class":278},[272,1667,1307],{"class":288},[272,1669,292],{"class":278},[272,1671,295],{"class":278},[272,1673,1674],{"class":367},"220",[272,1676,1091],{"class":278},[272,1678,292],{"class":278},[272,1680,1321],{"class":288},[272,1682,292],{"class":278},[272,1684,295],{"class":278},[272,1686,1674],{"class":367},[272,1688,1091],{"class":278},[272,1690,292],{"class":278},[272,1692,1470],{"class":288},[272,1694,292],{"class":278},[272,1696,1697],{"class":278},":[[",[272,1699,292],{"class":278},[272,1701,1288],{"class":317},[272,1703,292],{"class":278},[272,1705,1706],{"class":278},"]]},{",[272,1708,292],{"class":278},[272,1710,1077],{"class":288},[272,1712,292],{"class":278},[272,1714,295],{"class":278},[272,1716,292],{"class":278},[272,1718,1288],{"class":317},[272,1720,292],{"class":278},[272,1722,1091],{"class":278},[272,1724,292],{"class":278},[272,1726,331],{"class":288},[272,1728,292],{"class":278},[272,1730,295],{"class":278},[272,1732,292],{"class":278},[272,1734,1735],{"class":317},"tables-query",[272,1737,292],{"class":278},[272,1739,1091],{"class":278},[272,1741,292],{"class":278},[272,1743,1113],{"class":288},[272,1745,292],{"class":278},[272,1747,295],{"class":278},[272,1749,292],{"class":278},[272,1751,1122],{"class":317},[272,1753,292],{"class":278},[272,1755,1091],{"class":278},[272,1757,292],{"class":278},[272,1759,1413],{"class":288},[272,1761,292],{"class":278},[272,1763,295],{"class":278},[272,1765,292],{"class":278},[272,1767,1086],{"class":317},[272,1769,292],{"class":278},[272,1771,1091],{"class":278},[272,1773,292],{"class":278},[272,1775,1430],{"class":288},[272,1777,292],{"class":278},[272,1779,295],{"class":278},[272,1781,292],{"class":278},[272,1783,1784],{"class":317},"Retrieve Lines Data",[272,1786,292],{"class":278},[272,1788,1091],{"class":278},[272,1790,292],{"class":278},[272,1792,1793],{"class":288},"query",[272,1795,292],{"class":278},[272,1797,295],{"class":278},[272,1799,292],{"class":278},[272,1801,1802],{"class":317},"SELECT * FROM public.production_lines;",[272,1804,292],{"class":278},[272,1806,1091],{"class":278},[272,1808,292],{"class":278},[272,1810,1811],{"class":288},"split",[272,1813,292],{"class":278},[272,1815,1816],{"class":278},":false,",[272,1818,292],{"class":278},[272,1820,1821],{"class":288},"rowsPerMsg",[272,1823,292],{"class":278},[272,1825,295],{"class":278},[272,1827,1168],{"class":367},[272,1829,1091],{"class":278},[272,1831,292],{"class":278},[272,1833,1307],{"class":288},[272,1835,292],{"class":278},[272,1837,295],{"class":278},[272,1839,1840],{"class":367},"450",[272,1842,1091],{"class":278},[272,1844,292],{"class":278},[272,1846,1321],{"class":288},[272,1848,292],{"class":278},[272,1850,295],{"class":278},[272,1852,1674],{"class":367},[272,1854,1091],{"class":278},[272,1856,292],{"class":278},[272,1858,1470],{"class":288},[272,1860,292],{"class":278},[272,1862,1697],{"class":278},[272,1864,292],{"class":278},[272,1866,1270],{"class":317},[272,1868,292],{"class":278},[272,1870,1706],{"class":278},[272,1872,292],{"class":278},[272,1874,1077],{"class":288},[272,1876,292],{"class":278},[272,1878,295],{"class":278},[272,1880,292],{"class":278},[272,1882,1297],{"class":317},[272,1884,292],{"class":278},[272,1886,1091],{"class":278},[272,1888,292],{"class":278},[272,1890,331],{"class":288},[272,1892,292],{"class":278},[272,1894,295],{"class":278},[272,1896,292],{"class":278},[272,1898,1899],{"class":317},"catch",[272,1901,292],{"class":278},[272,1903,1091],{"class":278},[272,1905,292],{"class":278},[272,1907,1113],{"class":288},[272,1909,292],{"class":278},[272,1911,295],{"class":278},[272,1913,292],{"class":278},[272,1915,1122],{"class":317},[272,1917,292],{"class":278},[272,1919,1091],{"class":278},[272,1921,292],{"class":278},[272,1923,1413],{"class":288},[272,1925,292],{"class":278},[272,1927,295],{"class":278},[272,1929,292],{"class":278},[272,1931,1086],{"class":317},[272,1933,292],{"class":278},[272,1935,1091],{"class":278},[272,1937,292],{"class":278},[272,1939,1430],{"class":288},[272,1941,292],{"class":278},[272,1943,295],{"class":278},[272,1945,292],{"class":278},[272,1947,1948],{"class":317},"Catch errors in this group",[272,1950,292],{"class":278},[272,1952,1091],{"class":278},[272,1954,292],{"class":278},[272,1956,1957],{"class":288},"scope",[272,1959,292],{"class":278},[272,1961,295],{"class":278},[272,1963,292],{"class":278},[272,1965,1104],{"class":317},[272,1967,292],{"class":278},[272,1969,1091],{"class":278},[272,1971,292],{"class":278},[272,1973,1974],{"class":288},"uncaught",[272,1976,292],{"class":278},[272,1978,1816],{"class":278},[272,1980,292],{"class":278},[272,1982,1307],{"class":288},[272,1984,292],{"class":278},[272,1986,295],{"class":278},[272,1988,1989],{"class":367},"430",[272,1991,1091],{"class":278},[272,1993,292],{"class":278},[272,1995,1321],{"class":288},[272,1997,292],{"class":278},[272,1999,295],{"class":278},[272,2001,2002],{"class":367},"280",[272,2004,1091],{"class":278},[272,2006,292],{"class":278},[272,2008,1470],{"class":288},[272,2010,292],{"class":278},[272,2012,1697],{"class":278},[272,2014,292],{"class":278},[272,2016,1270],{"class":317},[272,2018,292],{"class":278},[272,2020,1706],{"class":278},[272,2022,292],{"class":278},[272,2024,1077],{"class":288},[272,2026,292],{"class":278},[272,2028,295],{"class":278},[272,2030,292],{"class":278},[272,2032,1571],{"class":317},[272,2034,292],{"class":278},[272,2036,1091],{"class":278},[272,2038,292],{"class":278},[272,2040,331],{"class":288},[272,2042,292],{"class":278},[272,2044,295],{"class":278},[272,2046,292],{"class":278},[272,2048,2049],{"class":317},"mcp-server",[272,2051,292],{"class":278},[272,2053,1091],{"class":278},[272,2055,292],{"class":278},[272,2057,1430],{"class":288},[272,2059,292],{"class":278},[272,2061,295],{"class":278},[272,2063,292],{"class":278},[272,2065,2066],{"class":317},"NODE-RED MCP SERVER",[272,2068,292],{"class":278},[272,2070,1091],{"class":278},[272,2072,292],{"class":278},[272,2074,2075],{"class":288},"protocol",[272,2077,292],{"class":278},[272,2079,295],{"class":278},[272,2081,292],{"class":278},[272,2083,340],{"class":317},[272,2085,292],{"class":278},[272,2087,1091],{"class":278},[272,2089,292],{"class":278},[272,2091,2092],{"class":288},"path",[272,2094,292],{"class":278},[272,2096,295],{"class":278},[272,2098,292],{"class":278},[272,2100,149],{"class":317},[272,2102,292],{"class":278},[272,2104,1359],{"class":278},[272,2106,292],{"class":278},[272,2108,1077],{"class":288},[272,2110,292],{"class":278},[272,2112,295],{"class":278},[272,2114,292],{"class":278},[272,2116,2117],{"class":317},"a55471a9a3c7af9f",[272,2119,292],{"class":278},[272,2121,1091],{"class":278},[272,2123,292],{"class":278},[272,2125,331],{"class":288},[272,2127,292],{"class":278},[272,2129,295],{"class":278},[272,2131,292],{"class":278},[272,2133,1104],{"class":317},[272,2135,292],{"class":278},[272,2137,1091],{"class":278},[272,2139,292],{"class":278},[272,2141,1113],{"class":288},[272,2143,292],{"class":278},[272,2145,295],{"class":278},[272,2147,292],{"class":278},[272,2149,1122],{"class":317},[272,2151,292],{"class":278},[272,2153,1091],{"class":278},[272,2155,292],{"class":278},[272,2157,1131],{"class":288},[272,2159,292],{"class":278},[272,2161,1136],{"class":278},[272,2163,292],{"class":278},[272,2165,1141],{"class":306},[272,2167,292],{"class":278},[272,2169,295],{"class":278},[272,2171,292],{"class":278},[272,2173,1150],{"class":317},[272,2175,292],{"class":278},[272,2177,1091],{"class":278},[272,2179,292],{"class":278},[272,2181,1159],{"class":306},[272,2183,292],{"class":278},[272,2185,295],{"class":278},[272,2187,292],{"class":278},[272,2189,1168],{"class":317},[272,2191,292],{"class":278},[272,2193,1091],{"class":278},[272,2195,292],{"class":278},[272,2197,1177],{"class":306},[272,2199,292],{"class":278},[272,2201,295],{"class":278},[272,2203,292],{"class":278},[272,2205,1186],{"class":317},[272,2207,292],{"class":278},[272,2209,1091],{"class":278},[272,2211,292],{"class":278},[272,2213,1195],{"class":306},[272,2215,292],{"class":278},[272,2217,295],{"class":278},[272,2219,292],{"class":278},[272,2221,1204],{"class":317},[272,2223,292],{"class":278},[272,2225,1091],{"class":278},[272,2227,292],{"class":278},[272,2229,1213],{"class":306},[272,2231,292],{"class":278},[272,2233,1218],{"class":278},[272,2235,292],{"class":278},[272,2237,1223],{"class":306},[272,2239,292],{"class":278},[272,2241,295],{"class":278},[272,2243,292],{"class":278},[272,2245,1232],{"class":317},[272,2247,292],{"class":278},[272,2249,1091],{"class":278},[272,2251,292],{"class":278},[272,2253,1241],{"class":306},[272,2255,292],{"class":278},[272,2257,295],{"class":278},[272,2259,292],{"class":278},[272,2261,1250],{"class":317},[272,2263,292],{"class":278},[272,2265,1255],{"class":278},[272,2267,292],{"class":278},[272,2269,1260],{"class":288},[272,2271,292],{"class":278},[272,2273,1265],{"class":278},[272,2275,292],{"class":278},[272,2277,2278],{"class":317},"7fd32aa0ef7ca984",[272,2280,292],{"class":278},[272,2282,1091],{"class":278},[272,2284,292],{"class":278},[272,2286,2287],{"class":317},"a412bb732aa5e5e0",[272,2289,292],{"class":278},[272,2291,1091],{"class":278},[272,2293,292],{"class":278},[272,2295,2296],{"class":317},"3b3c8c52146e69ef",[272,2298,292],{"class":278},[272,2300,1091],{"class":278},[272,2302,292],{"class":278},[272,2304,2305],{"class":317},"03a75b77302b1d19",[272,2307,292],{"class":278},[272,2309,1302],{"class":278},[272,2311,292],{"class":278},[272,2313,1307],{"class":288},[272,2315,292],{"class":278},[272,2317,295],{"class":278},[272,2319,1314],{"class":367},[272,2321,1091],{"class":278},[272,2323,292],{"class":278},[272,2325,1321],{"class":288},[272,2327,292],{"class":278},[272,2329,295],{"class":278},[272,2331,2332],{"class":367},"339",[272,2334,1091],{"class":278},[272,2336,292],{"class":278},[272,2338,1335],{"class":288},[272,2340,292],{"class":278},[272,2342,295],{"class":278},[272,2344,1342],{"class":367},[272,2346,1091],{"class":278},[272,2348,292],{"class":278},[272,2350,1349],{"class":288},[272,2352,292],{"class":278},[272,2354,295],{"class":278},[272,2356,1356],{"class":367},[272,2358,1359],{"class":278},[272,2360,292],{"class":278},[272,2362,1077],{"class":288},[272,2364,292],{"class":278},[272,2366,295],{"class":278},[272,2368,292],{"class":278},[272,2370,2278],{"class":317},[272,2372,292],{"class":278},[272,2374,1091],{"class":278},[272,2376,292],{"class":278},[272,2378,331],{"class":288},[272,2380,292],{"class":278},[272,2382,295],{"class":278},[272,2384,292],{"class":278},[272,2386,2387],{"class":317},"http request",[272,2389,292],{"class":278},[272,2391,1091],{"class":278},[272,2393,292],{"class":278},[272,2395,1113],{"class":288},[272,2397,292],{"class":278},[272,2399,295],{"class":278},[272,2401,292],{"class":278},[272,2403,1122],{"class":317},[272,2405,292],{"class":278},[272,2407,1091],{"class":278},[272,2409,292],{"class":278},[272,2411,1413],{"class":288},[272,2413,292],{"class":278},[272,2415,295],{"class":278},[272,2417,292],{"class":278},[272,2419,2117],{"class":317},[272,2421,292],{"class":278},[272,2423,1091],{"class":278},[272,2425,292],{"class":278},[272,2427,1430],{"class":288},[272,2429,292],{"class":278},[272,2431,295],{"class":278},[272,2433,292],{"class":278},[272,2435,2436],{"class":317},"Schedule Maintenance",[272,2438,292],{"class":278},[272,2440,1091],{"class":278},[272,2442,292],{"class":278},[272,2444,2445],{"class":288},"method",[272,2447,292],{"class":278},[272,2449,295],{"class":278},[272,2451,292],{"class":278},[272,2453,2454],{"class":317},"POST",[272,2456,292],{"class":278},[272,2458,1091],{"class":278},[272,2460,292],{"class":278},[272,2462,2463],{"class":288},"ret",[272,2465,292],{"class":278},[272,2467,295],{"class":278},[272,2469,292],{"class":278},[272,2471,2472],{"class":317},"txt",[272,2474,292],{"class":278},[272,2476,1091],{"class":278},[272,2478,292],{"class":278},[272,2480,2481],{"class":288},"paytoqs",[272,2483,292],{"class":278},[272,2485,295],{"class":278},[272,2487,292],{"class":278},[272,2489,2490],{"class":317},"ignore",[272,2492,292],{"class":278},[272,2494,1091],{"class":278},[272,2496,292],{"class":278},[272,2498,307],{"class":288},[272,2500,292],{"class":278},[272,2502,295],{"class":278},[272,2504,1437],{"class":278},[272,2506,1091],{"class":278},[272,2508,292],{"class":278},[272,2510,2511],{"class":288},"tls",[272,2513,292],{"class":278},[272,2515,295],{"class":278},[272,2517,1437],{"class":278},[272,2519,1091],{"class":278},[272,2521,292],{"class":278},[272,2523,2524],{"class":288},"persist",[272,2526,292],{"class":278},[272,2528,1816],{"class":278},[272,2530,292],{"class":278},[272,2532,2533],{"class":288},"proxy",[272,2535,292],{"class":278},[272,2537,295],{"class":278},[272,2539,1437],{"class":278},[272,2541,1091],{"class":278},[272,2543,292],{"class":278},[272,2545,2546],{"class":288},"insecureHTTPParser",[272,2548,292],{"class":278},[272,2550,1816],{"class":278},[272,2552,292],{"class":278},[272,2554,2555],{"class":288},"authType",[272,2557,292],{"class":278},[272,2559,295],{"class":278},[272,2561,1437],{"class":278},[272,2563,1091],{"class":278},[272,2565,292],{"class":278},[272,2567,2568],{"class":288},"senderr",[272,2570,292],{"class":278},[272,2572,1816],{"class":278},[272,2574,292],{"class":278},[272,2576,352],{"class":288},[272,2578,292],{"class":278},[272,2580,2581],{"class":278},":[],",[272,2583,292],{"class":278},[272,2585,1307],{"class":288},[272,2587,292],{"class":278},[272,2589,295],{"class":278},[272,2591,2592],{"class":367},"440",[272,2594,1091],{"class":278},[272,2596,292],{"class":278},[272,2598,1321],{"class":288},[272,2600,292],{"class":278},[272,2602,295],{"class":278},[272,2604,2605],{"class":367},"380",[272,2607,1091],{"class":278},[272,2609,292],{"class":278},[272,2611,1470],{"class":288},[272,2613,292],{"class":278},[272,2615,1697],{"class":278},[272,2617,292],{"class":278},[272,2619,2296],{"class":317},[272,2621,292],{"class":278},[272,2623,1706],{"class":278},[272,2625,292],{"class":278},[272,2627,1077],{"class":288},[272,2629,292],{"class":278},[272,2631,295],{"class":278},[272,2633,292],{"class":278},[272,2635,2287],{"class":317},[272,2637,292],{"class":278},[272,2639,1091],{"class":278},[272,2641,292],{"class":278},[272,2643,331],{"class":288},[272,2645,292],{"class":278},[272,2647,295],{"class":278},[272,2649,292],{"class":278},[272,2651,2652],{"class":317},"mcp-tool",[272,2654,292],{"class":278},[272,2656,1091],{"class":278},[272,2658,292],{"class":278},[272,2660,1113],{"class":288},[272,2662,292],{"class":278},[272,2664,295],{"class":278},[272,2666,292],{"class":278},[272,2668,1122],{"class":317},[272,2670,292],{"class":278},[272,2672,1091],{"class":278},[272,2674,292],{"class":278},[272,2676,1413],{"class":288},[272,2678,292],{"class":278},[272,2680,295],{"class":278},[272,2682,292],{"class":278},[272,2684,2117],{"class":317},[272,2686,292],{"class":278},[272,2688,1091],{"class":278},[272,2690,292],{"class":278},[272,2692,1430],{"class":288},[272,2694,292],{"class":278},[272,2696,295],{"class":278},[272,2698,1437],{"class":278},[272,2700,1091],{"class":278},[272,2702,292],{"class":278},[272,2704,1562],{"class":288},[272,2706,292],{"class":278},[272,2708,295],{"class":278},[272,2710,292],{"class":278},[272,2712,1571],{"class":317},[272,2714,292],{"class":278},[272,2716,1091],{"class":278},[272,2718,292],{"class":278},[272,2720,2721],{"class":288},"toolName",[272,2723,292],{"class":278},[272,2725,295],{"class":278},[272,2727,292],{"class":278},[272,2729,2730],{"class":317},"maintenance",[272,2732,292],{"class":278},[272,2734,1091],{"class":278},[272,2736,292],{"class":278},[272,2738,1615],{"class":288},[272,2740,292],{"class":278},[272,2742,295],{"class":278},[272,2744,292],{"class":278},[272,2746,2747],{"class":317},"Create Maintenance Task",[272,2749,292],{"class":278},[272,2751,1091],{"class":278},[272,2753,292],{"class":278},[272,2755,720],{"class":288},[272,2757,292],{"class":278},[272,2759,295],{"class":278},[272,2761,292],{"class":278},[272,2763,2764],{"class":317},"Handles maintenance tasks on the production line",[272,2766,292],{"class":278},[272,2768,1091],{"class":278},[272,2770,292],{"class":278},[272,2772,2773],{"class":288},"inputSchema",[272,2775,292],{"class":278},[272,2777,295],{"class":278},[272,2779,292],{"class":278},[272,2781,2782],{"class":317},"{",[272,2784,2786],{"class":2785},"sTEyZ","\\n",[272,2788,2789],{"class":2785},"  \\\"",[272,2791,331],{"class":317},[272,2793,2794],{"class":2785},"\\\"",[272,2796,2797],{"class":317},": ",[272,2799,2794],{"class":2785},[272,2801,665],{"class":317},[272,2803,2794],{"class":2785},[272,2805,1091],{"class":317},[272,2807,2786],{"class":2785},[272,2809,2789],{"class":2785},[272,2811,676],{"class":317},[272,2813,2794],{"class":2785},[272,2815,2816],{"class":317},": {",[272,2818,2786],{"class":2785},[272,2820,2821],{"class":2785},"    \\\"",[272,2823,274],{"class":317},[272,2825,2794],{"class":2785},[272,2827,2816],{"class":317},[272,2829,2786],{"class":2785},[272,2831,2832],{"class":2785},"      \\\"",[272,2834,331],{"class":317},[272,2836,2794],{"class":2785},[272,2838,2797],{"class":317},[272,2840,2794],{"class":2785},[272,2842,709],{"class":317},[272,2844,2794],{"class":2785},[272,2846,1091],{"class":317},[272,2848,2786],{"class":2785},[272,2850,2832],{"class":2785},[272,2852,720],{"class":317},[272,2854,2794],{"class":2785},[272,2856,2797],{"class":317},[272,2858,2794],{"class":2785},[272,2860,729],{"class":317},[272,2862,2794],{"class":2785},[272,2864,1091],{"class":317},[272,2866,2786],{"class":2785},[272,2868,2832],{"class":2785},[272,2870,740],{"class":317},[272,2872,2794],{"class":2785},[272,2874,2875],{"class":317},": 1",[272,2877,2786],{"class":2785},[272,2879,2880],{"class":317},"    },",[272,2882,2786],{"class":2785},[272,2884,2821],{"class":2785},[272,2886,720],{"class":317},[272,2888,2794],{"class":2785},[272,2890,2816],{"class":317},[272,2892,2786],{"class":2785},[272,2894,2832],{"class":2785},[272,2896,331],{"class":317},[272,2898,2794],{"class":2785},[272,2900,2797],{"class":317},[272,2902,2794],{"class":2785},[272,2904,709],{"class":317},[272,2906,2794],{"class":2785},[272,2908,1091],{"class":317},[272,2910,2786],{"class":2785},[272,2912,2832],{"class":2785},[272,2914,720],{"class":317},[272,2916,2794],{"class":2785},[272,2918,2797],{"class":317},[272,2920,2794],{"class":2785},[272,2922,799],{"class":317},[272,2924,2794],{"class":2785},[272,2926,1091],{"class":317},[272,2928,2786],{"class":2785},[272,2930,2832],{"class":2785},[272,2932,740],{"class":317},[272,2934,2794],{"class":2785},[272,2936,2875],{"class":317},[272,2938,2786],{"class":2785},[272,2940,2880],{"class":317},[272,2942,2786],{"class":2785},[272,2944,2821],{"class":2785},[272,2946,829],{"class":317},[272,2948,2794],{"class":2785},[272,2950,2816],{"class":317},[272,2952,2786],{"class":2785},[272,2954,2832],{"class":2785},[272,2956,331],{"class":317},[272,2958,2794],{"class":2785},[272,2960,2797],{"class":317},[272,2962,2794],{"class":2785},[272,2964,709],{"class":317},[272,2966,2794],{"class":2785},[272,2968,1091],{"class":317},[272,2970,2786],{"class":2785},[272,2972,2832],{"class":2785},[272,2974,720],{"class":317},[272,2976,2794],{"class":2785},[272,2978,2797],{"class":317},[272,2980,2794],{"class":2785},[272,2982,870],{"class":317},[272,2984,2794],{"class":2785},[272,2986,1091],{"class":317},[272,2988,2786],{"class":2785},[272,2990,2832],{"class":2785},[272,2992,882],{"class":317},[272,2994,2794],{"class":2785},[272,2996,2997],{"class":317},": [",[272,2999,2786],{"class":2785},[272,3001,3002],{"class":2785},"        \\\"",[272,3004,898],{"class":317},[272,3006,2794],{"class":2785},[272,3008,1091],{"class":317},[272,3010,2786],{"class":2785},[272,3012,3002],{"class":2785},[272,3014,910],{"class":317},[272,3016,2794],{"class":2785},[272,3018,1091],{"class":317},[272,3020,2786],{"class":2785},[272,3022,3002],{"class":2785},[272,3024,922],{"class":317},[272,3026,3027],{"class":2785},"\\\"\\n",[272,3029,3030],{"class":317},"      ]",[272,3032,2786],{"class":2785},[272,3034,3035],{"class":317},"    }",[272,3037,2786],{"class":2785},[272,3039,3040],{"class":317},"  },",[272,3042,2786],{"class":2785},[272,3044,2789],{"class":2785},[272,3046,949],{"class":317},[272,3048,2794],{"class":2785},[272,3050,2997],{"class":317},[272,3052,2786],{"class":2785},[272,3054,2821],{"class":2785},[272,3056,274],{"class":317},[272,3058,2794],{"class":2785},[272,3060,1091],{"class":317},[272,3062,2786],{"class":2785},[272,3064,2821],{"class":2785},[272,3066,720],{"class":317},[272,3068,2794],{"class":2785},[272,3070,1091],{"class":317},[272,3072,2786],{"class":2785},[272,3074,2821],{"class":2785},[272,3076,829],{"class":317},[272,3078,3027],{"class":2785},[272,3080,3081],{"class":317},"  ]",[272,3083,2786],{"class":2785},[272,3085,3086],{"class":317},"}",[272,3088,292],{"class":278},[272,3090,1091],{"class":278},[272,3092,292],{"class":278},[272,3094,1307],{"class":288},[272,3096,292],{"class":278},[272,3098,295],{"class":278},[272,3100,3101],{"class":367},"190",[272,3103,1091],{"class":278},[272,3105,292],{"class":278},[272,3107,1321],{"class":288},[272,3109,292],{"class":278},[272,3111,295],{"class":278},[272,3113,2605],{"class":367},[272,3115,1091],{"class":278},[272,3117,292],{"class":278},[272,3119,1470],{"class":288},[272,3121,292],{"class":278},[272,3123,1697],{"class":278},[272,3125,292],{"class":278},[272,3127,2278],{"class":317},[272,3129,292],{"class":278},[272,3131,1706],{"class":278},[272,3133,292],{"class":278},[272,3135,1077],{"class":288},[272,3137,292],{"class":278},[272,3139,295],{"class":278},[272,3141,292],{"class":278},[272,3143,2296],{"class":317},[272,3145,292],{"class":278},[272,3147,1091],{"class":278},[272,3149,292],{"class":278},[272,3151,331],{"class":288},[272,3153,292],{"class":278},[272,3155,295],{"class":278},[272,3157,292],{"class":278},[272,3159,1388],{"class":317},[272,3161,292],{"class":278},[272,3163,1091],{"class":278},[272,3165,292],{"class":278},[272,3167,1113],{"class":288},[272,3169,292],{"class":278},[272,3171,295],{"class":278},[272,3173,292],{"class":278},[272,3175,1122],{"class":317},[272,3177,292],{"class":278},[272,3179,1091],{"class":278},[272,3181,292],{"class":278},[272,3183,1413],{"class":288},[272,3185,292],{"class":278},[272,3187,295],{"class":278},[272,3189,292],{"class":278},[272,3191,2117],{"class":317},[272,3193,292],{"class":278},[272,3195,1091],{"class":278},[272,3197,292],{"class":278},[272,3199,1430],{"class":288},[272,3201,292],{"class":278},[272,3203,295],{"class":278},[272,3205,1437],{"class":278},[272,3207,1091],{"class":278},[272,3209,292],{"class":278},[272,3211,1307],{"class":288},[272,3213,292],{"class":278},[272,3215,295],{"class":278},[272,3217,1450],{"class":367},[272,3219,1091],{"class":278},[272,3221,292],{"class":278},[272,3223,1321],{"class":288},[272,3225,292],{"class":278},[272,3227,295],{"class":278},[272,3229,2605],{"class":367},[272,3231,1091],{"class":278},[272,3233,292],{"class":278},[272,3235,1470],{"class":288},[272,3237,292],{"class":278},[272,3239,1475],{"class":278},[272,3241,292],{"class":278},[272,3243,1077],{"class":288},[272,3245,292],{"class":278},[272,3247,295],{"class":278},[272,3249,292],{"class":278},[272,3251,2305],{"class":317},[272,3253,292],{"class":278},[272,3255,1091],{"class":278},[272,3257,292],{"class":278},[272,3259,331],{"class":288},[272,3261,292],{"class":278},[272,3263,295],{"class":278},[272,3265,292],{"class":278},[272,3267,1899],{"class":317},[272,3269,292],{"class":278},[272,3271,1091],{"class":278},[272,3273,292],{"class":278},[272,3275,1113],{"class":288},[272,3277,292],{"class":278},[272,3279,295],{"class":278},[272,3281,292],{"class":278},[272,3283,1122],{"class":317},[272,3285,292],{"class":278},[272,3287,1091],{"class":278},[272,3289,292],{"class":278},[272,3291,1413],{"class":288},[272,3293,292],{"class":278},[272,3295,295],{"class":278},[272,3297,292],{"class":278},[272,3299,2117],{"class":317},[272,3301,292],{"class":278},[272,3303,1091],{"class":278},[272,3305,292],{"class":278},[272,3307,1430],{"class":288},[272,3309,292],{"class":278},[272,3311,295],{"class":278},[272,3313,292],{"class":278},[272,3315,1948],{"class":317},[272,3317,292],{"class":278},[272,3319,1091],{"class":278},[272,3321,292],{"class":278},[272,3323,1957],{"class":288},[272,3325,292],{"class":278},[272,3327,295],{"class":278},[272,3329,292],{"class":278},[272,3331,1104],{"class":317},[272,3333,292],{"class":278},[272,3335,1091],{"class":278},[272,3337,292],{"class":278},[272,3339,1974],{"class":288},[272,3341,292],{"class":278},[272,3343,1816],{"class":278},[272,3345,292],{"class":278},[272,3347,1307],{"class":288},[272,3349,292],{"class":278},[272,3351,295],{"class":278},[272,3353,1989],{"class":367},[272,3355,1091],{"class":278},[272,3357,292],{"class":278},[272,3359,1321],{"class":288},[272,3361,292],{"class":278},[272,3363,295],{"class":278},[272,3365,2592],{"class":367},[272,3367,1091],{"class":278},[272,3369,292],{"class":278},[272,3371,1470],{"class":288},[272,3373,292],{"class":278},[272,3375,1697],{"class":278},[272,3377,292],{"class":278},[272,3379,2296],{"class":317},[272,3381,292],{"class":278},[272,3383,1706],{"class":278},[272,3385,292],{"class":278},[272,3387,1077],{"class":288},[272,3389,292],{"class":278},[272,3391,295],{"class":278},[272,3393,292],{"class":278},[272,3395,3396],{"class":317},"4e9c50c5940103ab",[272,3398,292],{"class":278},[272,3400,1091],{"class":278},[272,3402,292],{"class":278},[272,3404,331],{"class":288},[272,3406,292],{"class":278},[272,3408,295],{"class":278},[272,3410,292],{"class":278},[272,3412,3413],{"class":317},"global-config",[272,3415,292],{"class":278},[272,3417,1091],{"class":278},[272,3419,292],{"class":278},[272,3421,3422],{"class":288},"env",[272,3424,292],{"class":278},[272,3426,2581],{"class":278},[272,3428,292],{"class":278},[272,3430,3431],{"class":288},"modules",[272,3433,292],{"class":278},[272,3435,1136],{"class":278},[272,3437,292],{"class":278},[272,3439,78],{"class":306},[272,3441,292],{"class":278},[272,3443,295],{"class":278},[272,3445,292],{"class":278},[272,3447,3448],{"class":317},"0.1.1",[272,3450,292],{"class":278},[272,3452,1091],{"class":278},[272,3454,292],{"class":278},[272,3456,3457],{"class":306},"@flowfuse\u002Fnr-tables-nodes",[272,3459,292],{"class":278},[272,3461,295],{"class":278},[272,3463,292],{"class":278},[272,3465,3466],{"class":317},"0.1.0",[272,3468,292],{"class":278},[272,3470,3471],{"class":278},"}}]\n",[12,3473,3474,3475,3478,3479,130],{},"If you need more example flows, you can import the examples that come with the MCP nodes. Click the main menu from the top right, click Import, switch to Examples, and look for ",[76,3476,3477],{},"@flowfuse-nodes\u002Fnr-mcp-server-node",", then select mcp_server and click Import. If you prefer a video tutorial, watch this ",[65,3480,3483],{"href":3481,"rel":3482},"https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=troUvaF8V68",[627],"video tutorial on YouTube",[12,3485,3486],{},"With your MCP server, Resources, and Tools in place, the AI agent can now interact with your industrial systems in a structured way. Up to this point, we've covered the basics and demonstrated a simple workflow. The MCP Prompt node, which allows AI agents to be guided through complex, multi-step tasks, will be explored in a future article.",[39,3488,3490],{"id":3489},"conclusion","Conclusion",[12,3492,3493],{},"This guide demonstrated how to build a fully functional MCP server with FlowFuse and Node-RED, providing AI agents with structured access to industrial systems through Resources and Tools, which enable workflows such as monitoring production lines, scheduling maintenance, and automating operational decisions, all without complex coding.",[12,3495,3496,3497,3501],{},"FlowFuse ",[65,3498,3500],{"href":3499},"\u002Fblog\u002F2025\u002F10\u002Fai-on-flowfuse\u002F","recently added ONNX AI nodes",". With these nodes, you can train custom models, deploy them in Node-RED, and execute tasks tailored to your processes. Combined with FlowFuse’s capabilities to collect, transform, and visualize industrial data, the platform makes development, monitoring, and optimization faster, smarter, and more scalable.",[12,3503,3504,3505,3508],{},"Adopting MCP with FlowFuse is a strategic step toward AI-enabled, future-ready industrial automation. ",[65,3506,3507],{"href":3499},"Book a demo today"," to see how FlowFuse connects, transforms, and visualizes your industrial data while making AI-driven operations easy and actionable.",[1131,3510,3511],{},"html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .spNyl, html code.shiki .spNyl{--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}",{"title":156,"searchDepth":326,"depth":326,"links":3513},[3514,3515,3526],{"id":21,"depth":164,"text":22},{"id":41,"depth":282,"text":42,"children":3516},[3517,3518,3519,3520,3523],{"id":48,"depth":164,"text":49},{"id":97,"depth":164,"text":98},{"id":206,"depth":164,"text":207},{"id":431,"depth":164,"text":432,"children":3521},[3522],{"id":501,"depth":326,"text":502},{"id":529,"depth":164,"text":530,"children":3524},[3525],{"id":1034,"depth":326,"text":1035},{"id":3489,"depth":282,"text":3490},null,"2025-10-14","Learn how to build a fully functional MCP server in Node-RED, enabling AI agents to access data using a low-code approach.","md","\u002Fblog\u002F2025\u002F10\u002Fimages\u002Fbuilding-mcp-server-node-red-with-ff.png","2025-02-06",{"keywords":3534,"excerpt":3535},"Node-RED MCP Server, Node-RED AI, Model Context Protocol, AI agents within Node-RED",{"type":9,"value":3536},[3537],[12,3538,14],{},"\u002Fblog\u002F2025\u002F10\u002Fbuilding-mcp-server-using-flowfuse",{"title":5,"description":3529},"blog\u002F2025\u002F10\u002Fbuilding-mcp-server-using-flowfuse","Integrate AI into industrial systems FlowFuse new MCP nodes",[3544,3545],"flowfuse","AI","7trQM1auKiAOSZms0RVvl9iGwui15nlcmhGVCiwvvFM",{"id":3548,"extension":3549,"meta":3550,"sections":3551,"stem":3939,"__hash__":3940},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[3552,3602,3703,3765,3842,3921],{"id":3553,"title":3554,"features":3555},"ai-automation","AI & Automation",[3556,3566,3576,3586,3592,3597],{"id":3557,"title":3558,"description":3559,"docsLink":3560,"changelog":3561,"tiers":3565},"flowfuse-expert-ai","FlowFuse Expert AI","Build industrial apps with agents, and query the state of the factory with an agent. Adapt your current hardware and machines so agentic work can be done against them, without ripping and replacing what's already on the plant floor.","\u002Fdocs\u002Fuser\u002Fexpert\u002F",[3562],{"url":3563,"release":3564},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":514,"hub":514,"fleet":514},{"id":3567,"title":3568,"description":3569,"docsLink":3570,"changelog":3571,"subfeature":514,"showOnPricing":3574,"tiers":3575},"flowfuse-expert-support-mode","Support Mode","Chat-based assistance for FlowFuse and Node-RED, including Node-RED instance management through natural language.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#support-mode",[3572],{"url":3573,"release":3564},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":514,"hub":514,"fleet":514},{"id":3577,"title":3578,"description":3579,"docsLink":3580,"changelog":3581,"subfeature":514,"showOnPricing":3574,"tiers":3585},"flowfuse-expert-application-building","Application Building","Describe what you want to build and FlowFuse Expert assembles it on your workspace, adding tabs, wiring nodes, and configuring properties.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F",[3582],{"url":3583,"release":3584},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":514,"hub":514,"fleet":514},{"id":3587,"title":3588,"description":3589,"docsLink":3590,"subfeature":514,"beta":514,"showOnPricing":3574,"tiers":3591},"flowfuse-expert-insights-mode","Insights Mode","Connects FlowFuse Expert to MCP servers in your Node-RED instances, enabling real-time data queries and actions through a single chat interface.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#insights-mode",{"edge":514,"hub":514,"fleet":514},{"id":3593,"title":3594,"description":3595,"docsLink":83,"tiers":3596},"mcp-servers","Agentic Operations","Expose your Node-RED flows as tools an AI agent can call directly, so agents can query the state of the factory or trigger actions without custom integration work.",{"edge":514,"hub":514,"fleet":514},{"id":3598,"title":3599,"description":3600,"tiers":3601},"onnx-integration","ONNX Integration","Run trained machine learning models directly in your flows, including on edge hardware, without sending data out to an external inference service.",{"edge":514,"hub":514,"fleet":514},{"id":3603,"title":3604,"features":3605},"build","Build",[3606,3612,3618,3628,3634,3640,3644,3650,3656,3664,3670,3674,3678,3687,3695],{"id":3607,"title":3608,"description":3609,"docsLink":3610,"tiers":3611},"edge-development","Edge Development","Develop and test Node-RED flows directly on edge devices with a remote editor proxy.","\u002Fdocs\u002Fdevice-agent\u002Fquickstart\u002F",{"edge":514,"hub":3574,"fleet":514},{"id":3613,"title":3614,"description":3615,"docsLink":3616,"tiers":3617},"private-npm-registry","Custom Node-RED Nodes","Create and manage your own private npm registry for Node-RED nodes, so you can share custom nodes across your team and devices without publishing them publicly.","\u002Fdocs\u002Fuser\u002Fcustom-npm-packages\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3619,"title":3620,"description":3621,"docsLink":3622,"changelog":3623,"tiers":3627},"flowfuse-tables","FlowFuse Tables","A managed PostgreSQL database for every application, so you can store and query structured data without standing up and maintaining your own database.","\u002Fdocs\u002Fuser\u002Fff-tables\u002F",[3624],{"url":3625,"release":3626},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":514,"hub":514,"fleet":514},{"id":3629,"title":3630,"description":3631,"docsLink":3632,"tiers":3633},"persistent-files","File Storage","Store and retrieve files from your Node-RED flows, with automatic replication and backup across your devices and hosted instances.","\u002Fdocs\u002Finstall\u002Ffile-storage\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3635,"title":3636,"description":3637,"docsLink":3638,"showOnPricing":3574,"tiers":3639},"persistent-context","Persistent Context","In-memory values defined in a Node-RED flow persist across project restarts and upgrades.","\u002Fdocs\u002Fuser\u002Fpersistent-context\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3641,"title":3642,"showOnPricing":3574,"tiers":3643},"static-assets","Static Assets",{"edge":514,"hub":514,"fleet":514},{"id":3645,"title":3646,"description":3647,"docsLink":3648,"tiers":3649},"team-library","Team Library","Set up standard nodes and flows that can be shared with all team members across your organisation.","\u002Fdocs\u002Fuser\u002Fshared-library\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3651,"title":3652,"description":3653,"docsLink":3654,"tiers":3655},"personalised-multi-user-dashboards","Personalised Multi-User Dashboards","Build applications that provide unique data to each logged-in user using personalised multi-user dashboards.","https:\u002F\u002Fdashboard.flowfuse.com\u002Fuser\u002Fmulti-tenancy.html",{"edge":514,"hub":514,"fleet":514},{"id":3657,"title":3658,"description":3659,"changelog":3660,"subfeature":514,"showOnPricing":3574,"tiers":3663},"dashboards-view","Dashboards View","Browse and open every dashboard across your team from a dedicated Dashboards view, at both team and application level, without leaving FlowFuse.",[3661],{"url":3662,"release":3626},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3665,"title":3666,"description":3667,"docsLink":3668,"tiers":3669},"blueprints-converge","Blueprints","Ready-made starting points for your apps, from cross-team Converge templates to OT and IT specific blueprints.","\u002Fdocs\u002Fuser\u002Fconcepts\u002F#blueprint",{"edge":514,"hub":514,"fleet":514},{"id":3671,"title":3672,"subfeature":514,"showOnPricing":3574,"tiers":3673},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":514,"hub":3574,"fleet":514},{"id":3675,"title":3676,"subfeature":514,"showOnPricing":3574,"tiers":3677},"blueprints-it-apps","Blueprints - IT APPS",{"edge":3574,"hub":514,"fleet":3574},{"id":3679,"title":3680,"description":3681,"changelog":3682,"showOnPricing":3574,"tiers":3686},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[3683],{"url":3684,"release":3685},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":514,"hub":514,"fleet":514},{"id":3688,"title":3689,"description":3690,"changelog":3691,"showOnPricing":3574,"tiers":3694},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[3692],{"url":3693,"release":3584},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3696,"title":3697,"description":3698,"changelog":3699,"showOnPricing":3574,"tiers":3702},"embedded-editor-tab-title","Embedded Editor Browser Tab Title","The browser tab title updates to reflect the active Node-RED canvas tab when working in the embedded editor.",[3700],{"url":3701,"release":3685},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3704,"title":3705,"features":3706},"deploy","Deploy",[3707,3713,3722,3728,3734,3740,3746,3752,3757],{"id":3708,"title":3709,"description":3710,"docsLink":3711,"tiers":3712},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":514,"hub":514,"fleet":514},{"id":3714,"title":3715,"description":3716,"docsLink":3717,"changelog":3718,"tiers":3721},"edge-devices","Edge Instances","Deploy and mange your Node-RED instances on edge PLCs and gateways, with full visibility and control from the cloud.","\u002Fdocs\u002Fdevice-agent\u002Fintroduction\u002F",[3719],{"url":3720,"release":3564},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":514,"hub":3574,"fleet":514},{"id":3723,"title":3724,"description":3725,"docsLink":3726,"tiers":3727},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":3574,"hub":514,"fleet":3574},{"id":3729,"title":3730,"description":3731,"docsLink":3732,"tiers":3733},"mqtt-broker","MQTT Broker","Manage and create MQTT clients to transport data for efficient messaging and communication within your applications.","\u002Fdocs\u002Fuser\u002Fteambroker\u002F",{"edge":514,"hub":3574,"fleet":514},{"id":3735,"title":3736,"description":3737,"docsLink":3738,"showOnPricing":3574,"tiers":3739},"project-nodes","Project Nodes aka seamless project comms","FlowFuse Project Nodes enable the passing of data and messages between your Node-RED projects.","\u002Fdocs\u002Fuser\u002Fprojectnodes\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3741,"title":3742,"description":3743,"docsLink":3744,"tiers":3745},"devops-pipelines","DevOps Pipelines","Set up different environments for development, testing, and production Node-RED instances to support a full software delivery lifecycle.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3747,"title":3748,"description":3749,"docsLink":3750,"tiers":3751},"git-integration","Git Integration","Back up your flows to a remote Git repository through a DevOps Pipeline. Supports GitHub and Azure DevOps repositories.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F#git-repository-stage",{"edge":3574,"hub":514,"fleet":3574},{"id":3753,"title":3754,"description":3755,"docsLink":3750,"subfeature":514,"showOnPricing":3574,"tiers":3756},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":3574,"hub":514,"fleet":3574},{"id":3758,"title":3759,"description":3760,"docsLink":3750,"changelog":3761,"subfeature":514,"showOnPricing":3574,"tiers":3764},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[3762],{"url":3763,"release":3685},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":3574,"hub":514,"fleet":3574},{"id":3766,"title":3767,"features":3768},"operate-maintain","Operate & Maintain",[3769,3775,3781,3786,3794,3798,3802,3807,3813,3819,3824,3830,3834,3838],{"id":3770,"title":3771,"description":3772,"docsLink":3773,"tiers":3774},"snapshots","Snapshots & Version History","Automatic snapshots on remote devices and hosted instances, plus a full version history timeline so you can roll back to any prior state.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3776,"title":3777,"description":3778,"docsLink":3779,"subfeature":514,"showOnPricing":3574,"tiers":3780},"auto-snapshot-remote","Auto Snapshot (Remote)","Automatically capture a snapshot every time a remote instance is deployed, so you always have a recoverable history of what was running on each device.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F#auto-snapshots",{"edge":514,"hub":514,"fleet":514},{"id":3782,"title":3783,"description":3784,"docsLink":3779,"subfeature":514,"showOnPricing":3574,"tiers":3785},"auto-snapshot-hosted","Auto Snapshot (Hosted)","Automatically capture a snapshot every time a hosted instance is deployed, so you always have a recoverable history of what was running.",{"edge":514,"hub":514,"fleet":514},{"id":3787,"title":3788,"description":3789,"changelog":3790,"subfeature":514,"showOnPricing":3574,"tiers":3793},"snapshot-comparison","Snapshot Comparison","Compare two snapshots side-by-side with a navigable diff view. Step through every changed, added, or deleted node and see property and code diffs.",[3791],{"url":3792,"release":3685},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3795,"title":3796,"subfeature":514,"showOnPricing":3574,"tiers":3797},"version-history-timeline","Version History Timeline",{"edge":514,"hub":514,"fleet":514},{"id":3799,"title":3800,"tiers":3801},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":514,"hub":514,"fleet":514},{"id":3803,"title":3804,"description":3805,"tiers":3806},"device-fleet-updates","Device Fleet Updates","Connect to edge devices to quickly assess and update logic. Debug one device and roll out improvements to your fleet in minutes, securely without requiring full device access for your whole organisation.",{"edge":514,"hub":3574,"fleet":514},{"id":3808,"title":3809,"description":3810,"docsLink":3811,"tiers":3812},"device-group-management","Device Group Management","Logically group devices assigned to an application and integrate device groups into your DevOps Pipeline for coordinated fleet updates.","\u002Fdocs\u002Fuser\u002Fdevice-groups\u002F",{"edge":514,"hub":3574,"fleet":514},{"id":3814,"title":3815,"description":3816,"docsLink":3817,"tiers":3818},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":3574,"hub":514,"fleet":3574},{"id":3820,"title":3821,"description":3822,"tiers":3823},"performance-monitoring","Performance Monitoring & Alerts","Track CPU, memory, and event loop performance across your instances and devices, with email alerts when something needs your attention.",{"edge":514,"hub":514,"fleet":514},{"id":3825,"title":3826,"description":3827,"docsLink":3828,"subfeature":514,"showOnPricing":3574,"tiers":3829},"instance-monitoring","Instance Monitoring","Enable alerts to be sent via email when your Node-RED instances encounter issues.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#alerts",{"edge":514,"hub":514,"fleet":514},{"id":3831,"title":3832,"subfeature":514,"showOnPricing":3574,"tiers":3833},"email-alerts","Email Alerts",{"edge":514,"hub":514,"fleet":514},{"id":3835,"title":3836,"showOnPricing":3574,"tiers":3837},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":514,"hub":514,"fleet":514},{"id":3839,"title":3840,"tiers":3841},"protected-instances","Protected Instances",{"edge":3574,"hub":514,"fleet":3574},{"id":3843,"title":3844,"features":3845},"govern-secure","Govern and Secure",[3846,3855,3861,3867,3872,3878,3884,3890,3898,3904,3910,3916],{"id":3847,"title":3848,"description":3849,"docsLink":3850,"changelog":3851,"tiers":3854},"single-sign-on","Single Sign-On (SSO)","Configure FlowFuse to work with your own SSO provider, allowing users to access FlowFuse with a single set of login credentials.","\u002Fdocs\u002Fadmin\u002Fsso\u002F",[3852],{"url":3853,"release":3626},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3856,"title":3857,"description":3858,"docsLink":3859,"tiers":3860},"two-factor-authentication","Two-Factor Authentication","Two-factor authentication adds an extra layer of security to your FlowFuse account.","\u002Fdocs\u002Fuser\u002Fuser-settings\u002F#two-factor-authentication",{"edge":514,"hub":514,"fleet":514},{"id":3862,"title":3863,"description":3864,"docsLink":3865,"tiers":3866},"certified-nodes-it","Certified Nodes - IT","IT certified node bundle includes: Redis, MQTT, HTTP Request, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server","\u002Fblog\u002F2025\u002F07\u002Fcertified-nodes-v2\u002F",{"edge":3574,"hub":514,"fleet":514},{"id":3868,"title":3869,"description":3870,"tiers":3871},"certified-nodes-ot","Certified OT Connections - OPC-UA, Modbus, etc.","OT certified node bundle includes: OPC-UA, Modbus TCP & RTU, RTSP, EtherNet\u002FIP, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server",{"edge":514,"hub":3574,"fleet":3574},{"id":3873,"title":3874,"description":3875,"docsLink":3876,"tiers":3877},"audit-log","Audit Log","Keep track of everything going on in your Node-RED instances and FlowFuse. Audit Logs provide details on what actions have taken place, when they happened, and who did them.","\u002Fdocs\u002Fuser\u002Flogs\u002F#audit-log",{"edge":514,"hub":514,"fleet":514},{"id":3879,"title":3880,"description":3881,"docsLink":3882,"tiers":3883},"role-based-access-control","Role-Based Access Control","Control who can do what at both the team and application level, from viewers to admins.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3885,"title":3886,"description":3887,"docsLink":3888,"subfeature":514,"showOnPricing":3574,"tiers":3889},"application-level-rbac","Application-Level RBAC","Fine-grained access control per application, allowing team members to have different permission levels across different applications without requiring separate teams.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F#application-level-rbac",{"edge":514,"hub":514,"fleet":514},{"id":3891,"title":3892,"description":3893,"changelog":3894,"subfeature":514,"showOnPricing":3574,"tiers":3897},"scoped-personal-access-tokens","Scoped Personal Access Tokens","Restrict a Personal Access Token to specific teams, limit it to read-only operations, or control whether it carries admin privileges.",[3895],{"url":3896,"release":3626},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":514,"hub":514,"fleet":514},{"id":3899,"title":3900,"description":3901,"docsLink":3902,"showOnPricing":3574,"tiers":3903},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":514,"hub":514,"fleet":514},{"id":3905,"title":3906,"description":3907,"docsLink":3908,"showOnPricing":3574,"tiers":3909},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":514,"hub":514,"fleet":514},{"id":3911,"title":3912,"description":3913,"docsLink":3914,"tiers":3915},"baa-for-hipaa","BAA for HIPAA","FlowFuse can sign a Business Associate Agreement to ensure proper safeguarding of protected health information handled on your behalf.","\u002Fhandbook\u002Fsales\u002Fsubscription-agreement-1.5\u002F",{"edge":3574,"hub":514,"fleet":3574},{"id":3917,"title":3918,"description":3919,"tiers":3920},"sbom","Software Bill of Materials","A complete list of all software components used in your Node-RED instances and hosted applications, including version numbers and license information.",{"edge":3574,"hub":514,"fleet":3574},{"id":3922,"title":3923,"features":3924},"support","Support",[3925,3930,3934],{"id":3926,"title":3927,"docsLink":3928,"tiers":3929},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":514,"hub":514,"fleet":514},{"id":3931,"title":3932,"showOnPricing":3574,"tiers":3933},"live-chat-support","Live Chat Support",{"edge":514,"hub":514,"fleet":514},{"id":3935,"title":3936,"docsLink":3937,"tiers":3938},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":514,"hub":514,"fleet":514},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[3942,3945,3948,3951,3954,3957,3959,3962,3965,3968,3971,3973,3976,3979,3982,3985,3988,3991,3994,3997,4000,4003,4006,4009,4012,4015,4018,4021,4024,4027,4030,4033,4036,4039,4042,4045,4048,4051,4054,4057,4060,4063,4066,4069,4072,4075,4078,4081,4084,4086,4089,4092,4095,4098,4101,4104,4107,4109,4112,4115,4118,4121,4124,4126,4129,4132,4135,4138,4141,4144,4147,4150,4153,4156,4158,4161,4164,4167,4170,4173,4176,4179,4182,4185,4188,4191,4194,4197,4200,4202,4205,4208,4211,4214,4217,4220,4223,4226,4229,4232,4235,4238,4241,4244,4247,4250,4253,4256,4258,4261,4264,4267,4270,4273,4276,4279,4281,4284,4287,4290,4293,4296,4299,4302,4305,4308,4311,4314,4317,4320,4323,4326,4329,4332,4335,4338,4341,4344,4347,4350,4353,4356,4359,4362,4365,4368,4371,4374,4377,4380,4383,4386,4389,4392,4395,4398,4401,4404,4407,4410,4413,4416,4419,4422,4425,4428,4431,4433,4436,4439,4442,4445,4448,4451,4454,4457,4460,4463,4466,4469,4472],{"path":3943,"title":3944},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":3946,"title":3947},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":3949,"title":3950},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":3952,"title":3953},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":3955,"title":3956},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":3958,"title":3666},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":3960,"title":3961},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":3963,"title":3964},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":3966,"title":3967},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":3969,"title":3970},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":3972,"title":3857},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":3974,"title":3975},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":3977,"title":3978},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":3980,"title":3981},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":3983,"title":3984},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":3986,"title":3987},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":3989,"title":3990},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":3992,"title":3993},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":3995,"title":3996},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":3998,"title":3999},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":4001,"title":4002},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":4004,"title":4005},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":4007,"title":4008},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":4010,"title":4011},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":4013,"title":4014},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":4016,"title":4017},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":4019,"title":4020},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":4022,"title":4023},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":4025,"title":4026},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":4028,"title":4029},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":4031,"title":4032},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":4034,"title":4035},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":4037,"title":4038},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":4040,"title":4041},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":4043,"title":4044},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":4046,"title":4047},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":4049,"title":4050},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":4052,"title":4053},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":4055,"title":4056},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":4058,"title":4059},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":4061,"title":4062},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":4064,"title":4065},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":4067,"title":4068},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":4070,"title":4071},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":4073,"title":4074},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":4076,"title":4077},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":4079,"title":4080},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":4082,"title":4083},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":4085,"title":4083},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":4087,"title":4088},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":4090,"title":4091},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":4093,"title":4094},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":4096,"title":4097},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":4099,"title":4100},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":4102,"title":4103},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":4105,"title":4106},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":4108,"title":4106},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":4110,"title":4111},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":4113,"title":4114},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":4116,"title":4117},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":4119,"title":4120},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":4122,"title":4123},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":4125,"title":4123},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":4127,"title":4128},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":4130,"title":4131},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":4133,"title":4134},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":4136,"title":4137},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":4139,"title":4140},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":4142,"title":4143},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":4145,"title":4146},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":4148,"title":4149},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":4151,"title":4152},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":4154,"title":4155},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":4157,"title":3796},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":4159,"title":4160},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":4162,"title":4163},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":4165,"title":4166},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":4168,"title":4169},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":4171,"title":4172},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":4174,"title":4175},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":4177,"title":4178},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":4180,"title":4181},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":4183,"title":4184},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":4186,"title":4187},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":4189,"title":4190},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":4192,"title":4193},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":4195,"title":4196},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":4198,"title":4199},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":4201,"title":3796},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":4203,"title":4204},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":4206,"title":4207},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":4209,"title":4210},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":4212,"title":4213},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":4215,"title":4216},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":4218,"title":4219},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":4221,"title":4222},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":4224,"title":4225},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":4227,"title":4228},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":4230,"title":4231},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":4233,"title":4234},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":4236,"title":4237},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":4239,"title":4240},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":4242,"title":4243},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":4245,"title":4246},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":4248,"title":4249},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":4251,"title":4252},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":4254,"title":4255},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":4257,"title":4255},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":4259,"title":4260},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":4262,"title":4263},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":4265,"title":4266},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":4268,"title":4269},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":4271,"title":4272},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":4274,"title":4275},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":4277,"title":4278},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":4280,"title":3620},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":4282,"title":4283},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":4285,"title":4286},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":4288,"title":4289},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":4291,"title":4292},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":4294,"title":4295},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":4297,"title":4298},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":4300,"title":4301},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":4303,"title":4304},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":4306,"title":4307},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":4309,"title":4310},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":4312,"title":4313},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":4315,"title":4316},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":4318,"title":4319},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":4321,"title":4322},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":4324,"title":4325},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":4327,"title":4328},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":4330,"title":4331},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":4333,"title":4334},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":4336,"title":4337},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":4339,"title":4340},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":4342,"title":4343},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":4345,"title":4346},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":4348,"title":4349},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":4351,"title":4352},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":4354,"title":4355},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":4357,"title":4358},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":4360,"title":4361},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":4363,"title":4364},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":4366,"title":4367},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":4369,"title":4370},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":4372,"title":4373},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":4375,"title":4376},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":4378,"title":4379},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":4381,"title":4382},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":4384,"title":4385},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":4387,"title":4388},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":4390,"title":4391},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":4393,"title":4394},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":4396,"title":4397},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":4399,"title":4400},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":4402,"title":4403},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":4405,"title":4406},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":4408,"title":4409},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":4411,"title":4412},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":4414,"title":4415},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":4417,"title":4418},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":4420,"title":4421},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":4423,"title":4424},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":4426,"title":4427},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":4429,"title":4430},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":4432,"title":3689},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":4434,"title":4435},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":4437,"title":4438},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":4440,"title":4441},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":4443,"title":4444},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":4446,"title":4447},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":4449,"title":4450},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":4452,"title":4453},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":4455,"title":4456},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":4458,"title":4459},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":4461,"title":4462},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":4464,"title":4465},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":4467,"title":4468},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":4470,"title":4471},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":4473,"title":4474},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[4476,4482,4487,4493,4497,4504,4510,4517,4522,4527,4532,4537,4542,4547,4552,4557,4561,4568,4573,4579,4584,4590,4595,4602,4607,4613,4618,4622,4627,4632,4637,4642,4648,4653,4657,4662,4668,4673,4678,4683,4688,4693,4698,4703,4708,4713,4717,4722,4726,4731,4736,4741,4746,4751,4756,4761,4766,4771,4776,4780,4785,4790,4795,4800,4804,4809,4814,4819,4824,4829,4834,4839,4844,4849,4854,4859,4864,4869,4874,4879,4885,4890,4895,4900,4905,4910,4915,4920,4925,4930,4935,4940,4948,4953,4958,4963,4968,4970,4975,4980,4984,4989,4993,4998,5003,5008,5013,5017,5022,5027,5032,5037,5042,5047,5052,5059,5064,5069,5073,5078,5082,5087,5092,5097,5102,5106,5111,5116,5121,5126,5131,5136,5141,5148,5153,5158,5163,5168,5173,5178,5183,5188,5192,5197,5202,5207,5212,5216,5221,5226,5231,5236,5241,5246,5251,5256,5261,5266,5273,5279,5284,5290,5295,5300,5306,5311,5316,5322,5327,5332,5337,5343,5347,5352,5357,5362,5367,5372,5377,5382,5387,5393,5397,5402,5411,5416,5423,5432,5440,5445,5449,5454,5459,5464,5469,5474,5480,5485,5491,5497,5502,5508,5513,5519,5524,5528,5534,5540,5550,5556,5561,5567,5573,5580,5585,5590,5595,5604,5608,5615,5623,5628,5633,5643,5648,5654,5661,5668,5675,5680,5686,5693,5698,5707,5714,5722,5729,5736,5741,5747,5752,5758,5764,5770,5775,5780,5785,5790,5794,5799,5804,5808,5813,5819,5824,5828,5834,5839,5844,5849,5854,5859,5863,5868,5873,5878,5883,5888,5893,5900,5905,5911,5917,5922,5928,5932,5937,5942,5947,5952,5957,5962,5967,5972,5977,5981,5986,5991,5996,6001,6006,6010,6015,6020,6025,6030,6035,6040,6045,6050,6055,6060,6065,6070,6074,6079,6083,6088,6093,6098,6103,6110,6123,6128,6133,6138,6143,6149,6154,6159,6164,6169,6174,6179,6184,6189,6195,6199,6204,6208,6213,6218,6223,6228,6233,6238,6242,6248,6252,6257,6262,6267,6272,6277,6281,6286,6291,6296,6301,6306,6310,6315,6320,6325,6330,6334,6340,6345,6350,6355,6361,6366,6371,6376,6381,6386,6391,6396,6401,6406,6411,6416,6421,6426,6431,6436,6441,6446,6451,6456,6461,6466,6471,6476,6481,6486,6491,6496,6501,6506,6511,6516,6521,6526,6531,6536,6541,6546,6551,6555,6560,6565],{"path":4477,"title":4478,"date":4479,"tags":4480},"\u002Fblog\u002F2026\u002F08\u002Flayered-process-audit","Layered Process Audit (LPA): A Practical Guide + Checklist","2026-08-14",[4481,3544],"posts",{"path":4483,"title":4484,"date":4485,"tags":4486},"\u002Fblog\u002F2026\u002F08\u002Fconnect-agvs-vda-5050-mqtt","VDA 5050 Tutorial: Connect AGVs to Factory Systems over MQTT","2026-08-12",[4481,3544],{"path":4488,"title":4489,"date":4490,"tags":4491},"\u002Fblog\u002F2026\u002F08\u002Fmanufacturing-dashboard-examples","5 Manufacturing Dashboard Examples for Production, OEE & Quality","2026-08-05",[4481,4492,3544],"dashboard",{"path":4494,"title":4495,"date":4490,"tags":4496},"\u002Fblog\u002F2026\u002F08\u002Fstatistical-process-control","What Is Statistical Process Control in Manufacturing",[3544],{"path":4498,"title":4499,"date":4500,"tags":4501},"\u002Fblog\u002F2026\u002F07\u002Fcalibration-management-dashboard","Tracking Instrument Calibration with a Digital Dashboard","2026-07-31",[3544,4502,4503],"manufacturing","how-to",{"path":4505,"title":4506,"date":4500,"tags":4507},"\u002Fblog\u002F2026\u002F07\u002Fwhat-is-instrument-calibration","What Is Instrument Calibration (Equipment Calibration)?",[4508,4502,4509],"post","quality",{"path":4511,"title":4512,"date":4513,"tags":4514},"\u002Fblog\u002F2026\u002F07\u002Fflowfuse-release-2-33","FlowFuse 2.33: From Setting Up Plant Floor Hardware to Visualizing Your Data","2026-07-30",[3544,4515,4516],"news","releases",{"path":4518,"title":4519,"date":4520,"tags":4521},"\u002Fblog\u002F2026\u002F07\u002Fishikawa-fishbone-diagram","Ishikawa Fishbone Diagram: 6M, Manufacturing Example & Template","2026-07-27",[3544],{"path":4523,"title":4524,"date":4525,"tags":4526},"\u002Fblog\u002F2026\u002F07\u002Fdigital-work-instruction","Building Digital Work Instructions Dashboard for the Shop Floor","2026-07-24",[3544],{"path":4528,"title":4529,"date":4530,"tags":4531},"\u002Fblog\u002F2026\u002F07\u002Ftime-synchronization-edge-devices","Handling Clock Drift in Distributed Edge Devices","2026-07-17",[3544],{"path":4533,"title":4534,"date":4535,"tags":4536},"\u002Fblog\u002F2026\u002F07\u002Fdefect-and-quality-monitoring","Build a Defect Tracking and Quality Monitoring Dashboard","2026-07-16",[3544,4509],{"path":4538,"title":4539,"date":4540,"tags":4541},"\u002Fblog\u002F2026\u002F07\u002Fsoftware-defined-manufacturing","Software-Defined Manufacturing: Improve Without Hardware Changes","2026-07-13",[3544],{"path":4543,"title":4544,"date":4545,"tags":4546},"\u002Fblog\u002F2026\u002F07\u002Fbuild-downtime-logger","Build a Machine Downtime Tracking Application","2026-07-08",[3544],{"path":4548,"title":4549,"date":4550,"tags":4551},"\u002Fblog\u002F2026\u002F07\u002Fgitops-for-manufacturing","Why Manufacturing Needs GitOps","2026-07-03",[3544],{"path":4553,"title":4554,"date":4555,"tags":4556},"\u002Fblog\u002F2026\u002F07\u002Fcontrol-and-track-factory-floor-machines","Control and Track Machines on the Factory Floor","2026-07-02",[3544],{"path":4558,"title":4559,"date":4555,"tags":4560},"\u002Fblog\u002F2026\u002F07\u002Fflowfuse-release-2-32","FlowFuse 2.32: Certified Redis, Git Pipelines for Any Server, Insights on Remote Instances, and Dark Mode",[3544,4515,4516],{"path":4562,"title":4563,"date":4564,"tags":4565},"\u002Fblog\u002F2026\u002F06\u002Fannouncing-node-red-con-2026","Announcing Node-RED Con 2026: Call for Papers Now Open","2026-06-29",[3544,4515,4566,4567],"community","node-red",{"path":4569,"title":4570,"date":4571,"tags":4572},"\u002Fblog\u002F2026\u002F06\u002Fapplication-idea-to-architectur","Turning an Application Idea into an Architecture","2026-06-26",[3544,4508],{"path":4574,"title":4575,"date":4576,"tags":4577},"\u002Fblog\u002F2026\u002F06\u002Fopcua-to-influxdb","Historical Data Logging with OPC UA and InfluxDB","2026-06-24",[4508,3544,4578],"opcua",{"path":4580,"title":4581,"date":4582,"tags":4583},"\u002Fblog\u002F2026\u002F06\u002Fprocess-rtsp-camera-feeds-at-the-edge","Processing RTSP Camera Feeds at the Edge","2026-06-23",[3544,4508],{"path":4585,"title":4586,"date":4587,"tags":4588},"\u002Fblog\u002F2026\u002F06\u002Fplc-communication-latency-causes-and-fixes","Fixing PLC Communication Latency: Where the Milliseconds Really Go","2026-06-17",[4508,4589],"plc",{"path":4591,"title":4592,"date":4593,"tags":4594},"\u002Fblog\u002F2026\u002F06\u002Fevent-driven-downtime-escalation-workflow","Why Downtime Spreadsheets Fail and How to Automate Detection and Escalation","2026-06-12",[4481],{"path":4596,"title":4597,"date":4598,"tags":4599},"\u002Fblog\u002F2026\u002F06\u002Fmqtt-vs-sparkplug-b","MQTT vs Sparkplug B: Which One (or Both) Do You Need?","2026-06-11",[4508,4600,4601],"mqtt","sparkplug",{"path":4603,"title":4604,"date":4605,"tags":4606},"\u002Fblog\u002F2026\u002F06\u002Fnode-red-5-on-flowfuse","Node-RED 5 Is Here: What It Means for Industrial Teams","2026-06-09",[3544,4567],{"path":4608,"title":4609,"date":4610,"tags":4611},"\u002Fblog\u002F2026\u002F06\u002Fopc-ua-security-best-practices","OPC UA Security: How to Establish a Defensible OPC UA Security Architecture","2026-06-05",[4508,4578,4612],"security",{"path":4614,"title":4615,"date":4616,"tags":4617},"\u002Fblog\u002F2026\u002F06\u002Fflowfuse-release-2-31","FlowFuse 2.31: Agentic Development Now in Open Beta, FlowFuse Expert Builds Your Industrial App on Edge Devices","2026-06-04",[3544,4515,4516],{"path":4619,"title":4620,"date":4616,"tags":4621},"\u002Fblog\u002F2026\u002F06\u002Fscaling-manufacturing-data-integration","How Arch Systems Connected 100+ Factory Databases with FlowFuse",[3544],{"path":4623,"title":4624,"date":4625,"tags":4626},"\u002Fblog\u002F2026\u002F05\u002Fopc-ua-security-attack-vectors","OPC UA Security: How Threat Actors Exploit Industrial Protocol Vulnerabilities","2026-05-29",[4481,3544,4578],{"path":4628,"title":4629,"date":4630,"tags":4631},"\u002Fblog\u002F2026\u002F05\u002Fnis2-iec-62443-manufacturers","NIS2 Compliance for Manufacturers: Why IEC 62443 Is the Missing Standard","2026-05-28",[3544],{"path":4633,"title":4634,"date":4635,"tags":4636},"\u002Fblog\u002F2026\u002F05\u002Fgit-snapshot-for-iiot-flows","See Every Logic Change in Your IIoT MOC Review with Git-Style Diffs","2026-05-21",[3544],{"path":4638,"title":4639,"date":4640,"tags":4641},"\u002Fblog\u002F2026\u002F05\u002Fmanufacturing-software-built-in-stages","All-or-Nothing Manufacturing Software Is Killing Your Agility","2026-05-18",[3544],{"path":4643,"title":4644,"date":4645,"tags":4646},"\u002Fblog\u002F2026\u002F05\u002Fflowfuse-expert-building-flows","How to Build Industrial Apps With FlowFuse AI Expert","2026-05-13",[3544,4647],"ai",{"path":4649,"title":4650,"date":4651,"tags":4652},"\u002Fblog\u002F2026\u002F05\u002Ffixing-oee-measurement-in-manufacturing","OEE Is Misleading Your Factory: Here's How to Fix It","2026-05-07",[3544],{"path":4654,"title":4655,"date":4651,"tags":4656},"\u002Fblog\u002F2026\u002F05\u002Fflowfuse-release-2-30","FlowFuse 2.30: Expert Builds Your Industrial Application",[3544,4515,4516],{"path":4658,"title":4659,"date":4660,"tags":4661},"\u002Fblog\u002F2026\u002F04\u002Frosetta-stone-for-industrial-data","The Rosetta Stone for Factories: Why IIoT Needs a Common Language First","2026-04-30",[3544],{"path":4663,"title":4664,"date":4665,"tags":4666},"\u002Fblog\u002F2026\u002F04\u002Fdiagnosing-modbus-degradation","Diagnosing Modbus Degradation: From CRC Errors to TCP Timeouts","2026-04-29",[3544,4667],"modbus",{"path":4669,"title":4670,"date":4671,"tags":4672},"\u002Fblog\u002F2026\u002F04\u002Fcloud-edge-or-hybrid-how-to-choose-your-flowfuse-deployment","Cloud, Edge, or Both? How to Choose Your Deployment Before an Outage Does It For You","2026-04-24",[3544],{"path":4674,"title":4675,"date":4676,"tags":4677},"\u002Fblog\u002F2026\u002F04\u002Fstop-noisy-sensor-data-deadband-filter-flowfuse","How to Stop Noisy Sensor Data from Flooding Your Industrial System","2026-04-23",[3544],{"path":4679,"title":4680,"date":4681,"tags":4682},"\u002Fblog\u002F2026\u002F04\u002Fit-vs-ot-who-owns-the-edge","IT vs. OT: Who Actually Owns the Edge?","2026-04-17",[3544],{"path":4684,"title":4685,"date":4686,"tags":4687},"\u002Fblog\u002F2026\u002F04\u002Fconnect-industrial-edge-devices-aws-iot-core","How to Connect Industrial Edge Devices to AWS IoT Core","2026-04-16",[3544],{"path":4689,"title":4690,"date":4691,"tags":4692},"\u002Fblog\u002F2026\u002F04\u002Fflowfuse-release-2-29","FlowFuse 2.29: FlowFuse Expert Comes to Self-Hosted Enterprise","2026-04-09",[3544,4515,4516,4647],{"path":4694,"title":4695,"date":4696,"tags":4697},"\u002Fblog\u002F2026\u002F04\u002Fwhy-simplicity-wins-in-iiot","The Real Cost of Over-Engineered Industrial Systems","2026-04-08",[3544],{"path":4699,"title":4700,"date":4701,"tags":4702},"\u002Fblog\u002F2026\u002F04\u002Fmodbus-polling-best-practices","Most Modbus Polling Setups Are Wrong: Here's How to Fix Yours","2026-04-03",[3544,4667],{"path":4704,"title":4705,"date":4706,"tags":4707},"\u002Fblog\u002F2026\u002F03\u002Fwhy-opcua-is-not-replacing-modbus-yet","Why OPC UA Is Not Replacing Modbus (Yet)","2026-03-30",[3544,4578,4667],{"path":4709,"title":4710,"date":4711,"tags":4712},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-parse-binary-data-serial-devices","How to Parse Binary Data from Serial Devices","2026-03-27",[3544],{"path":4714,"title":4715,"date":4711,"tags":4716},"\u002Fblog\u002F2026\u002F03\u002Frethinking-edge-ais-core-orchestration","Rethinking Edge AI's Core Orchestration",[3544,4647],{"path":4718,"title":4719,"date":4720,"tags":4721},"\u002Fblog\u002F2026\u002F03\u002Fai-usecases-in-factory","5 Places Smart Factories Are Already Using AI","2026-03-24",[3544,4647],{"path":4723,"title":4724,"date":4725,"tags":3527},"\u002Fblog\u002F2026\u002F03\u002Fenterprise-packaging-updates","FlowFuse Enterprise: More Power, More Confidence","2026-03-23",{"path":4727,"title":4728,"date":4729,"tags":4730},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-monitor-industrial-network-usign-snmp","How to Monitor Industrial Network Health Using SNMP","2026-03-20",[3544],{"path":4732,"title":4733,"date":4734,"tags":4735},"\u002Fblog\u002F2026\u002F03\u002Fedge-ai-vs-cloud-ai-in-iiot","Edge vs Cloud AI in Manufacturing: Where Each Actually Belongs","2026-03-16",[3544],{"path":4737,"title":4738,"date":4739,"tags":4740},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-connect-to-twincat-using-ads","How to Connect to Beckhoff TwinCAT PLC Using ADS (2026)","2026-03-13",[3544,4589],{"path":4742,"title":4743,"date":4744,"tags":4745},"\u002Fblog\u002F2026\u002F03\u002Fflowfuse-release-2-28","FlowFuse 2.28: Troubleshoot Faster, Manage Edge Devices Centrally, and More Self-Hosted Flexibility","2026-03-12",[3544,4515,4516],{"path":4747,"title":4748,"date":4749,"tags":4750},"\u002Fblog\u002F2026\u002F03\u002Flast-mile-problem-ai","The Last Mile Problem in Industrial AI","2026-03-09",[3544,4647],{"path":4752,"title":4753,"date":4754,"tags":4755},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-implement-dlq-and-retries","How to Stop Silent Pipeline Failures From Swallowing Your IIoT Data","2026-03-05",[3544],{"path":4757,"title":4758,"date":4759,"tags":4760},"\u002Fblog\u002F2026\u002F03\u002Fbus-factory-problem-in-manufacturing","The Bus Factor Problem in Integration Systems","2026-03-02",[3544],{"path":4762,"title":4763,"date":4764,"tags":4765},"\u002Fblog\u002F2026\u002F02\u002Fedge-ai-is-80-percent-pipeline-and-20-percent-ai","Edge AI Is 80% Plumbing, 20% Intelligence","2026-02-27",[3544,4647],{"path":4767,"title":4768,"date":4769,"tags":4770},"\u002Fblog\u002F2026\u002F02\u002Fmqtt-influxdb-tutorial","How to Build an MQTT-to-InfluxDB Data Pipeline (2026)","2026-02-26",[3544,4600],{"path":4772,"title":4773,"date":4774,"tags":4775},"\u002Fblog\u002F2026\u002F02\u002Fmodbus-tcp-vs-modbus-rtu","Modbus TCP vs Modbus RTU: Reliability, Latency, and Failure Modes","2026-02-20",[3544,4667],{"path":4777,"title":4778,"date":4774,"tags":4779},"\u002Fblog\u002F2026\u002F02\u002Fmotor-anomaly-detector-ai","Building an AI Vibration Anomaly Detector for Industrial Motors",[3544,4647],{"path":4781,"title":4782,"date":4783,"tags":4784},"\u002Fblog\u002F2026\u002F02\u002Fgetting-started-with-canbus","CAN Bus Tutorial: Connect to Dashboards, Cloud, and Industrial Systems","2026-02-13",[3544],{"path":4786,"title":4787,"date":4788,"tags":4789},"\u002Fblog\u002F2026\u002F02\u002Fflowfuse-release-2-27","FlowFuse 2.27: Integrated Editor in Remote Instances & Context-Aware FlowFuse Expert","2026-02-12",[3544,4515,4516],{"path":4791,"title":4792,"date":4793,"tags":4794},"\u002Fblog\u002F2026\u002F02\u002Fwhat-is-event-driven-architecture-in-manufacturing","Event-Driven Architecture: 99% of Your System Requests Are Worthless","2026-02-10",[3544],{"path":4796,"title":4797,"date":4798,"tags":4799},"\u002Fblog\u002F2026\u002F02\u002Fmapping-mtconnect-streams","Mapping MTConnect Streams for Dashboard Visualization","2026-02-06",[3544],{"path":4801,"title":4802,"date":4798,"tags":4803},"\u002Fblog\u002F2026\u002F02\u002Fshop-floor-to-ai-signals-context-decisions","Shop Floor AI: Dead on Arrival Without This",[3544,4647],{"path":4805,"title":4806,"date":4807,"tags":4808},"\u002Fblog\u002F2026\u002F02\u002Fmqtt-vs-coap","MQTT vs CoAP: Measure Your Constraints or Pick Wrong","2026-02-05",[3544,4600],{"path":4810,"title":4811,"date":4812,"tags":4813},"\u002Fblog\u002F2026\u002F01\u002Feliminate-opc-ua-bottleneck-ai-agents","Agentic AI Reads OPC UA Servers So You Don't Have To","2026-01-30",[3544,4578],{"path":4815,"title":4816,"date":4817,"tags":4818},"\u002Fblog\u002F2026\u002F01\u002Fwhy-modbus-still-exist","Why Modbus Refuses to Die","2026-01-26",[3544,4667],{"path":4820,"title":4821,"date":4822,"tags":4823},"\u002Fblog\u002F2026\u002F01\u002Fopcua-vs-mqtt","MQTT vs OPC UA: Why This Question Never Has a Straight Answer","2026-01-21",[3544,4578,4600],{"path":4825,"title":4826,"date":4827,"tags":4828},"\u002Fblog\u002F2026\u002F01\u002Fkepware-opcua-better-alternative","Beyond Kepware: Why Modern Industrial Connectivity Demands a Second Look","2026-01-16",[3544,4578],{"path":4830,"title":4831,"date":4832,"tags":4833},"\u002Fblog\u002F2026\u002F01\u002Fflowfuse-release-2-26","FlowFuse 2.26: Bringing access-controls to your MCP nodes","2026-01-15",[3544,4515,4516,4647],{"path":4835,"title":4836,"date":4837,"tags":4838},"\u002Fblog\u002F2026\u002F01\u002Fwhat-is-system-integrator","What Is a System Integrator? Understanding Manufacturing's Most Misunderstood Role","2026-01-13",[3544],{"path":4840,"title":4841,"date":4842,"tags":4843},"\u002Fblog\u002F2026\u002F01\u002Fhow-to-integrate-node-red-with-git","Integrating Git within Node-RED Workflow with FlowFuse","2026-01-06",[3544],{"path":4845,"title":4846,"date":4847,"tags":4848},"\u002Fblog\u002F2026\u002F01\u002Fnode-red-history-community-industrial-iot-flowfuse","The Node-RED Story: How Visual Programming Escaped the Lab and Conquered Industry","2026-01-05",[4567],{"path":4850,"title":4851,"date":4852,"tags":4853},"\u002Fblog\u002F2025\u002F12\u002Fwhat-is-mttf","Mean Time to Failure (MTTF): Formula, Calculation, MTTF vs MTBF vs MTTR, and More","2025-12-29",[3544],{"path":4855,"title":4856,"date":4857,"tags":4858},"\u002Fblog\u002F2025\u002F12\u002Fwhat-is-plc","What Is a PLC (Programmable Logic Controller)? What It Does, How It Works, and Where It's Used","2025-12-26",[3544,4589],{"path":4860,"title":4861,"date":4862,"tags":4863},"\u002Fblog\u002F2025\u002F12\u002Fnode-red-timer","Node-RED Timer Tutorial: Create Stopwatch and Countdown Timers","2025-12-24",[4567],{"path":4865,"title":4866,"date":4867,"tags":4868},"\u002Fblog\u002F2025\u002F12\u002Ffive-whys-root-cause-analysis-definition-examples","Five Whys Root Cause Analysis: Definition, Steps & Examples (2026)","2025-12-22",[3544],{"path":4870,"title":4871,"date":4872,"tags":4873},"\u002Fblog\u002F2025\u002F12\u002Fwhat-is-teep","What is TEEP? Calculation, Benchmarks & TEEP vs OEE (2026)","2025-12-19",[3544],{"path":4875,"title":4876,"date":4877,"tags":4878},"\u002Fblog\u002F2025\u002F12\u002Fflowfuse-release-2-25","FlowFuse 2.25: Interacting with MCP Resources in FlowFuse Expert, Improved Update Scheduling, and lots of UI improvements!","2025-12-18",[3544,4515,4516],{"path":4880,"title":4881,"date":4882,"tags":4883},"\u002Fblog\u002F2025\u002F12\u002Fkafka-vs-mqtt","MQTT vs Kafka: Complete Comparison Guide 2026","2025-12-17",[3544,4600,4884],"kafka",{"path":4886,"title":4887,"date":4888,"tags":4889},"\u002Fblog\u002F2025\u002F12\u002Fnode-red-buffer-parser-industrial-data","Node-RED Buffer Parser Guide: Decode Modbus and Industrial Device Data (2026)","2025-12-10",[3544,4503],{"path":4891,"title":4892,"date":4893,"tags":4894},"\u002Fblog\u002F2025\u002F12\u002Fgetting-weather-data-in-node-red","Building a Weather Dashboard in Node-RED (2026)","2025-12-05",[4567],{"path":4896,"title":4897,"date":4898,"tags":4899},"\u002Fblog\u002F2025\u002F12\u002Fread-s7-optimized-datablocks-flowfuse","How to Access Optimized Data Blocks in TIA Portal (S7-1200\u002F1500)","2025-12-04",[3544,4589],{"path":4901,"title":4902,"date":4903,"tags":4904},"\u002Fblog\u002F2025\u002F11\u002Foptimize-industrial-data-protocol-buffers","How to Optimize Industrial Data Communication with Protocol Buffers","2025-11-28",[3544],{"path":4906,"title":4907,"date":4908,"tags":4909},"\u002Fblog\u002F2025\u002F11\u002Findustrial-data-validation-guide","How to Protect Your Factory From Bad Data: A Must-Have Read for IIoT","2025-11-27",[3544],{"path":4911,"title":4912,"date":4913,"tags":4914},"\u002Fblog\u002F2025\u002F11\u002Fstore-and-forward-edge-data-buffering","Store-and-Forward at the Edge: Buffering Production Data During Network Outages","2025-11-21",[3544,4589],{"path":4916,"title":4917,"date":4918,"tags":4919},"\u002Fblog\u002F2025\u002F11\u002Fflowfuse-release-2-24","FlowFuse 2.24: FlowFuse Expert in the Node-RED Editor, Scheduled Updates, Simpler Edge Device Addition, Store and Forward Blueprint, and what's next!","2025-11-20",[3544,4515,4516,4647],{"path":4921,"title":4922,"date":4923,"tags":4924},"\u002Fblog\u002F2025\u002F11\u002Fbuilding-hmi-for-equipment-control","Building a Web HMI for Factory Equipment Control","2025-11-19",[3544,4589],{"path":4926,"title":4927,"date":4928,"tags":4929},"\u002Fblog\u002F2025\u002F11\u002Fflowfuse+llm+mcp-equals-text-driven-operations","FlowFuse + LLM + MCP = Text Driven Operations","2025-11-12",[3544,4567,4647],{"path":4931,"title":4932,"date":4933,"tags":4934},"\u002Fblog\u002F2025\u002F11\u002Fbuilding-label-scanner-with-flowfuse","Building a Label Scanner with FlowFuse for Product Labels & Serial Numbers","2025-11-11",[3544],{"path":4936,"title":4937,"date":4938,"tags":4939},"\u002Fblog\u002F2025\u002F11\u002Fcsv-mqtt-database-dashboard-flowfuse","How to Ingest CSV Logs into MQTT, Databases, and Dashboards","2025-11-10",[3544,4600],{"path":4941,"title":4942,"date":4943,"tags":4944},"\u002Fblog\u002F2025\u002F11\u002Fptc-kepware-thingworx-divestment","The Industrial IoT Market Shift: What the PTC Divestment Means for Your Data Strategy","2025-11-06",[3544,4567,4945,4946,4947],"kepware","thingworx","industrial-iot",{"path":4949,"title":4950,"date":4951,"tags":4952},"\u002Fblog\u002F2025\u002F10\u002Fplc-to-mqtt-using-flowfuse","How to Connect Any PLC to MQTT in Under an Hour","2025-10-27",[3544,4667,4600,4589],{"path":4954,"title":4955,"date":4956,"tags":4957},"\u002Fblog\u002F2025\u002F10\u002Fflowfuse-release-2-23","FlowFuse 2.23: MCP and ONNX nodes, FlowFuse AI Expert on the homepage, Application-level Permission Control, FlowFuse Expert for Self-Hosted, and more!","2025-10-23",[3544,4515,4516,4647],{"path":4959,"title":4960,"date":4961,"tags":4962},"\u002Fblog\u002F2025\u002F10\u002Fhow-to-log-plc-data-csv-files","How to Log PLC Data to CSV Files","2025-10-22",[3544,4589],{"path":4964,"title":4965,"date":4966,"tags":4967},"\u002Fblog\u002F2025\u002F10\u002Fintroducing-flowfuse-expert","Introducing FlowFuse Expert","2025-10-16",[3544,3545],{"path":3539,"title":5,"date":3528,"tags":4969},[3544,3545],{"path":4971,"title":4972,"date":4973,"tags":4974},"\u002Fblog\u002F2025\u002F10\u002Fai-on-flowfuse","MCP and Custom AI Models on FlowFuse!","2025-10-13",[3544,4567,4508,4647],{"path":4976,"title":4977,"date":4978,"tags":4979},"\u002Fblog\u002F2025\u002F10\u002Fcustom-onnx-model","Deploy Custom-Trained AI Models: Using ONNX with Node-RED and FlowFuse","2025-10-10",[3544,4647],{"path":4981,"title":4982,"date":4978,"tags":4983},"\u002Fblog\u002F2025\u002F10\u002Fusing-ethernet-ip-with-flowfuse","EtherNet\u002FIP Integration with FlowFuse: Communicating with Allen-Bradley PLCs",[3544,4567,4508,4589],{"path":4985,"title":4986,"date":4987,"tags":4988},"\u002Fblog\u002F2025\u002F10\u002Fnode-red-revolution","The Node-RED Revolution: How Low-Code is Democratizing Industrial Automation","2025-10-09",[3544,4567],{"path":4990,"title":4991,"date":4987,"tags":4992},"\u002Fblog\u002F2025\u002F10\u002Fthe-ai-orchestration-hype","Beyond Cloud AI Orchestration: Why the Future is Hybrid Edge-Cloud Intelligence",[3544,4567,4647],{"path":4994,"title":4995,"date":4996,"tags":4997},"\u002Fblog\u002F2025\u002F10\u002Fnode-red-vs-flowfuse","What's the Difference Between Node-RED and FlowFuse","2025-10-08",[3544],{"path":4999,"title":5000,"date":5001,"tags":5002},"\u002Fblog\u002F2025\u002F10\u002Fopen-ai-agent-builder-versus-flowfuse","OpenAI's AgentKit or FlowFuse: Choosing the Right Low-Code App for Your Needs","2025-10-07",[3544,4481,4647],{"path":5004,"title":5005,"date":5006,"tags":5007},"\u002Fblog\u002F2025\u002F09\u002Fusing-modbus-with-flowfuse","Modbus RTU (RS485\u002FRS422\u002FRS232) Communications with FlowFuse","2025-09-26",[3544,4667],{"path":5009,"title":5010,"date":5011,"tags":5012},"\u002Fblog\u002F2025\u002F09\u002Fflowfuse-release-2-22","FlowFuse 2.22: FlowFuse Expert for node editing, FlowFuse Broker schema autodetection, Improved Snapshots Interface, eCharts enablement, and FlowFuse Dashboard Updates","2025-09-25",[3544,4515,4516],{"path":5014,"title":5015,"date":5011,"tags":5016},"\u002Fblog\u002F2025\u002F09\u002Fwhat-is-takt-time","Takt Time: Definition, Formula, How to Calculate with Examples & More [2026 Edition]",[3544],{"path":5018,"title":5019,"date":5020,"tags":5021},"\u002Fblog\u002F2025\u002F09\u002Finstalling-node-red","Download Node-RED for Production: Windows, Mac, Linux, Raspberry Pi (2026)","2025-09-19",[3544,4567],{"path":5023,"title":5024,"date":5025,"tags":5026},"\u002Fblog\u002F2025\u002F09\u002Fai-assistant-flowfuse-tables","Query Your Database with Natural Language Using FlowFuse Expert","2025-09-18",[3544,4647],{"path":5028,"title":5029,"date":5030,"tags":5031},"\u002Fblog\u002F2025\u002F09\u002Fintegrating-lorawan-with-flowfuse-node-red","Integrating LoRaWAN with FlowFuse","2025-09-17",[3544],{"path":5033,"title":5034,"date":5035,"tags":5036},"\u002Fblog\u002F2025\u002F09\u002Fpoka-yoke-mistake-proofing","Poka Yoke (Poke Yoke, Bokayoke) Explained: Definition, Examples, Types (2026)","2025-09-11",[3544],{"path":5038,"title":5039,"date":5040,"tags":5041},"\u002Fblog\u002F2025\u002F09\u002Fwhat-is-5s-checklist","What is 5S Checklist: Definition, Benefits, Implementation, and Template","2025-09-10",[3544,4492],{"path":5043,"title":5044,"date":5045,"tags":5046},"\u002Fblog\u002F2025\u002F09\u002Fit-vs-ot-difference-between-information-technology-and-operational-technology","IT vs OT: Key Differences, Security Risks, and IT\u002FOT Convergence","2025-09-08",[3544],{"path":5048,"title":5049,"date":5050,"tags":5051},"\u002Fblog\u002F2025\u002F09\u002Fpreventive-maintenance-equipment-failure","Preventive Maintenance in Manufacturing: Avoid Multi-Million Dollar Equipment Failures","2025-09-04",[3544],{"path":5053,"title":5054,"date":5055,"tags":5056},"\u002Fblog\u002F2025\u002F09\u002Fcreating-pareto-chart","How to Create a Pareto Chart for Manufacturing Data","2025-09-02",[5057,4502,5058],"pareto-chart","data-analysis",{"path":5060,"title":5061,"date":5062,"tags":5063},"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-node-red-api","FlowFuse API for Industry: Automating Node-RED Instances, Devices, and CI\u002FCD Tasks","2025-08-29",[3544],{"path":5065,"title":5066,"date":5067,"tags":5068},"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-release-2-21","FlowFuse 2.21: AI-Assisted SQL, Low-Code Custom Nodes, and Remote Instance Performance Insights","2025-08-28",[3544,4515,4516,4647],{"path":5070,"title":5071,"date":5067,"tags":5072},"\u002Fblog\u002F2025\u002F08\u002Fpareto-chart-manufacturing-guide","Pareto Chart & Diagram: What It Is, Formula, Examples & Manufacturing Applications",[3544],{"path":5074,"title":5075,"date":5076,"tags":5077},"\u002Fblog\u002F2025\u002F08\u002Fannual_billing","Save with FlowFuse Annual Billing – Now Available!","2025-08-22",[3544,4515],{"path":5079,"title":5080,"date":5076,"tags":5081},"\u002Fblog\u002F2025\u002F08\u002Forchestrating-virtual-power-plants-low-code-platforms","Orchestrating Virtual Power Plants: How Low-Code Platforms Bridge the Gap",[3544],{"path":5083,"title":5084,"date":5085,"tags":5086},"\u002Fblog\u002F2025\u002F08\u002Ftime-series-dashboard-flowfuse-postgresql","Building Historical Data Dashboard with FlowFuse Tables","2025-08-21",[3544],{"path":5088,"title":5089,"date":5090,"tags":5091},"\u002Fblog\u002F2025\u002F08\u002Fopen-source-software-and-manufacturing","Winning Through Open-Source Software in Manufacturing Digitalization","2025-08-20",[3544,4567],{"path":5093,"title":5094,"date":5095,"tags":5096},"\u002Fblog\u002F2025\u002F08\u002Fadvanced-opcua-real-time-subscriptions-alarms-historical-data","OPC UA Tutorial: Advanced Monitoring with Subscriptions, Alarms, and Historical Data","2025-08-14",[3544,4578],{"path":5098,"title":5099,"date":5100,"tags":5101},"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-why-pricing-matters","The Evolution of Business Automation: Why Pricing Models Matter","2025-08-08",[3544],{"path":5103,"title":5104,"date":5100,"tags":5105},"\u002Fblog\u002F2025\u002F08\u002Fgetting-started-with-flowfuse-tables","FlowFuse's New Database: The Easiest Way to Store Industrial IoT Data",[3544],{"path":5107,"title":5108,"date":5109,"tags":5110},"\u002Fblog\u002F2025\u002F07\u002Fflowfuse-release-2-20","FlowFuse 2.20: AI-Assisted Node-RED & New Database Service","2025-07-31",[3544,4515,4516,4647],{"path":5112,"title":5113,"date":5114,"tags":5115},"\u002Fblog\u002F2025\u002F07\u002Fflowfuse-ai-assistant-better-node-red-manufacturing","FlowFuse Expert: Let Your Engineers Build Automation, Not Write Code","2025-07-29",[3544],{"path":5117,"title":5118,"date":5119,"tags":5120},"\u002Fblog\u002F2025\u002F07\u002Fquality-control-automation-spc-charts","Statistical Process Control (SPC): Benefits and Implementation Guide","2025-07-24",[4481,3544],{"path":5122,"title":5123,"date":5124,"tags":5125},"\u002Fblog\u002F2025\u002F07\u002Freading-and-writing-plc-data-using-opc-ua","OPC UA Tutorial: Connect and Exchange Data with Industrial Equipment","2025-07-16",[3544,4578,4589],{"path":5127,"title":5128,"date":5129,"tags":5130},"\u002Fblog\u002F2025\u002F07\u002Fconnect-legacy-equipment-serial-flowfuse","Node-RED Serial Port Tutorial: Connect RS232\u002FRS485 Manufacturing Equipment (2026)","2025-07-09",[3544,4578,4503],{"path":5132,"title":5133,"date":5134,"tags":5135},"\u002Fblog\u002F2025\u002F07\u002Fflowfuse-release-2-19","FlowFuse 2.19: More Powerful AI in Node-RED, Drop-In Blueprints, Memory Monitoring, and Faster Onboarding","2025-07-03",[3544,4515,4516],{"path":5137,"title":5138,"date":5134,"tags":5139},"\u002Fblog\u002F2025\u002F07\u002Fsmart-manufacturing-order-panel-flowfuse","How we Built a Smart Manufacturing Order Execution Panel with FlowFuse",[3544,5140],"mes",{"path":5142,"title":5143,"date":5144,"tags":5145},"\u002Fblog\u002F2025\u002F07\u002Fcertified-nodes-v2","Curated Node-RED Integrations: FlowFuse Certified Nodes 2.0","2025-07-01",[3544,4567,5146,5147],"certified-nodes","developers",{"path":5149,"title":5150,"date":5151,"tags":5152},"\u002Fblog\u002F2025\u002F06\u002Fbuilding-andon-task-manager-dashboard-with-ff","Part 2: Building an Andon Task Manager with FlowFuse","2025-06-26",[3544],{"path":5154,"title":5155,"date":5156,"tags":5157},"\u002Fblog\u002F2025\u002F06\u002Fshop-floor-kpis-for-mes","What to Measure on the Shop Floor: Factory KPIs Your MES Should Deliver","2025-06-20",[3544,5140],{"path":5159,"title":5160,"date":5161,"tags":5162},"\u002Fblog\u002F2025\u002F06\u002Fstructuring-storing-data-mes-integration","Structuring and Storing Data for Effective MES Integration","2025-06-18",[3544,5140],{"path":5164,"title":5165,"date":5166,"tags":5167},"\u002Fblog\u002F2025\u002F06\u002Fdata-acquisition-for-mes","MES Data Acquisition: How to Unlock Your Factory’s Hidden Data","2025-06-13",[3544,5140],{"path":5169,"title":5170,"date":5171,"tags":5172},"\u002Fblog\u002F2025\u002F06\u002Fannouncing-node-red-con-2025","Announcing Node-RED Con 2025: A Community Conference on Industrial Applications","2025-06-12",[3544,4515,4566,4567],{"path":5174,"title":5175,"date":5176,"tags":5177},"\u002Fblog\u002F2025\u002F06\u002Fflowfuse-forms-easy-data-collection-factory-floor","FlowFuse Forms: Easy Data Collection for Your Factory Floor","2025-06-10",[3544],{"path":5179,"title":5180,"date":5176,"tags":5181},"\u002Fblog\u002F2025\u002F06\u002Foptimizing-operations-improve-industrial-operations-with-flowfuse","Optimizing operations: Improve Industrial Operations with FlowFuse",[3544,4515,5182],"funding",{"path":5184,"title":5185,"date":5186,"tags":5187},"\u002Fblog\u002F2025\u002F06\u002Fflowfuse-release-2-18","FlowFuse 2.18: Smarter Monitoring, AI Integration, Improved DevOps, and a preview of exciting things to come","2025-06-05",[3544,4515,4516,4647],{"path":5189,"title":5190,"date":5186,"tags":5191},"\u002Fblog\u002F2025\u002F06\u002Fwhat-is-mes","What Is MES (Manufacturing Execution System)? How It Works, Benefits, and Challenges",[3544,5140],{"path":5193,"title":5194,"date":5195,"tags":5196},"\u002Fblog\u002F2025\u002F06\u002Fconnect-shop-floor-to-odoo-erp-flowfuse","Connect Your Shop Floor to Your ERP – Odoo Edition","2025-06-02",[3544],{"path":5198,"title":5199,"date":5200,"tags":5201},"\u002Fblog\u002F2025\u002F05\u002Fdesigning-flexible-cron-schedules-in-flowfuse-with-node-red","Building a Flexible Node-RED Scheduler with Cron-Plus","2025-05-15",[3544],{"path":5203,"title":5204,"date":5205,"tags":5206},"\u002Fblog\u002F2025\u002F05\u002Fdisplaying-embeded-webpages-on-node-red-dashboard","How to Embed Webpages on the FlowFuse Dashboard","2025-05-13",[3544],{"path":5208,"title":5209,"date":5210,"tags":5211},"\u002Fblog\u002F2025\u002F05\u002Fbuilding-andon-task-manager-with-ff","Part 1: Building an Andon Task Manager with FlowFuse","2025-05-08",[3544],{"path":5213,"title":5214,"date":5210,"tags":5215},"\u002Fblog\u002F2025\u002F05\u002Fflowfuse-release-2-17","FlowFuse 2.17: Easier remote instance onboarding, Dashboard blueprint, PDF generation, and more",[3544,4515,4516],{"path":5217,"title":5218,"date":5219,"tags":5220},"\u002Fblog\u002F2025\u002F05\u002Fhow-to-generate-pdf-reports-using-node-red","How to Generate PDF Reports Using Node-RED in FlowFuse (2026)","2025-05-07",[3544,4503],{"path":5222,"title":5223,"date":5224,"tags":5225},"\u002Fblog\u002F2025\u002F04\u002Fdesign-and-scale-oee-dashboard","How to Design and Scale an OEE Dashboard for Factory Screens","2025-04-16",[3544],{"path":5227,"title":5228,"date":5229,"tags":5230},"\u002Fblog\u002F2025\u002F04\u002Fflowfuse-release-2-16","FlowFuse 2.16: Git Integration, improved log retention and more","2025-04-10",[3544,4515,4516],{"path":5232,"title":5233,"date":5234,"tags":5235},"\u002Fblog\u002F2025\u002F04\u002Fbuild-manufacturing-oee-dashboard","How to Build a Manufacturing OEE Dashboard with FlowFuse","2025-04-09",[3544],{"path":5237,"title":5238,"date":5239,"tags":5240},"\u002Fblog\u002F2025\u002F04\u002Fwhat-is-an-oee-dashboard","What Is an OEE Dashboard? KPIs, Metrics, and How to Plan One","2025-04-01",[3544],{"path":5242,"title":5243,"date":5244,"tags":5245},"\u002Fblog\u002F2025\u002F03\u002Fmanaging-mqtt-connections-at-scale-in-flowfuse","Managing MQTT Connections at Scale in FlowFuse","2025-03-28",[3544,4600],{"path":5247,"title":5248,"date":5249,"tags":5250},"\u002Fblog\u002F2025\u002F03\u002Fflowfuse-release-2-15","FlowFuse 2.15: Personal Node Collections, Smart Schema Suggestions and more control in DevOps Pipelines!","2025-03-12",[3544,4515,4516],{"path":5252,"title":5253,"date":5254,"tags":5255},"\u002Fblog\u002F2025\u002F02\u002Fmonitoring-system-health-performance-scale-flowfuse","Monitoring Device Health and Performance at Scale with FlowFuse","2025-02-21",[4567,3544],{"path":5257,"title":5258,"date":5259,"tags":5260},"\u002Fblog\u002F2025\u002F02\u002Finteracting-with-arduino-using-node-red","Interacting with Arduino using Node-RED","2025-02-12",[4567],{"path":5262,"title":5263,"date":5264,"tags":5265},"\u002Fblog\u002F2025\u002F02\u002Fflowfuse-release-2-14","FlowFuse 2.14: Announcing Third-Party Broker Integration, UNS Schemas, Enhanced Auth on Remote Instances and more!","2025-02-11",[3544,4515,4516],{"path":5267,"title":5268,"date":5269,"tags":5270},"\u002Fblog\u002F2025\u002F02\u002Fnode-red-academy-announcement","Announcing Node-RED Academy!","2025-02-05",[3544,4567,5271,5272,4515],"education","Node-RED Academy",{"path":5274,"title":5275,"date":5276,"tags":5277},"\u002Fblog\u002F2025\u002F01\u002Fdesigning-topic-hierarchy-for-your-uns","Designing a Clear Topic Structure for Your UNS","2025-01-31",[3544,5278,4600],"unified-namespace",{"path":5280,"title":5281,"date":5282,"tags":5283},"\u002Fblog\u002F2025\u002F01\u002Fhow-to-choose-right-iot-device-management-tool","How to Choose the Right IIoT Device Management Software for Your Business","2025-01-24",[3544],{"path":5285,"title":5286,"date":5287,"tags":5288},"\u002Fblog\u002F2025\u002F01\u002Fwhy-flowfuse-is-complete-toolkit-for-uns","Why FlowFuse is the Complete Toolkit For Building UNS?","2025-01-20",[3544,5289,5278],"flowfuse features",{"path":5291,"title":5292,"date":5293,"tags":5294},"\u002Fblog\u002F2025\u002F01\u002Fintegrating-siemens-s7-plcs-with-node-red-guide","How to Read and Write Siemens S7 PLC Data, A Node-RED Guide (2026)","2025-01-17",[4567,3544,4589,4503],{"path":5296,"title":5297,"date":5298,"tags":5299},"\u002Fblog\u002F2025\u002F01\u002Fflowfuse-release-2-13","FlowFuse 2.13: Remote Instances, UNS Schemas & Improved Management at Scale","2025-01-16",[3544,4515,4516],{"path":5301,"title":5302,"date":5303,"tags":5304},"\u002Fblog\u002F2025\u002F01\u002Fmqtt-frontrunner-for-uns-part-2","MQTT: The Frontrunner for Your UNS Broker - Part 2","2025-01-13",[4600,5305,5278],"uns",{"path":5307,"title":5308,"date":5309,"tags":5310},"\u002Fblog\u002F2025\u002F01\u002Fmqtt-frontrunner-for-uns","MQTT: The Frontrunner for Your UNS Broker - Part 1","2025-01-07",[4600,5305,5278],{"path":5312,"title":5313,"date":5314,"tags":5315},"\u002Fblog\u002F2024\u002F12\u002Fflowfuse-release-2-12","FlowFuse Cloud now available for free!","2024-12-19",[3544,4515,4516],{"path":5317,"title":5318,"date":5319,"tags":5320},"\u002Fblog\u002F2024\u002F12\u002Fwhy-uns-need-data-modeling","Data Modeling: The Key to a Successful Unified Namespace","2024-12-16",[3544,5278,5321],"data modeling",{"path":5323,"title":5324,"date":5325,"tags":5326},"\u002Fblog\u002F2024\u002F12\u002Fflowfuse-team-collaboration","Streamlining Node-RED Collaboration with FlowFuse","2024-12-09",[3544,5289],{"path":5328,"title":5329,"date":5330,"tags":5331},"\u002Fblog\u002F2024\u002F12\u002Fpublishing-modbus-data-to-uns","How to Bridge Modbus to MQTT: Step-by-Step Guide","2024-12-04",[3544,5305,4667],{"path":5333,"title":5334,"date":5335,"tags":5336},"\u002Fblog\u002F2024\u002F11\u002Fbuilding-uns-with-flowfuse","Building a Unified Namespace (UNS) with FlowFuse","2024-11-28",[3544,5278,4600],{"path":5338,"title":5339,"date":5340,"tags":5341},"\u002Fblog\u002F2024\u002F11\u002Fintroducing-industrial-visionaries-podcast","Introducing the Industrial Visionaries Podcast!","2024-11-26",[4481,3544,5342],"Podcast",{"path":5344,"title":5345,"date":5340,"tags":5346},"\u002Fblog\u002F2024\u002F11\u002Fwhy-point-to-point-connection-is-dead","The Death of Point-to-Point: Why You Need a Unified Namespace",[3544,4600,5278],{"path":5348,"title":5349,"date":5350,"tags":5351},"\u002Fblog\u002F2024\u002F11\u002Fgetting-the-most-out-of-mqtt-for-industrial-iot","Getting the Most Out of MQTT for Industrial IoT","2024-11-25",[4508,3544,4600],{"path":5353,"title":5354,"date":5355,"tags":5356},"\u002Fblog\u002F2024\u002F11\u002Fflowfuse-release-2-11","FlowFuse 2.11: MQTT Topic Hierarchy, UI Revamp & Improved Logging","2024-11-21",[4481,3544,4516],{"path":5358,"title":5359,"date":5360,"tags":5361},"\u002Fblog\u002F2024\u002F11\u002Fwhy-pub-sub-in-uns","Why UNS needs Pub\u002FSub","2024-11-19",[3544,4600,5278],{"path":5363,"title":5364,"date":5365,"tags":5366},"\u002Fblog\u002F2024\u002F11\u002Fesp32-with-node-red","Interacting with ESP32 Using Node-RED and MQTT (2026)","2024-11-14",[4567,4503,4600],{"path":5368,"title":5369,"date":5370,"tags":5371},"\u002Fblog\u002F2024\u002F11\u002Fmigrating-from-node-red-to-flowfuse","Migrating from Self-Managed Node-RED to FlowFuse-Managed Node-RED","2024-11-13",[3544,5289],{"path":5373,"title":5374,"date":5375,"tags":5376},"\u002Fblog\u002F2024\u002F11\u002Fdevice-agent-as-service-on-mac","Run FlowFuse Device Agent as a service on MacOS using Docker","2024-11-12",[3544,4503],{"path":5378,"title":5379,"date":5380,"tags":5381},"\u002Fblog\u002F2024\u002F11\u002Fdashboard-new-group-type-app-icon-and-charts","Visual Layout Editor - Now Available in Dashboard","2024-11-08",[4481,4515,3544,4492],{"path":5383,"title":5384,"date":5385,"tags":5386},"\u002Fblog\u002F2024\u002F10\u002Fannouncement-mqtt-broker","MQTT Service Now Available on FlowFuse","2024-10-31",[4481,4515,3544,4567,4600],{"path":5388,"title":5389,"date":5390,"tags":5391},"\u002Fblog\u002F2024\u002F10\u002Fexploring-flowfuse-security-features","FlowFuse Security Features You Didn’t Know You Needed","2024-10-24",[4508,3544,5289,5392],"node-red security",{"path":5394,"title":5395,"date":5390,"tags":5396},"\u002Fblog\u002F2024\u002F10\u002Fflowfuse-release-2-10","FlowFuse 2.10: MQTT Broker, Improved Version Control & More!",[4481,3544,4516],{"path":5398,"title":5399,"date":5400,"tags":5401},"\u002Fblog\u002F2024\u002F10\u002Fmanaging-node-red-instances-in-centralize-platfrom","Transform Chaos into Control: Centralize Node-RED Management with FlowFuse","2024-10-18",[4508,3544],{"path":5403,"title":5404,"date":5405,"tags":5406},"\u002Fblog\u002F2024\u002F10\u002Fexploring-flowfuse-sbom-feature","FlowFuse's Software bills of material helps enhance Application Security and Management","2024-10-14",[4508,3544,5407,5408,5409,5410],"enhancing node-red security","flowfuse software bills of material","Sbom in the industrial applications","sbom open source",{"path":5412,"title":5413,"date":5414,"tags":5415},"\u002Fblog\u002F2024\u002F10\u002Fdashboard-new-group-type-app-icon-and-charts","Dialogs, Customizable Icons and Histograms Now Available in FlowFuse Dashboard","2024-10-11",[4481,4515,3544,4492],{"path":5417,"title":5418,"date":5419,"tags":5420},"\u002Fblog\u002F2024\u002F10\u002Fquick-ways-to-write-functions-in-node-red","Exploring Quick Ways to Write Complex Logic in Function Nodes in Node-RED","2024-10-09",[4481,5421,5422],"node-red function node","node red function node",{"path":5424,"title":5425,"date":5426,"tags":5427},"\u002Fblog\u002F2024\u002F10\u002Fexploring-flowfuse-project-nodes","Using FlowFuse Project Nodes for Faster and More Efficient Communication","2024-10-07",[4508,5428,5429,5430,5431],"flowfuse project nodes","node-red mqtt","node red mqtt","node red communication protocols",{"path":5433,"title":5434,"date":5435,"tags":5436},"\u002Fblog\u002F2024\u002F10\u002Fhow-to-build-automate-devops-pipelines-node-red-deployments","Creating and Automating DevOps Pipelines for Node-RED in Industrial Environments","2024-10-03",[5437,5438,5439],"node-red devops","node red devops","node red devops pipeline",{"path":5441,"title":5442,"date":5443,"tags":5444},"\u002Fblog\u002F2024\u002F09\u002Fflowfuse-release-2-9","FlowFuse 2.9: Software Bill of Materials & Public Static Assets","2024-09-26",[4481,3544,4516],{"path":5446,"title":5447,"date":5443,"tags":5448},"\u002Fblog\u002F2024\u002F09\u002Fnode-red-version-control-with-snapshots","Using Snapshots for Version Control in Node-RED with FlowFuse",[3544],{"path":5450,"title":5451,"date":5452,"tags":5453},"\u002Fblog\u002F2024\u002F09\u002Fhow-to-scrape-web-data-with-node-red","How to Scrape Data from Websites Using Node-RED","2024-09-16",[4567,4503],{"path":5455,"title":5456,"date":5457,"tags":5458},"\u002Fblog\u002F2024\u002F09\u002Fhow-to-use-subflow-in-node-red","How to create and use Subflow in Node-RED (2026)","2024-09-13",[4567,4503],{"path":5460,"title":5461,"date":5462,"tags":5463},"\u002Fblog\u002F2024\u002F08\u002Fflowfuse-2-8-release","FlowFuse 2.8: Static File Service, LDAP Updates & More","2024-08-29",[4481,3544,4516],{"path":5465,"title":5466,"date":5467,"tags":5468},"\u002Fblog\u002F2024\u002F08\u002Fdashboard-new-layout-widgets-and-gauges","New Layout, Widget and Gauges Now Available in FlowFuse Dashboard","2024-08-28",[4481,4515,3544,4492],{"path":5470,"title":5471,"date":5472,"tags":5473},"\u002Fblog\u002F2024\u002F08\u002Fusing-mqtt-sparkplugb-with-node-red","MQTT Sparkplug B Implementation: Protocol, Architecture & Best Practices","2024-08-22",[4481,4567,4600],{"path":5475,"title":5476,"date":5477,"tags":5478},"\u002Fblog\u002F2024\u002F08\u002Fopentelemetry-with-node-red","Monitoring and Optimizing Node-RED Flows with Open Telemetry (2026)","2024-08-15",[4508,4567,5479,4503],"node-red tips",{"path":5481,"title":5482,"date":5483,"tags":5484},"\u002Fblog\u002F2024\u002F08\u002Fopc-ua-to-mqtt-with-node-red","Bridging OPC UA Data to MQTT with Node-RED (2026)","2024-08-13",[4481,4567,4600,4578,4503],{"path":5486,"title":5487,"date":5488,"tags":5489},"\u002Fblog\u002F2024\u002F08\u002Fcustomise-theming-in-your-dashboards","Customise theming in your FlowFuse Dashboard (2026)","2024-08-07",[4481,4492,5490,4503],"dashboard theming",{"path":5492,"title":5493,"date":5494,"tags":5495},"\u002Fblog\u002F2024\u002F08\u002Fcomparing-dashboard-2-with-uibuilder","FlowFuse Dashboard vs UI-Builder: A Comprehensive Comparison","2024-08-06",[4508,4567,4492,5496],"comparing node-red dashboards",{"path":5498,"title":5499,"date":5500,"tags":5501},"\u002Fblog\u002F2024\u002F08\u002Fflowfuse-2-7-release","FlowFuse 2.7: Improved management at scale & AI JSON Editor","2024-08-01",[4481,3544,4516],{"path":5503,"title":5504,"date":5505,"tags":5506},"\u002Fblog\u002F2024\u002F07\u002Fhow-to-setup-sso-ldap-for-the-node-red","How to Set Up SSO LDAP for Node-RED","2024-07-29",[4508,3544,5289,5507],"sso",{"path":5509,"title":5510,"date":5511,"tags":5512},"\u002Fblog\u002F2024\u002F07\u002Fdashboard-new-charts","New Charts Available in FlowFuse Dashboard","2024-07-26",[4481,4515,3544,4492],{"path":5514,"title":5515,"date":5516,"tags":5517},"\u002Fblog\u002F2024\u002F07\u002Fevolution-of-technology-impact-on-job-roles-and-companies","Evolution of Technology: Impact on Job Roles and Companies","2024-07-23",[4481,3544,5518,4647],"low-code",{"path":5520,"title":5521,"date":5522,"tags":5523},"\u002Fblog\u002F2024\u002F07\u002Fbuilding-on-flowfuse-devices","Building on FlowFuse: Remote Device Monitoring","2024-07-17",[4481,4515,4567,3544],{"path":5525,"title":5526,"date":5522,"tags":5527},"\u002Fblog\u002F2024\u002F07\u002Fhow-to-setup-sso-saml-for-the-node-red","How to Set Up SSO SAML for Node-RED",[4508,4567,5392,5507],{"path":5529,"title":5530,"date":5531,"tags":5532},"\u002Fblog\u002F2024\u002F07\u002Fdeploying-flowfuse-with-docker","Deploying FlowFuse with Docker on an Ubuntu server","2024-07-15",[4508,3544,5533],"self hosted",{"path":5535,"title":5536,"date":5537,"tags":5538},"\u002Fblog\u002F2024\u002F07\u002Fcalling-python-script-from-node-red","Calling a Python script from Node-RED (2026)","2024-07-10",[4508,4567,5539,4503],"node red python",{"path":5541,"title":5542,"date":5543,"tags":5544},"\u002Fblog\u002F2024\u002F07\u002Fflowfuse-2-6-release","FlowFuse 2.6: AI Infused Node-RED, Persistent File Storage & Lots More","2024-07-04",[4481,3544,4516,5545,5546,4647,5547,5548,5549],"storage","editor","assistant","blueprint","Node-RED",{"path":5551,"title":5552,"date":5553,"tags":5554},"\u002Fblog\u002F2024\u002F06\u002Fdashboard-1-deprecated","Node-RED Dashboard Formally Deprecated","2024-06-27",[4481,4515,4567,3544,4492,5555],"FlowFuse Dashboard",{"path":5557,"title":5558,"date":5559,"tags":5560},"\u002Fblog\u002F2024\u002F06\u002Fdashboard-multi-tenancy","Multi-Tenancy available for everyone with FlowFuse's Dashboard 2.0","2024-06-21",[4481,4515,3544,4492],{"path":5562,"title":5563,"date":5559,"tags":5564},"\u002Fblog\u002F2024\u002F06\u002Finteracting-with-google-sheet-from-node-red","Interacting with Google Sheets from Node-RED (2026)",[4481,4567,5565,5566,4503],"node red","google sheet",{"path":5568,"title":5569,"date":5570,"tags":5571},"\u002Fblog\u002F2024\u002F06\u002Fnode-red-4-on-flowfuse-cloud","Node-RED 4: Bringing better collaboration to FlowFuse Cloud","2024-06-20",[4481,3544,5549,5572],"FlowFuse Cloud",{"path":5574,"title":5575,"date":5576,"tags":5577},"\u002Fblog\u002F2024\u002F06\u002Fflowfuse-2-5-release","FlowFuse 2.5: New features to visualize snapshots, LDAP integration, and more","2024-06-06",[4481,3544,4516,5578,5579,5548,5549],"LDAP","snapshot",{"path":5581,"title":5582,"date":5583,"tags":5584},"\u002Fblog\u002F2024\u002F06\u002Fhow-to-use-mqtt-in-node-red","Working with MQTT in Node-RED: Complete Guide (2026)","2024-06-05",[4481,4567,4600,4503],{"path":5586,"title":5587,"date":5588,"tags":5589},"\u002Fblog\u002F2024\u002F05\u002Fexploring-node-red-dashboard-2-widgets","Exploring Node-RED Dashboard 2.0 Widgets","2024-05-27",[4481,4492],{"path":5591,"title":5592,"date":5593,"tags":5594},"\u002Fblog\u002F2024\u002F05\u002Fwhy-you-need-a-low-code-platform","Why you need a low-code platform","2024-05-22",[3544,5518],{"path":5596,"title":5597,"date":5598,"tags":5599},"\u002Fblog\u002F2024\u002F05\u002Fnode-red-mind-stack-with-flowfuse","The MIND stack with Node-RED and FlowFuse Dashboard 2.0","2024-05-14",[4481,3544,5600,5601,5602,5603],"mind","ming","influx","dashboards",{"path":5605,"title":5606,"date":5598,"tags":5607},"\u002Fblog\u002F2024\u002F05\u002Fproduct-strategy-updates","Product Mission Statement and Strategy Updates",[4481,3544],{"path":5609,"title":5610,"date":5611,"tags":5612},"\u002Fblog\u002F2024\u002F05\u002Fmapping-location-on-dashboard-2","Mapping location data within Node-RED Dashboard 2.0. (2026)","2024-05-13",[4481,4492,5613,5614,4503],"fleet tracking","location",{"path":5616,"title":5617,"date":5618,"tags":5619},"\u002Fblog\u002F2024\u002F05\u002Fnode-red-dashboard-2-layout-navigation-styling","Comprehensive guide: Node-RED Dashboard 2.0 layout, sidebar, and styling","2024-05-10",[4481,4492,5620,5621,5622,4503],"flowfuse dashboard","customizing dashboard","dashboard 2.0",{"path":5624,"title":5625,"date":5626,"tags":5627},"\u002Fblog\u002F2024\u002F05\u002Fflowfuse-2-4-release","FlowFuse 2.4: making it easier to work with Snapshots, Blueprints & Devices","2024-05-09",[4481,3544,4516],{"path":5629,"title":5630,"date":5631,"tags":5632},"\u002Fblog\u002F2024\u002F05\u002Funderstanding-node-flow-global-environment-variables-in-node-red","How to Use Variables in Node-RED: Flow, Global, Context & Environment (2026)","2024-05-06",[4481,4567,4503],{"path":5634,"title":5635,"date":5636,"tags":5637},"\u002Fblog\u002F2024\u002F04\u002Fdashboard-milestones-pwa-new-components","Dashboard 2.0: Milestones, PWA and New Components","2024-04-26",[4481,4516,4566,5638,4492,5639,5640,5641,5642],"changelog","node-red Dashboard 2.0","node-red visualization","progressive web app","Vuetify",{"path":5644,"title":5645,"date":5646,"tags":5647},"\u002Fblog\u002F2024\u002F04\u002Fhow-to-build-an-application-with-node-red-dashboard-2","How to Build An Application With Node-RED Dashboard 2.0 (2026)","2024-04-25",[4481,4567,4492,4503],{"path":5649,"title":5650,"date":5651,"tags":5652},"\u002Fblog\u002F2024\u002F04\u002Fflowfuse-dedicated","Introducing FlowFuse Dedicated","2024-04-22",[4481,4567,3544,5653],"dedicated",{"path":5655,"title":5656,"date":5657,"tags":5658},"\u002Fblog\u002F2024\u002F04\u002Fflowfuse-at-hannover-messe-node-red","FlowFuse Gears Up for Hannover Messe","2024-04-11",[4481,3544,4567,5659,5660],"hannover messe","conference announcement",{"path":5662,"title":5663,"date":5664,"tags":5665},"\u002Fblog\u002F2024\u002F04\u002Fnode-red-multiplayer","Node-RED Multiplayer mode","2024-04-10",[4481,3544,4567,5666,5667],"collaborative editing","concurrent editing",{"path":5669,"title":5670,"date":5671,"tags":5672},"\u002Fblog\u002F2024\u002F04\u002Fbuilding-an-admin-panel-in-node-red-with-dashboard-2","How to Build an Admin Dashboard with Node-RED Dashboard 2.0 (2026)","2024-04-08",[4481,5622,5673,5674,4503],"admin dashboard","admin-only page",{"path":5676,"title":5677,"date":5678,"tags":5679},"\u002Fblog\u002F2024\u002F04\u002Fdisplaying-logged-in-users-on-dashboard","Displaying logged in user on Node-RED Dashboard 2.0 (2026)","2024-04-03",[4481,5622,4503],{"path":5681,"title":5682,"date":5678,"tags":5683},"\u002Fblog\u002F2024\u002F04\u002Frole-based-access-control-rbac-for-node-red-with-flowfuse","Role-Based Access for your Node-RED applications",[4481,3544,5684,5685],"RBAC","Role Based Access Control",{"path":5687,"title":5688,"date":5689,"tags":5690},"\u002Fblog\u002F2024\u002F04\u002Fnode-red-architecture","Node-RED Manufacturing Architecture","2024-04-02",[4481,4567,3544,4502,5691,5692,5278],"perdue model","ISA 99",{"path":5694,"title":5695,"date":5696,"tags":5697},"\u002Fblog\u002F2024\u002F03\u002Fusing-kafka-with-node-red","Using Kafka with Node-RED","2024-03-29",[4481,4567,4884],{"path":5699,"title":5700,"date":5701,"tags":5702},"\u002Fblog\u002F2024\u002F03\u002Fflowfuse-gallarus-strategic-partnership-to-accelerate-industry-4-adoption","FlowFuse and Gallarus Announce Strategic Partnership to Accelerate Industry 4.0 Adoption","2024-03-28",[5703,3544,5704,5705,5706],"News","strategic Partner","Indusstry 4.0","digital Transformation",{"path":5708,"title":5709,"date":5710,"tags":5711},"\u002Fblog\u002F2024\u002F03\u002Fdashboard-getting-started","Getting Started with Node-RED Dashboard 2.0","2024-03-27",[4481,4516,4566,5638,4492,5712,5713],"nodered dashboard beginners guide","nodered dashboard basics",{"path":5715,"title":5716,"date":5717,"tags":5718},"\u002Fblog\u002F2024\u002F03\u002Fhttp-authentication-node-red-with-flowfuse","Securing HTTP Traffic for Node-RED with FlowFuse","2024-03-26",[4481,3544,5719,5720,5721],"http in","http node","api",{"path":5723,"title":5724,"date":5725,"tags":5726},"\u002Fblog\u002F2024\u002F03\u002Fscaling-node-red-devices-vs-flowfuse-instance","Scaling Node-RED with FlowFuse: Differences between a FlowFuse Instance and a Device Instance","2024-03-25",[4481,3544,5727,5728],"device instance","scaling node-red",{"path":5730,"title":5731,"date":5732,"tags":5733},"\u002Fblog\u002F2024\u002F03\u002Fusing-kafka-in-manufacturing","How Kafka is applied in manufacturing","2024-03-15",[4481,4567,4884,5734,5735],"Manufacturing","Real-time data streaming",{"path":5737,"title":5738,"date":5739,"tags":5740},"\u002Fblog\u002F2024\u002F03\u002Fflowfuse-self-hosted-open-source-resource-limits","FlowFuse Open Source Tier Resource Limits","2024-03-14",[4481,3544],{"path":5742,"title":5743,"date":5744,"tags":5745},"\u002Fblog\u002F2024\u002F03\u002Flow-code-is-better","Why Low-Code is Better","2024-03-13",[4481,3544,5518,5746],"citizen development",{"path":5748,"title":5749,"date":5750,"tags":5751},"\u002Fblog\u002F2024\u002F03\u002Flooking-towards-node-red-4","Looking towards Node-RED 4.0 and beyond","2024-03-07",[4481,3544,4567],{"path":5753,"title":5754,"date":5755,"tags":5756},"\u002Fblog\u002F2024\u002F03\u002Finstalling-operating-node-red-behind-firewall","Installing and operating Node-RED behind a firewall","2024-03-06",[4481,3544,4567,5757],"vpn",{"path":5759,"title":5760,"date":5761,"tags":5762},"\u002Fblog\u002F2024\u002F02\u002Fhistory-of-nodered","History of Node-RED","2024-02-28",[4481,3544,5760,5549,5763],"Node Red",{"path":5765,"title":5766,"date":5767,"tags":5768},"\u002Fblog\u002F2024\u002F02\u002Fwhy-citizen-development-platforms","Citizen Development: Unleashing Domain Experts","2024-02-26",[4481,3544,5769],"citizen-development",{"path":5771,"title":5772,"date":5773,"tags":5774},"\u002Fblog\u002F2024\u002F02\u002Ftaking-it-further-with-node-red","Storing Data: Getting Started with Node-RED","2024-02-19",[4481,4567,4503],{"path":5776,"title":5777,"date":5778,"tags":5779},"\u002Fblog\u002F2024\u002F02\u002Fnode-red-unified-namespace-architecture","Node-RED in a Unified Namespace Architecture","2024-02-14",[4481,3544,5278],{"path":5781,"title":5782,"date":5783,"tags":5784},"\u002Fblog\u002F2024\u002F02\u002Fconnect-node-red-to-kepware-opc","Connect Node-RED to KepserverEX OPC server.","2024-02-12",[4481,3544,4578],{"path":5786,"title":5787,"date":5788,"tags":5789},"\u002Fblog\u002F2024\u002F02\u002Fnode-red-perfect-adapter-middleware-uns","Node-RED: The perfect adapter and middleware for your UNS","2024-02-06",[4481,3544,5278],{"path":5791,"title":5792,"date":5788,"tags":5793},"\u002Fblog\u002F2024\u002F02\u002Fsoftware-development-in-node-red","Bringing Software Development practices to Node-RED",[4481,3544],{"path":5795,"title":5796,"date":5797,"tags":5798},"\u002Fblog\u002F2024\u002F02\u002Fprofessional-services-for-node-red","Should You Invest in Professional Services for Your Node-RED Development?","2024-02-05",[4481,3544],{"path":5800,"title":5801,"date":5802,"tags":5803},"\u002Fblog\u002F2024\u002F01\u002Frevolutionizing-manufacturing-impact-ai-chatgpt-technologies","AI and ChatGPT - Revolutionizing the Manufacturing Industry","2024-01-31",[4481,3544,4647],{"path":5805,"title":5806,"date":5802,"tags":5807},"\u002Fblog\u002F2024\u002F01\u002Funified-namespace-when-not-to-use","Unified Namespace: When to Use It, and When to Choose Something Else",[4481,3544,5278],{"path":5809,"title":5810,"date":5811,"tags":5812},"\u002Fblog\u002F2024\u002F01\u002Fhow-to-deploy-node-red-with-flowfuse-to-balenacloud","Step-by-Step Guide to Deploying Node-RED with FlowFuse in balenaCloud","2024-01-30",[4481,3544,4503],{"path":5814,"title":5815,"date":5816,"tags":5817},"\u002Fblog\u002F2024\u002F01\u002Fspeech-driven-chatbot-with-node-red","Speech-Driven Chatbot System with Node-RED","2024-01-29",[4481,4567,4492,5818,4647],"virtual assistant",{"path":5820,"title":5821,"date":5822,"tags":5823},"\u002Fblog\u002F2024\u002F01\u002Fdashboard-2-ga","Node-RED Dashboard 2.0 is Generally Available!","2024-01-24",[4481,4516,4566,5638,4492],{"path":5825,"title":5826,"date":5822,"tags":5827},"\u002Fblog\u002F2024\u002F01\u002Fdashboard-2-multi-user","Personalised Multi-user Dashboards with Node-RED Dashboard 2.0!",[4481,4516,4566,5638,4492],{"path":5829,"title":5830,"date":5831,"tags":5832},"\u002Fblog\u002F2024\u002F01\u002Fsentiment-analysis-with-node-red","Sentiment Analysis with Node-RED","2024-01-23",[4481,4567,4492,5833,4647],"sentiment analysis",{"path":5835,"title":5836,"date":5837,"tags":5838},"\u002Fblog\u002F2024\u002F01\u002Funified-namespace-what-broker","Selecting a broker for your Unified Namespace","2024-01-19",[4481,3544,5278],{"path":5840,"title":5841,"date":5842,"tags":5843},"\u002Fblog\u002F2024\u002F01\u002Fflowfuse-release-2-0","FlowFuse 2.0 Release","2024-01-18",[4481,3544,4515,4516],{"path":5845,"title":5846,"date":5847,"tags":5848},"\u002Fblog\u002F2024\u002F01\u002Fcapture-data-edge-with-node-red-flowfuse","Capture Data from edge devices with Node-RED","2024-01-17",[4481,3544,4567,4503],{"path":5850,"title":5851,"date":5852,"tags":5853},"\u002Fblog\u002F2024\u002F01\u002Fsoc2","FlowFuse is now SOC 2 Type 1 Compliant","2024-01-15",[4481,3544,4515],{"path":5855,"title":5856,"date":5857,"tags":5858},"\u002Fblog\u002F2024\u002F01\u002Fimport-a-file","Import a File into Node-RED with Dashboard 2.0","2024-01-05",[4481,3544,4503],{"path":5860,"title":5861,"date":5857,"tags":5862},"\u002Fblog\u002F2024\u002F01\u002Fsend-a-file","Send a File to Node-RED",[4481,3544,4503],{"path":5864,"title":5865,"date":5866,"tags":5867},"\u002Fblog\u002F2023\u002F12\u002Funified-namespace-data-modelling","Data Modeling for your Unified Namespace","2023-12-27",[4481,3544,5278],{"path":5869,"title":5870,"date":5871,"tags":5872},"\u002Fblog\u002F2023\u002F12\u002Fflowfuse-year-review-2023","Thank you for an incredible 2023!","2023-12-22",[4481,3544],{"path":5874,"title":5875,"date":5876,"tags":5877},"\u002Fblog\u002F2023\u002F12\u002Fintroduction-to-unified-namespace","Introduction to the Unified Namespace (UNS) – 2026 Updated Guide","2023-12-20",[4481,3544,5278],{"path":5879,"title":5880,"date":5881,"tags":5882},"\u002Fblog\u002F2023\u002F12\u002Fdevice-agent-as-a-windows-service","Run Node-RED as a service on Windows","2023-12-18",[4481,3544,4503],{"path":5884,"title":5885,"date":5886,"tags":5887},"\u002Fblog\u002F2023\u002F12\u002Fdashboard-0-10-0","Building a Custom Video Player in Dashboard 2.0","2023-12-07",[4481,4516,4566,5638,4492],{"path":5889,"title":5890,"date":5891,"tags":5892},"\u002Fblog\u002F2023\u002F12\u002Fai-use-cases","Beyond Automation - AI Use Cases that are shaping the next manufacturing frontier","2023-12-04",[4481,4647],{"path":5894,"title":5895,"date":5896,"tags":5897},"\u002Fblog\u002F2023\u002F11\u002Fdevice-agent-balena","Deploying the FlowFuse Device Agent via Balena","2023-11-24",[4567,5898,5899],"device","balena",{"path":5901,"title":5902,"date":5903,"tags":5904},"\u002Fblog\u002F2023\u002F11\u002Fdashboard-0-8-0","Overhauling the Dashboard 2.0 Build Pipeline","2023-11-23",[4481,4516,4566,5638,4492],{"path":5906,"title":5907,"date":5908,"tags":5909},"\u002Fblog\u002F2023\u002F11\u002Fai-assistant","Integrate with ChatGPT Assistants with Node-RED","2023-11-21",[4481,4567,4566,3544,5910,4647],"openai",{"path":5912,"title":5913,"date":5914,"tags":5915},"\u002Fblog\u002F2023\u002F11\u002Fchatgpt-gpt","Node-RED Builder a GPT (Alpha) by FlowFuse","2023-11-15",[4481,4567,4566,3544,5916,4647],"chatgpt",{"path":5918,"title":5919,"date":5920,"tags":5921},"\u002Fblog\u002F2023\u002F11\u002Fdashboard-2.0-user-tracking","Tracking Who Has Opened a Dashboard","2023-11-13",[4567,4492,3544],{"path":5923,"title":5924,"date":5925,"tags":5926},"\u002Fblog\u002F2023\u002F11\u002Fcommunity-news-11","Community News November 2023","2023-11-09",[4481,5927],"newsletter",{"path":5929,"title":5930,"date":5925,"tags":5931},"\u002Fblog\u002F2023\u002F11\u002Fdashboard-0-7","Chart Improvements & Migrating to Dashboard 2.0",[4481,4516,4566,5638,4492],{"path":5933,"title":5934,"date":5935,"tags":5936},"\u002Fblog\u002F2023\u002F11\u002Fmeet-us-at-sps-nuremberg","Meet FlowFuse at SPS Nuremberg","2023-11-08",[4481,3544],{"path":5938,"title":5939,"date":5940,"tags":5941},"\u002Fblog\u002F2023\u002F10\u002Fcitizen-development","Innovate from within - Why manufacturing must embrace Citizen Developers","2023-10-30",[4481,3544,5769],{"path":5943,"title":5944,"date":5945,"tags":5946},"\u002Fblog\u002F2023\u002F10\u002Fcertified-nodes","What are Certified Nodes?","2023-10-27",[4481,4516,3544],{"path":5948,"title":5949,"date":5950,"tags":5951},"\u002Fblog\u002F2023\u002F10\u002Fmes-build-buy","Embracing Innovation: Build vs Buy in MES","2023-10-20",[4481,4567,4566,3544],{"path":5953,"title":5954,"date":5955,"tags":5956},"\u002Fblog\u002F2023\u002F10\u002Fservice-disruption-report-2023-10-11","Service Disruption Report for October 11th, 2023","2023-10-18",[4481,3544,4515],{"path":5958,"title":5959,"date":5960,"tags":5961},"\u002Fblog\u002F2023\u002F10\u002Fblueprints","What are FlowFuse Blueprints?","2023-10-16",[4481,4516,3544],{"path":5963,"title":5964,"date":5965,"tags":5966},"\u002Fblog\u002F2023\u002F10\u002Fdashboard-integrations","Integrate your own widgets with Dashboard 2.0","2023-10-06",[4481,4516,4566,5638,4492],{"path":5968,"title":5969,"date":5970,"tags":5971},"\u002Fblog\u002F2023\u002F10\u002Fcommunity-news-10","Community News October 2023","2023-10-05",[4481,5927],{"path":5973,"title":5974,"date":5975,"tags":5976},"\u002Fblog\u002F2023\u002F10\u002Fcustom-vuetify-components-dashboard","Custom Vuetify components for Dashboard 2.0","2023-10-02",[4481,4503,4567,4492],{"path":5978,"title":5979,"date":5975,"tags":5980},"\u002Fblog\u002F2023\u002F10\u002Fuse-private-custom-nodes-with-flowfuse","How to Use Private Custom Nodes in FlowFuse?",[4481,3544],{"path":5982,"title":5983,"date":5984,"tags":5985},"\u002Fblog\u002F2023\u002F09\u002Frebranding-our-components","Updating our branding across GitHub, npm and Dockerhub","2023-09-27",[4481,4566,4515],{"path":5987,"title":5988,"date":5989,"tags":5990},"\u002Fblog\u002F2023\u002F09\u002Fchatgpt-for-node-red-developers","How ChatGPT improves Node-RED Developer Experience","2023-09-23",[4481,4567,5916,4647],{"path":5992,"title":5993,"date":5994,"tags":5995},"\u002Fblog\u002F2023\u002F09\u002Fflow-viewer","Share & Preview Flows on flows.nodered.org","2023-09-20",[4481,4515,4566,3544,4567],{"path":5997,"title":5998,"date":5999,"tags":6000},"\u002Fblog\u002F2023\u002F09\u002Fmodernize-your-legacy-industrial-data-part2","Modernize your legacy industrial data. Part 2.","2023-09-17",[4481,4567,4566],{"path":6002,"title":6003,"date":6004,"tags":6005},"\u002Fblog\u002F2023\u002F09\u002Fmodernize-your-legacy-industrial-data","Modernize your legacy industrial data","2023-09-14",[4481,4567,4566],{"path":6007,"title":6008,"date":6004,"tags":6009},"\u002Fblog\u002F2023\u002F09\u002Ftulip-event-report","Tulip Operation Calling Event Report",[4481,3544],{"path":6011,"title":6012,"date":6013,"tags":6014},"\u002Fblog\u002F2023\u002F09\u002Fcommunity-news-09","Community News September 2023","2023-09-09",[4481,5927],{"path":6016,"title":6017,"date":6018,"tags":6019},"\u002Fblog\u002F2023\u002F09\u002Fbosch-rexroth-announce","FlowFuse announces a Node-RED stack for Industry 4.0 applications on ctrlX AUTOMATION","2023-09-07",[4481,4515,3544],{"path":6021,"title":6022,"date":6023,"tags":6024},"\u002Fblog\u002F2023\u002F09\u002Fdashboard-notebook-layout","Dynamic Markdown, Tables & Notebooks with Dashboard 2.0","2023-09-06",[4481,4516,4566,5638,4492],{"path":6026,"title":6027,"date":6028,"tags":6029},"\u002Fblog\u002F2023\u002F08\u002Fflowfuse-1-11-release","FlowFuse 1.11 makes it easier to get started with FlowFuse and Node-RED","2023-08-31",[4481,3544,4516],{"path":6031,"title":6032,"date":6033,"tags":6034},"\u002Fblog\u002F2023\u002F08\u002Faws-marketplace-announce","FlowFuse is now available on AWS Marketplace","2023-08-21",[4481,4515,3544],{"path":6036,"title":6037,"date":6038,"tags":6039},"\u002Fblog\u002F2023\u002F08\u002Fopen-source-is-a-tier-not-competition","Our Open Source offering is a tier, not our competition","2023-08-18",[4481,3544],{"path":6041,"title":6042,"date":6043,"tags":6044},"\u002Fblog\u002F2023\u002F08\u002Fflowforge-is-now-flowfuse","FlowForge is now FlowFuse","2023-08-17",[4481,4566,4515],{"path":6046,"title":6047,"date":6048,"tags":6049},"\u002Fblog\u002F2023\u002F08\u002Fdashboard-community-update","Dashboard 2.0 - Community Update","2023-08-10",[4481,4516,4566,4492],{"path":6051,"title":6052,"date":6053,"tags":6054},"\u002Fblog\u002F2023\u002F08\u002Fisa-95-automation-pyramid-to-unified-namespace","Why the Automation Pyramid blocks digital transformation - The Role of Unified Namespace","2023-08-09",[4481,3544,5278],{"path":6056,"title":6057,"date":6058,"tags":6059},"\u002Fblog\u002F2023\u002F08\u002Fcommunity-news-08","Community News August 2023","2023-08-08",[4481,5927],{"path":6061,"title":6062,"date":6063,"tags":6064},"\u002Fblog\u002F2023\u002F08\u002Fflowforge-1-10-release","FlowFuse 1.10 Release Now Available","2023-08-03",[4481,3544,4516],{"path":6066,"title":6067,"date":6068,"tags":6069},"\u002Fblog\u002F2023\u002F07\u002Fdashboard-0-1-release","First Pre-Alpha Release of the new Node-RED Dashboard","2023-07-27",[4481,4516,4492],{"path":6071,"title":6072,"date":6068,"tags":6073},"\u002Fblog\u002F2023\u002F07\u002Fhow-to-build-a-opc-client-dashboard-in-node-red","How to Build an OPC UA Client Dashboard in Node-RED - Part 3 (2026)",[4481,3544,4567,4578,4503],{"path":6075,"title":6076,"date":6077,"tags":6078},"\u002Fblog\u002F2023\u002F07\u002Fflowforge-1-9-3-release","FlowFuse 1.9.3 and Device Agent 1.9.5 released","2023-07-21",[4481,3544,4516],{"path":6080,"title":6081,"date":6077,"tags":6082},"\u002Fblog\u002F2023\u002F07\u002Fimages-in-node-red-dashboards","How to add images to Node-RED dashboards when using FlowFuse (2026)",[4481,3544,4567,4492,4503],{"path":6084,"title":6085,"date":6086,"tags":6087},"\u002Fblog\u002F2023\u002F07\u002Finfluxdb-historical-data","Creating a Historical Data Dashboard with InfluxDB and Node-RED","2023-07-18",[4481,4567],{"path":6089,"title":6090,"date":6091,"tags":6092},"\u002Fblog\u002F2023\u002F07\u002Fhow-to-deploy-a-basic-opc-ua-server-in-node-red","How to Deploy a Basic OPC-UA Server in Node-RED - Part 1 (2026)","2023-07-13",[4481,4567,4578,4503],{"path":6094,"title":6095,"date":6096,"tags":6097},"\u002Fblog\u002F2023\u002F07\u002Fcommunity-news-07","Community News July 2023","2023-07-12",[4481,5927],{"path":6099,"title":6100,"date":6101,"tags":6102},"\u002Fblog\u002F2023\u002F07\u002Fflowforge-1-9-release","FlowFuse now offers API Documentation with Swagger UI","2023-07-06",[4481,3544,4516],{"path":6104,"title":6105,"date":6106,"tags":6107},"\u002Fblog\u002F2023\u002F06\u002Fdashboard-announcement","The Next Step in Data Visualization - Announcing the Successor to the Node-RED Dashboard","2023-06-21",[4481,4492,6108,6109],"nodered dashboard announcement","nodered dashboard depreciated",{"path":6111,"title":6112,"date":6113,"tags":6114},"\u002Fblog\u002F2023\u002F06\u002Fnode-red-as-a-no-code-ethernet_ip-to-s7-protocol-converter","Node-RED as a No-Code EtherNet\u002FIP to S7 Protocol Converter","2023-06-20",[4481,4503,6115,6116,6117,6118,6119,6120,6121,6122],"Industrial protocol converter","EtherNet\u002FIP","S7 Protocol","node red siemens s7","node red s7 communication","node red s7comm","nodered s7","node red s7",{"path":6124,"title":6125,"date":6126,"tags":6127},"\u002Fblog\u002F2023\u002F06\u002Fintroducing-the-flowforge-community-forum","Introducing the FlowFuse Community Forum","2023-06-12",[4515,3544],{"path":6129,"title":6130,"date":6131,"tags":6132},"\u002Fblog\u002F2023\u002F06\u002Fcommunity-news-06","Community News June 2023","2023-06-09",[4481,5927],{"path":6134,"title":6135,"date":6136,"tags":6137},"\u002Fblog\u002F2023\u002F06\u002Fflowforge-1-8-released","FlowFuse now offers High Availability Node-RED","2023-06-08",[4481,3544,4516],{"path":6139,"title":6140,"date":6141,"tags":6142},"\u002Fblog\u002F2023\u002F06\u002Fimport-modules","Use any npm module in Node-RED (2026)","2023-06-05",[4481,4503],{"path":6144,"title":6145,"date":6146,"tags":6147},"\u002Fblog\u002F2023\u002F05\u002Fbringing-high-availability-to-node-red","Bringing High Availability to Node-RED","2023-06-02",[4481,4567,6148],"high availablity",{"path":6150,"title":6151,"date":6152,"tags":6153},"\u002Fblog\u002F2023\u002F06\u002F3-quick-node-red-tips-7","Node-RED Tips - Dashboard Edition","2023-06-01",[4481,4503,4567,4492,5479],{"path":6155,"title":6156,"date":6157,"tags":6158},"\u002Fblog\u002F2023\u002F05\u002Fnode-red-community-survey-results","Node-RED Community Survey Results","2023-05-31",[4481,4567,4566],{"path":6160,"title":6161,"date":6162,"tags":6163},"\u002Fblog\u002F2023\u002F05\u002Fpersisting-chart-data-in-node-red","Persisting chart data in Node-RED Dashboard 1","2023-05-25",[4481,4567,4503,4492],{"path":6165,"title":6166,"date":6167,"tags":6168},"\u002Fblog\u002F2023\u002F05\u002Fintegrating-modbus-with-node-red","Best Practices Integrating a Modbus Device With Node-RED (2026)","2023-05-16",[4481,4567,4503,4667],{"path":6170,"title":6171,"date":6172,"tags":6173},"\u002Fblog\u002F2023\u002F05\u002Fflowforge-1-7-released","FlowFuse 1.7 Now Available with Remote Node-RED Editor Access","2023-05-11",[4481,3544,4516],{"path":6175,"title":6176,"date":6177,"tags":6178},"\u002Fblog\u002F2023\u002F05\u002Fcommunity-news-05","Community News May 2023","2023-05-04",[4481,5927,4566],{"path":6180,"title":6181,"date":6182,"tags":6183},"\u002Fblog\u002F2023\u002F05\u002Fchatgpt-nodered-fcn-node","Chat GPT in Node-RED Function Nodes","2023-05-02",[4481,4567,4566,4503,5916,4647],{"path":6185,"title":6186,"date":6182,"tags":6187},"\u002Fblog\u002F2023\u002F05\u002Fdevice-agent-as-a-service","Running the FlowFuse Device Agent as a service on a Raspberry Pi",[4481,3544,4503,6188],"raspberry pi",{"path":6190,"title":6191,"date":6192,"tags":6193},"\u002Fblog\u002F2023\u002F04\u002F3-quick-node-red-tips-6","Node-RED Tips - Subflows, Link Nodes, and the Range Node","2023-04-20",[4567,6194,4503],"node-red subflow",{"path":6196,"title":6197,"date":6192,"tags":6198},"\u002Fblog\u002F2023\u002F04\u002Fhannover-messe","FlowFuse's visit to Hannover Messe 2023",[4481,3544,4567,4566],{"path":6200,"title":6201,"date":6202,"tags":6203},"\u002Fblog\u002F2023\u002F04\u002Fflowforge-1-6-released","FlowFuse v1.6 Now Available","2023-04-13",[4481,3544,4516],{"path":6205,"title":6206,"date":6202,"tags":6207},"\u002Fblog\u002F2023\u002F04\u002Fnodered-community-health","Node-RED Community Health",[4481,4567,4566,4515],{"path":6209,"title":6210,"date":6211,"tags":6212},"\u002Fblog\u002F2023\u002F04\u002Fcommunity-news-04","Community News April 2023","2023-04-05",[4481,5927,4566],{"path":6214,"title":6215,"date":6211,"tags":6216},"\u002Fblog\u002F2023\u002F04\u002Fsecuring-node-red-in-production","Securing Node-RED (2026)",[4481,4567,4503,6217],"securing node-red",{"path":6219,"title":6220,"date":6221,"tags":6222},"\u002Fblog\u002F2023\u002F03\u002Fibmcloud-starter-removed","IBM Cloud removes Node-RED starter application","2023-03-29",[4481,4567,4515],{"path":6224,"title":6225,"date":6226,"tags":6227},"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-5","Node-RED Tips - Importing, Exporting, and Grouping Flows","2023-03-27",[4481,4567,4503,5479],{"path":6229,"title":6230,"date":6231,"tags":6232},"\u002Fblog\u002F2023\u002F03\u002Fwhy-should-you-use-node-red-function-nodes","The benefits and drawbacks of using Node-RED function nodes","2023-03-20",[4481,4567,4503],{"path":6234,"title":6235,"date":6236,"tags":6237},"\u002Fblog\u002F2023\u002F03\u002Fflowforge-1-5-0-released","FlowFuse v1.5 Now Available","2023-03-16",[4481,3544,4516],{"path":6239,"title":6240,"date":6236,"tags":6241},"\u002Fblog\u002F2023\u002F03\u002Fterminology-changes","Terminology Changes",[4481,3544,4515],{"path":6243,"title":6244,"date":6245,"tags":6246},"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-4","Node-RED Tips - Smooth, Catch, and Math","2023-03-13",[4481,4567,6247],"tips",{"path":6249,"title":6250,"date":6245,"tags":6251},"\u002Fblog\u002F2023\u002F03\u002Fcomparing-node-red-dashboards","Comparing Node-RED Dashboards Solutions",[4508,4567,4492,5496],{"path":6253,"title":6254,"date":6255,"tags":6256},"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-3","Node-RED Tips - Exec, Filter, and Debug","2023-03-07",[4481,4567,4503],{"path":6258,"title":6259,"date":6260,"tags":6261},"\u002Fblog\u002F2023\u002F03\u002Fintegration-platform-for-edge-computing","Node-RED: The Integration Platform for IIoT Edge Computing & PLCs","2023-03-06",[4481,4567,4566],{"path":6263,"title":6264,"date":6265,"tags":6266},"\u002Fblog\u002F2023\u002F03\u002Fcommunity-news-03","Community News March 2023","2023-03-02",[4481,5927,4566],{"path":6268,"title":6269,"date":6270,"tags":6271},"\u002Fblog\u002F2023\u002F02\u002Fwebinar-1-missed-questions","Some questions we didn't get to in our first webinar","2023-02-27",[4567,4566],{"path":6273,"title":6274,"date":6275,"tags":6276},"\u002Fblog\u002F2023\u002F02\u002F3-quick-node-red-tips-2","Node-RED Tips - Deploying, Debugging, and Delaying","2023-02-23",[4481,4567,6247],{"path":6278,"title":6279,"date":6275,"tags":6280},"\u002Fblog\u002F2023\u002F02\u002Fming-blog","MING Stack for IoT",[4481,4567,4566],{"path":6282,"title":6283,"date":6284,"tags":6285},"\u002Fblog\u002F2023\u002F02\u002Fflowforge-1-4-0-released","FlowFuse v1.4 with device provisioning in bulk and staged development process","2023-02-16",[4481,3544,4516],{"path":6287,"title":6288,"date":6289,"tags":6290},"\u002Fblog\u002F2023\u002F02\u002Fhighly-available-node-red","Toward Highly Available Node-RED","2023-02-15",[4481,4567,3544],{"path":6292,"title":6293,"date":6294,"tags":6295},"\u002Fblog\u002F2023\u002F02\u002Fservice-disruption-report-2023-01-27","Service Disruption Report for January 27th, 2023","2023-02-10",[4481,3544,4515],{"path":6297,"title":6298,"date":6299,"tags":6300},"\u002Fblog\u002F2023\u002F02\u002F3-quick-node-red-tips-1","Node-RED Tips - Wiring Shortcuts","2023-02-07",[4481,4567,4503,5479],{"path":6302,"title":6303,"date":6304,"tags":6305},"\u002Fblog\u002F2023\u002F01\u002Fflowforge-story","Telling the FlowFuse Story","2023-02-02",[4481,3544],{"path":6307,"title":6308,"date":6304,"tags":6309},"\u002Fblog\u002F2023\u002F02\u002Fcommunity-news-02","Community News February 2023",[4481,4566,5927],{"path":6311,"title":6312,"date":6313,"tags":6314},"\u002Fblog\u002F2023\u002F01\u002Fenvironment-variables-in-node-red","Using Environment Variables in Node-RED (2026)","2023-01-27",[4481,4567,4503],{"path":6316,"title":6317,"date":6318,"tags":6319},"\u002Fblog\u002F2023\u002F01\u002Fgetting-started-with-node-red","Getting Started with Node-RED","2023-01-23",[4481,4567,4503],{"path":6321,"title":6322,"date":6323,"tags":6324},"\u002Fblog\u002F2023\u002F01\u002Fflowforge-1-3-0-released","FlowFuse 1.3 is now available, share your flows through our new team libraries and much more","2023-01-19",[4481,3544,4516],{"path":6326,"title":6327,"date":6328,"tags":6329},"\u002Fblog\u002F2023\u002F01\u002Fcommunity-news-12","Community News December 2022","2023-01-12",[4481,4566,5927],{"path":6331,"title":6332,"date":6328,"tags":6333},"\u002Fblog\u002F2023\u002F01\u002Fflowforge-1.2.1-released","FlowFuse 1.2.1 released",[4481,3544,4516],{"path":6335,"title":6336,"date":6337,"tags":6338},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-1-2-0-released","FlowFuse 1.2 is now available with single sign on and persistent context storage","2022-12-22",[4481,6339,4516],"flowforge",{"path":6341,"title":6342,"date":6343,"tags":6344},"\u002Fblog\u002F2022\u002F12\u002Fwhat-flowforge-adds-to-node-red","Why you need FlowFuse when you already have Node-RED?","2022-12-15",[4481,3544,4567],{"path":6346,"title":6347,"date":6348,"tags":6349},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-joins-openjs-foundation","FlowFuse Inc. becomes a member of the OpenJS Foundation","2022-12-13",[4481,3544,4515],{"path":6351,"title":6352,"date":6353,"tags":6354},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-1-1-2-released","FlowFuse 1.1.2 released","2022-12-09",[4481,3544,4516],{"path":6356,"title":6357,"date":6353,"tags":6358},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-gcp-https-set-up","Configure FlowFuse in Docker to secure all traffic",[4481,3544,4503,6359,6360],"Acme Companion","Let's Encrypt",{"path":6362,"title":6363,"date":6364,"tags":6365},"\u002Fblog\u002F2022\u002F12\u002Fcreate-http-trigger-with-authentication","Create HTTP triggers with authentication","2022-12-07",[4481,4567,4503],{"path":6367,"title":6368,"date":6369,"tags":6370},"\u002Fblog\u002F2022\u002F12\u002Fnode-red-flow-best-practice","Format your Node-RED flows for better team collaboration","2022-12-05",[4481,4567,4503],{"path":6372,"title":6373,"date":6374,"tags":6375},"\u002Fblog\u002F2022\u002F12\u002Fcommunity-news-11","Community News November 2022","2022-12-02",[4481,5927,4566],{"path":6377,"title":6378,"date":6379,"tags":6380},"\u002Fblog\u002F2022\u002F11\u002Fscaling-node-red-with-diy-tooling","Challenges scaling Node-RED with DIY tooling","2022-11-30",[4481,4567,4503],{"path":6382,"title":6383,"date":6384,"tags":6385},"\u002Fblog\u002F2022\u002F11\u002Frespin-docker-compose-01","Re-spin of Docker-Compose install package","2022-11-25",[4481,3544,4515],{"path":6387,"title":6388,"date":6389,"tags":6390},"\u002Fblog\u002F2022\u002F11\u002Fflowforge-1-1-released","FlowFuse 1.1 released with persistent file storage","2022-11-24",[4481,3544,4516],{"path":6392,"title":6393,"date":6394,"tags":6395},"\u002Fblog\u002F2022\u002F11\u002Fcommunity-news-10","Community News October 2022","2022-11-04",[4481,5927,4566],{"path":6397,"title":6398,"date":6399,"tags":6400},"\u002Fblog\u002F2022\u002F10\u002Fseed-round-bring-node-red-to-enterprise","FlowFuse raises $7.25M Seed Round to bring Node-RED to the Enterprise","2022-11-03",[4481,3544,4515],{"path":6402,"title":6403,"date":6404,"tags":6405},"\u002Fblog\u002F2022\u002F10\u002Fflowforge-1-released","FlowFuse 1.0 released","2022-10-27",[4481,3544,4516],{"path":6407,"title":6408,"date":6409,"tags":6410},"\u002Fblog\u002F2022\u002F10\u002Fdb-migration-01","Scheduled maintenance: Database encryption October 2022","2022-10-18",[4481,3544,4515],{"path":6412,"title":6413,"date":6414,"tags":6415},"\u002Fblog\u002F2022\u002F10\u002Fff-docker-gcp","Install FlowFuse Docker on Google Cloud","2022-10-14",[4481,3544,4503],{"path":6417,"title":6418,"date":6419,"tags":6420},"\u002Fblog\u002F2022\u002F10\u002Fcommunity-news-09","Community News September 2022","2022-10-07",[4481,5927,4566],{"path":6422,"title":6423,"date":6424,"tags":6425},"\u002Fblog\u002F2022\u002F09\u002Fflowforge-010-released","FlowFuse 0.10 released","2022-09-30",[4481,3544,4516],{"path":6427,"title":6428,"date":6429,"tags":6430},"\u002Fblog\u002F2022\u002F09\u002Fstatic-ips","Static Outbound IP Addresses","2022-09-27",[4481,3544,4515],{"path":6432,"title":6433,"date":6434,"tags":6435},"\u002Fblog\u002F2022\u002F09\u002Fcommunity-news-08","Community News August 2022","2022-09-16",[4481,5927,4566],{"path":6437,"title":6438,"date":6439,"tags":6440},"\u002Fblog\u002F2022\u002F09\u002Fflowforge-09-released","FlowFuse 0.9 released","2022-09-01",[4481,3544,4516],{"path":6442,"title":6443,"date":6444,"tags":6445},"\u002Fblog\u002F2022\u002F08\u002Fcommunity-news-06","Community News July 2022","2022-08-11",[4481,5927,4566],{"path":6447,"title":6448,"date":6449,"tags":6450},"\u002Fblog\u002F2022\u002F08\u002Fflowforge-08-released","FlowFuse 0.8 released","2022-08-04",[4481,3544,4516],{"path":6452,"title":6453,"date":6454,"tags":6455},"\u002Fblog\u002F2022\u002F07\u002Fnew-projecttype","Introducing Medium Projects on FlowFuse Cloud","2022-07-22",[4481,3544,4515],{"path":6457,"title":6458,"date":6459,"tags":6460},"\u002Fblog\u002F2022\u002F07\u002Fcommunity-news-06","Community News June 2022","2022-07-19",[4481,5927,4566],{"path":6462,"title":6463,"date":6464,"tags":6465},"\u002Fblog\u002F2022\u002F07\u002Fflowforge-07-released","FlowFuse 0.7 released","2022-07-07",[4481,3544,4516],{"path":6467,"title":6468,"date":6469,"tags":6470},"\u002Fblog\u002F2022\u002F06\u002Fflowforge-06-released","FlowFuse 0.6 released","2022-06-19",[4481,3544,4516],{"path":6472,"title":6473,"date":6474,"tags":6475},"\u002Fblog\u002F2022\u002F06\u002Fcommunity-news-05","Community News May 2022","2022-06-17",[4481,5927,4566],{"path":6477,"title":6478,"date":6479,"tags":6480},"\u002Fblog\u002F2022\u002F05\u002Fsign-up-for-flowforge-cloud","FlowFuse open for everybody","2022-05-25",[4481,3544,4515],{"path":6482,"title":6483,"date":6484,"tags":6485},"\u002Fblog\u002F2022\u002F05\u002Fflowforge-05-released","FlowFuse 0.5 released","2022-05-12",[4481,3544,4516],{"path":6487,"title":6488,"date":6489,"tags":6490},"\u002Fblog\u002F2022\u002F05\u002Fcommunity-news-04","Community News April 2022","2022-05-06",[4481,5927,4566],{"path":6492,"title":6493,"date":6494,"tags":6495},"\u002Fblog\u002F2022\u002F05\u002Fnode-red-3-beta-stack","Node-RED 3.0 Beta Stack","2022-05-04",[4481,4567,4515],{"path":6497,"title":6498,"date":6499,"tags":6500},"\u002Fblog\u002F2022\u002F04\u002Fflowforge-04-released","FlowFuse 0.4 released","2022-04-14",[4481,3544,4516],{"path":6502,"title":6503,"date":6504,"tags":6505},"\u002Fblog\u002F2022\u002F04\u002Fcommunity-news-03","Community News March 2022","2022-04-05",[4481,5927,4566],{"path":6507,"title":6508,"date":6509,"tags":6510},"\u002Fblog\u002F2022\u002F04\u002Fflowforge-accepting-customers","FlowFuse is accepting customers now","2022-04-04",[4481,3544,4515],{"path":6512,"title":6513,"date":6514,"tags":6515},"\u002Fblog\u002F2022\u002F03\u002Fflowforge-03-released","FlowFuse 0.3 released","2022-03-17",[4481,3544,4516],{"path":6517,"title":6518,"date":6519,"tags":6520},"\u002Fblog\u002F2022\u002F03\u002Fcommunity-news-02","Community News February 2022","2022-03-02",[4481,5927,4566],{"path":6522,"title":6523,"date":6524,"tags":6525},"\u002Fblog\u002F2022\u002F02\u002Fannouncing-flowforge-cloud","Announcing FlowFuse Cloud","2022-02-23",[4481,3544,4515,4516],{"path":6527,"title":6528,"date":6529,"tags":6530},"\u002Fblog\u002F2022\u002F02\u002Fflowforge-02-released","FlowFuse 0.2 released","2022-02-17",[4481,3544,4516],{"path":6532,"title":6533,"date":6534,"tags":6535},"\u002Fblog\u002F2022\u002F02\u002Fuse-case-solar-afloat","Using Node-RED to keep Solar PV afloat","2022-02-09",[4481,4567,4566],{"path":6537,"title":6538,"date":6539,"tags":6540},"\u002Fblog\u002F2022\u002F02\u002Fwelcome-joe","Welcome Joe","2022-02-08",[4481,3544,4515],{"path":6542,"title":6543,"date":6544,"tags":6545},"\u002Fblog\u002F2022\u002F01\u002Fcommunity-news-01","Community News January 2022","2022-01-28",[4481,5927,4566],{"path":6547,"title":6548,"date":6549,"tags":6550},"\u002Fblog\u002F2022\u002F01\u002Fflowforge-01-released","FlowFuse 0.1 released","2022-01-20",[4481,3544,4516],{"path":6552,"title":6553,"date":6549,"tags":6554},"\u002Fblog\u002F2022\u002F01\u002Fwelcome-steve","Welcome Steve",[4481,3544,4515],{"path":6556,"title":6557,"date":6558,"tags":6559},"\u002Fblog\u002F2022\u002F01\u002Fwelcome-zj","Welcome ZJ","2022-01-03",[4481,3544,4515],{"path":6561,"title":6562,"date":6563,"tags":6564},"\u002Fblog\u002F2021\u002F05\u002Fwelcome-ben","Welcome Ben","2021-05-10",[3544,4515],{"path":6566,"title":6567,"date":6568,"tags":6569},"\u002Fblog\u002F2021\u002F04\u002Ffirst-deploy","Introducing FlowFuse Inc.","2021-04-06",[3544,4515],1786742767585]