[{"data":1,"prerenderedAt":3793},["ShallowReactive",2],{"blog-\u002Fblog\u002F2025\u002F09\u002Fai-assistant-flowfuse-tables":3,"featureCatalog":2864,"changelog-titles":3258,"blog-all-for-related":3792},{"id":4,"title":5,"authors":6,"body":8,"cta":2843,"date":2844,"description":2845,"extension":2846,"features":2843,"image":2847,"lastUpdated":2843,"meta":2848,"navigation":2854,"path":2855,"release":2843,"seo":2856,"sitemap":2857,"stem":2858,"subtitle":2859,"tags":2860,"tldr":2843,"video":2843,"__hash__":2863},"blog\u002Fblog\u002F2025\u002F09\u002Fai-assistant-flowfuse-tables.md","Query Your Database with Natural Language Using FlowFuse Expert",[7],"sumit-shinde",{"type":9,"value":10,"toc":2830},"minimark",[11,15,20,23,26,29,38,42,45,62,75,2666,2669,2678,2681,2709,2722,2726,2729,2734,2742,2749,2757,2760,2764,2772,2775,2779,2782,2790,2793,2801,2804,2807,2811,2814,2817,2827],[12,13,14],"p",{},"Getting data from your database used to mean writing SQL queries. Not anymore. The FlowFuse Expert now lets you ask for what you want in plain English and automatically generates the SQL for you in query node.",[16,17,19],"h2",{"id":18},"removing-technical-barriers","Removing Technical Barriers",[12,21,22],{},"Industrial operations generate massive amounts of valuable data from sensors, equipment, and PLCs. This data can drive optimization and cost savings, but extracting insights often requires SQL skills that not every team member possesses.",[12,24,25],{},"FlowFuse already makes it simple to connect to databases and build data flows using its Query nodes. However, the need to manually write SQL queries has remained a significant barrier for many users.",[12,27,28],{},"To address this, FlowFuse continues its mission of making industrial automation accessible to everyone, regardless of coding expertise. Features like the FlowFuse Expert have already reduced complexity by enabling users to create custom functions and UI components using natural language.",[12,30,31,32,37],{},"With FlowFuse ",[33,34,36],"a",{"href":35},"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-release-2-21\u002F","2.21",", this ease of use extends to database queries as well. Users can now ask questions in plain English and have SQL automatically generated, removing the last major hurdle and empowering a broader audience to gain actionable insights quickly and easily.",[16,39,41],{"id":40},"getting-started","Getting Started",[12,43,44],{},"Let's see how this works with a practical example. This feature combines two FlowFuse components:",[46,47,48,56],"ul",{},[49,50,51,55],"li",{},[52,53,54],"strong",{},"FlowFuse Tables"," provides the database connectivity and Query nodes",[49,57,58,61],{},[52,59,60],{},"FlowFuse Expert"," adds the natural language processing capability that converts plain English into SQL",[12,63,64,65,69,70,74],{},"Before you begin, make sure FlowFuse Tables is activated in your FlowFuse team. For more information, refer to ",[33,66,68],{"href":67},"\u002Fblog\u002F2025\u002F08\u002Fgetting-started-with-flowfuse-tables\u002F","Getting Started with FlowFuse Tables",". Then, import the following flow and deploy it to create a ",[71,72,73],"code",{},"sensor_readings"," table for practice:",[76,77,79],"render-flow",{":height":78},"300",[80,81,86],"pre",{"className":82,"code":83,"language":84,"meta":85,"style":85},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[{\"id\":\"e9a3b71d40addd8b\",\"type\":\"group\",\"z\":\"d74afda3e83a644e\",\"name\":\"Create Table\",\"style\":{\"label\":true},\"nodes\":[\"48b1380ff7bfe716\",\"44bb8750d961e415\",\"4a3976e062b2ddd2\"],\"x\":274,\"y\":419,\"w\":572,\"h\":82},{\"id\":\"48b1380ff7bfe716\",\"type\":\"inject\",\"z\":\"d74afda3e83a644e\",\"g\":\"e9a3b71d40addd8b\",\"name\":\"\",\"props\":[],\"repeat\":\"\",\"crontab\":\"\",\"once\":true,\"onceDelay\":\"1\",\"topic\":\"\",\"x\":370,\"y\":460,\"wires\":[[\"44bb8750d961e415\"]]},{\"id\":\"44bb8750d961e415\",\"type\":\"tables-query\",\"z\":\"d74afda3e83a644e\",\"g\":\"e9a3b71d40addd8b\",\"name\":\"Create Table\",\"query\":\"CREATE TABLE IF NOT EXISTS public.sensor_readings ( (\\n    id SERIAL PRIMARY KEY,\\n    timestamp TIMESTAMPTZ NOT NULL DEFAULT NOW(),\\n    sensor_id VARCHAR(50) NOT NULL,\\n    location VARCHAR(100),\\n    temperature DECIMAL(5,2)\\n);\\n\",\"split\":false,\"rowsPerMsg\":1,\"x\":550,\"y\":460,\"wires\":[[\"4a3976e062b2ddd2\"]]},{\"id\":\"4a3976e062b2ddd2\",\"type\":\"debug\",\"z\":\"d74afda3e83a644e\",\"g\":\"e9a3b71d40addd8b\",\"name\":\"debug 1\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":740,\"y\":460,\"wires\":[]},{\"id\":\"68fbcdb03e3a5346\",\"type\":\"group\",\"z\":\"d74afda3e83a644e\",\"style\":{\"stroke\":\"#b2b3bd\",\"stroke-opacity\":\"1\",\"fill\":\"#f2f3fb\",\"fill-opacity\":\"0.5\",\"label\":true,\"label-position\":\"nw\",\"color\":\"#32333b\"},\"nodes\":[\"4f24ab5b5628a1ba\",\"fbf36a7b3c59461d\"],\"x\":854,\"y\":419,\"w\":392,\"h\":82},{\"id\":\"4f24ab5b5628a1ba\",\"type\":\"catch\",\"z\":\"d74afda3e83a644e\",\"g\":\"68fbcdb03e3a5346\",\"name\":\"\",\"scope\":null,\"uncaught\":false,\"x\":940,\"y\":460,\"wires\":[[\"fbf36a7b3c59461d\"]]},{\"id\":\"fbf36a7b3c59461d\",\"type\":\"debug\",\"z\":\"d74afda3e83a644e\",\"g\":\"68fbcdb03e3a5346\",\"name\":\"debug 6\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":1140,\"y\":460,\"wires\":[]},{\"id\":\"01137d02c4832962\",\"type\":\"group\",\"z\":\"d74afda3e83a644e\",\"name\":\"\",\"style\":{\"label\":true},\"nodes\":[\"e465d4328d9d42d9\",\"f8269cf412b4200f\",\"2ce801643e01510b\",\"40d48ffb90e5674a\"],\"x\":274,\"y\":519,\"w\":972,\"h\":82},{\"id\":\"e465d4328d9d42d9\",\"type\":\"inject\",\"z\":\"d74afda3e83a644e\",\"g\":\"01137d02c4832962\",\"name\":\"Insert simulated Data\",\"props\":[{\"p\":\"payload\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"date\",\"x\":420,\"y\":560,\"wires\":[[\"40d48ffb90e5674a\"]]},{\"id\":\"f8269cf412b4200f\",\"type\":\"debug\",\"z\":\"d74afda3e83a644e\",\"g\":\"01137d02c4832962\",\"name\":\"debug 2\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":1140,\"y\":560,\"wires\":[]},{\"id\":\"2ce801643e01510b\",\"type\":\"tables-query\",\"z\":\"d74afda3e83a644e\",\"g\":\"01137d02c4832962\",\"name\":\"\",\"query\":\"INSERT INTO public.sensor_readings (sensor_id, timestamp, location, temperature) \\nVALUES ($sensor_id, $timestamp, $location, $temperature);\\n\",\"split\":false,\"rowsPerMsg\":1,\"x\":930,\"y\":560,\"wires\":[[\"f8269cf412b4200f\"]]},{\"id\":\"40d48ffb90e5674a\",\"type\":\"function\",\"z\":\"d74afda3e83a644e\",\"g\":\"01137d02c4832962\",\"name\":\"Generate last 7 days sensor data\",\"func\":\"\u002F\u002F Generate simulated sensor readings for the last 7 days, at every even hour\\nlet now = new Date();\\nlet start = new Date(now.getTime() - (7 * 24 * 60 * 60 * 1000)); \u002F\u002F 7 days ago\\nlet readings = [];\\n\\n\u002F\u002F Collect all readings first\\nfor (let ts = new Date(start); ts \u003C= now; ts.setHours(ts.getHours() + 1)) {\\n    if (ts.getHours() % 2 === 0) {\\n        readings.push({\\n            queryParameters: {\\n                sensor_id: \\\"sensor-1\\\",\\n                timestamp: new Date(ts), \u002F\u002F clone timestamp\\n                location: \\\"Lab A\\\",\\n                temperature: Number((20 + Math.random() * 10).toFixed(2)) \u002F\u002F Ensure number type\\n            }\\n        });\\n    }\\n}\\n\\n\u002F\u002F Send them one by one with delay\\nreadings.forEach((reading, i) => {\\n    setTimeout(() => {\\n        node.send(reading);\\n    }, i * 200); \u002F\u002F 200ms delay between messages\\n});\\n\\nreturn null; \u002F\u002F Prevent immediate msg sending\\n\",\"outputs\":1,\"timeout\":0,\"noerr\":0,\"initialize\":\"\",\"finalize\":\"\",\"libs\":[],\"x\":700,\"y\":560,\"wires\":[[\"2ce801643e01510b\"]]},{\"id\":\"89c52680263e6cba\",\"type\":\"global-config\",\"env\":[],\"modules\":{\"@flowfuse\u002Fnr-tables-nodes\":\"0.1.0\"}}]\n","json","",[71,87,88],{"__ignoreMap":85},[89,90,93,97,100,104,106,109,111,115,117,120,122,125,127,129,131,134,136,138,140,143,145,147,149,152,154,156,158,161,163,165,167,170,172,174,176,179,181,184,186,190,192,195,197,200,202,205,207,210,212,214,216,219,221,223,225,228,230,233,235,238,240,242,246,248,250,253,255,257,260,262,264,267,269,271,274,276,278,281,283,285,288,291,293,295,297,299,301,303,305,307,309,311,313,315,317,320,322,324,326,328,330,332,334,336,338,340,342,345,347,349,351,353,355,357,359,361,363,365,368,370,372,375,377,380,382,385,387,389,391,393,395,398,400,402,404,406,408,411,413,416,418,421,423,425,427,430,432,434,436,439,441,443,445,447,449,451,453,455,458,460,462,464,466,468,471,473,475,478,480,483,485,487,489,492,494,496,498,500,502,504,506,508,510,512,514,516,518,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551,553,555,557,559,561,563,565,567,569,571,573,575,578,580,582,584,587,591,594,596,599,601,604,606,609,611,614,616,619,621,623,625,627,630,632,635,637,640,642,644,646,648,650,652,654,656,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701,703,705,707,709,711,713,715,718,720,722,724,726,728,730,732,734,736,738,740,742,744,746,748,750,752,754,756,758,760,762,764,767,769,771,773,776,778,780,782,785,787,789,791,794,796,798,800,803,805,807,809,812,814,816,818,821,823,825,827,830,832,834,836,838,840,843,845,847,849,852,854,856,858,860,862,864,867,869,871,873,875,877,879,881,883,885,887,890,892,894,896,898,900,903,905,907,909,911,913,915,917,919,921,923,925,927,929,931,933,935,937,939,941,943,945,947,949,952,954,956,958,961,963,965,967,970,972,974,976,978,980,982,984,987,989,991,993,996,998,1000,1002,1005,1007,1009,1011,1014,1016,1018,1020,1022,1024,1026,1028,1031,1033,1035,1037,1040,1042,1044,1046,1049,1051,1053,1055,1058,1060,1063,1065,1067,1069,1071,1073,1076,1078,1080,1082,1085,1087,1089,1091,1093,1095,1097,1100,1102,1104,1106,1108,1110,1112,1114,1116,1118,1120,1122,1125,1127,1129,1131,1133,1135,1137,1139,1141,1143,1145,1147,1149,1151,1153,1155,1157,1159,1161,1163,1165,1168,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1221,1223,1226,1228,1231,1233,1235,1237,1239,1241,1243,1246,1248,1250,1252,1254,1256,1258,1260,1262,1264,1266,1268,1270,1272,1274,1276,1278,1280,1282,1284,1286,1288,1290,1292,1294,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1324,1326,1328,1330,1332,1334,1336,1338,1340,1342,1344,1346,1348,1350,1353,1355,1357,1359,1361,1363,1365,1367,1369,1371,1373,1375,1377,1379,1381,1383,1385,1387,1389,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409,1411,1413,1415,1417,1419,1421,1423,1425,1427,1429,1431,1433,1435,1437,1439,1441,1444,1446,1448,1450,1452,1454,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474,1476,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551,1553,1556,1558,1560,1562,1565,1567,1569,1571,1574,1576,1578,1580,1583,1585,1587,1589,1591,1593,1595,1597,1599,1601,1603,1605,1607,1610,1612,1614,1616,1618,1620,1623,1625,1627,1629,1631,1633,1635,1637,1639,1641,1643,1645,1647,1649,1651,1653,1655,1657,1659,1661,1663,1665,1667,1669,1671,1673,1675,1677,1679,1681,1683,1685,1687,1689,1691,1693,1695,1697,1699,1701,1703,1705,1707,1709,1711,1714,1716,1718,1720,1722,1724,1727,1729,1731,1733,1735,1737,1740,1742,1745,1747,1749,1751,1753,1755,1757,1759,1761,1763,1765,1767,1769,1771,1773,1775,1777,1779,1781,1783,1785,1788,1790,1792,1794,1796,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1819,1821,1823,1825,1828,1830,1832,1834,1836,1838,1840,1843,1845,1847,1849,1851,1853,1856,1858,1860,1862,1864,1866,1868,1870,1872,1874,1876,1878,1880,1882,1884,1886,1888,1890,1892,1894,1896,1898,1900,1902,1904,1906,1908,1910,1912,1914,1916,1918,1920,1922,1924,1926,1928,1930,1932,1934,1936,1938,1940,1942,1944,1946,1948,1951,1953,1955,1957,1959,1961,1963,1965,1967,1969,1971,1973,1975,1977,1979,1981,1983,1985,1987,1989,1991,1993,1995,1997,1999,2001,2003,2005,2008,2010,2012,2014,2017,2019,2021,2023,2025,2027,2029,2031,2033,2035,2037,2039,2041,2043,2045,2047,2049,2051,2053,2055,2057,2059,2061,2063,2065,2067,2069,2071,2073,2075,2077,2079,2081,2083,2085,2087,2089,2091,2093,2095,2097,2099,2101,2103,2105,2107,2109,2111,2113,2115,2117,2119,2121,2123,2125,2127,2129,2131,2133,2135,2137,2139,2141,2143,2145,2147,2149,2151,2153,2155,2157,2159,2161,2163,2165,2167,2170,2172,2175,2177,2179,2181,2183,2185,2187,2189,2191,2193,2195,2197,2199,2201,2203,2205,2207,2209,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,2271,2273,2275,2277,2279,2281,2283,2285,2287,2289,2291,2293,2295,2297,2299,2301,2303,2305,2307,2309,2311,2313,2315,2317,2320,2322,2324,2326,2329,2331,2333,2335,2338,2340,2343,2345,2348,2350,2353,2356,2359,2361,2364,2366,2369,2371,2374,2376,2379,2381,2384,2387,2390,2392,2394,2396,2399,2401,2404,2406,2409,2411,2413,2415,2418,2420,2423,2425,2428,2430,2433,2435,2438,2440,2443,2445,2448,2450,2453,2455,2458,2460,2463,2465,2468,2470,2473,2475,2477,2479,2481,2484,2486,2488,2490,2492,2494,2497,2499,2501,2504,2506,2508,2511,2513,2515,2517,2519,2521,2524,2526,2528,2530,2532,2534,2537,2539,2541,2543,2545,2547,2550,2552,2554,2556,2558,2560,2562,2565,2567,2569,2571,2573,2575,2577,2579,2581,2583,2585,2587,2589,2591,2593,2595,2597,2599,2601,2603,2605,2608,2610,2612,2614,2616,2618,2620,2622,2625,2627,2629,2631,2634,2636,2638,2640,2643,2645,2647,2649,2652,2654,2656,2658,2661,2663],"span",{"class":91,"line":92},"line",1,[89,94,96],{"class":95},"sMK4o","[{",[89,98,99],{"class":95},"\"",[89,101,103],{"class":102},"spNyl","id",[89,105,99],{"class":95},[89,107,108],{"class":95},":",[89,110,99],{"class":95},[89,112,114],{"class":113},"sfazB","e9a3b71d40addd8b",[89,116,99],{"class":95},[89,118,119],{"class":95},",",[89,121,99],{"class":95},[89,123,124],{"class":102},"type",[89,126,99],{"class":95},[89,128,108],{"class":95},[89,130,99],{"class":95},[89,132,133],{"class":113},"group",[89,135,99],{"class":95},[89,137,119],{"class":95},[89,139,99],{"class":95},[89,141,142],{"class":102},"z",[89,144,99],{"class":95},[89,146,108],{"class":95},[89,148,99],{"class":95},[89,150,151],{"class":113},"d74afda3e83a644e",[89,153,99],{"class":95},[89,155,119],{"class":95},[89,157,99],{"class":95},[89,159,160],{"class":102},"name",[89,162,99],{"class":95},[89,164,108],{"class":95},[89,166,99],{"class":95},[89,168,169],{"class":113},"Create Table",[89,171,99],{"class":95},[89,173,119],{"class":95},[89,175,99],{"class":95},[89,177,178],{"class":102},"style",[89,180,99],{"class":95},[89,182,183],{"class":95},":{",[89,185,99],{"class":95},[89,187,189],{"class":188},"sBMFI","label",[89,191,99],{"class":95},[89,193,194],{"class":95},":true},",[89,196,99],{"class":95},[89,198,199],{"class":102},"nodes",[89,201,99],{"class":95},[89,203,204],{"class":95},":[",[89,206,99],{"class":95},[89,208,209],{"class":113},"48b1380ff7bfe716",[89,211,99],{"class":95},[89,213,119],{"class":95},[89,215,99],{"class":95},[89,217,218],{"class":113},"44bb8750d961e415",[89,220,99],{"class":95},[89,222,119],{"class":95},[89,224,99],{"class":95},[89,226,227],{"class":113},"4a3976e062b2ddd2",[89,229,99],{"class":95},[89,231,232],{"class":95},"],",[89,234,99],{"class":95},[89,236,237],{"class":102},"x",[89,239,99],{"class":95},[89,241,108],{"class":95},[89,243,245],{"class":244},"sbssI","274",[89,247,119],{"class":95},[89,249,99],{"class":95},[89,251,252],{"class":102},"y",[89,254,99],{"class":95},[89,256,108],{"class":95},[89,258,259],{"class":244},"419",[89,261,119],{"class":95},[89,263,99],{"class":95},[89,265,266],{"class":102},"w",[89,268,99],{"class":95},[89,270,108],{"class":95},[89,272,273],{"class":244},"572",[89,275,119],{"class":95},[89,277,99],{"class":95},[89,279,280],{"class":102},"h",[89,282,99],{"class":95},[89,284,108],{"class":95},[89,286,287],{"class":244},"82",[89,289,290],{"class":95},"},{",[89,292,99],{"class":95},[89,294,103],{"class":102},[89,296,99],{"class":95},[89,298,108],{"class":95},[89,300,99],{"class":95},[89,302,209],{"class":113},[89,304,99],{"class":95},[89,306,119],{"class":95},[89,308,99],{"class":95},[89,310,124],{"class":102},[89,312,99],{"class":95},[89,314,108],{"class":95},[89,316,99],{"class":95},[89,318,319],{"class":113},"inject",[89,321,99],{"class":95},[89,323,119],{"class":95},[89,325,99],{"class":95},[89,327,142],{"class":102},[89,329,99],{"class":95},[89,331,108],{"class":95},[89,333,99],{"class":95},[89,335,151],{"class":113},[89,337,99],{"class":95},[89,339,119],{"class":95},[89,341,99],{"class":95},[89,343,344],{"class":102},"g",[89,346,99],{"class":95},[89,348,108],{"class":95},[89,350,99],{"class":95},[89,352,114],{"class":113},[89,354,99],{"class":95},[89,356,119],{"class":95},[89,358,99],{"class":95},[89,360,160],{"class":102},[89,362,99],{"class":95},[89,364,108],{"class":95},[89,366,367],{"class":95},"\"\"",[89,369,119],{"class":95},[89,371,99],{"class":95},[89,373,374],{"class":102},"props",[89,376,99],{"class":95},[89,378,379],{"class":95},":[],",[89,381,99],{"class":95},[89,383,384],{"class":102},"repeat",[89,386,99],{"class":95},[89,388,108],{"class":95},[89,390,367],{"class":95},[89,392,119],{"class":95},[89,394,99],{"class":95},[89,396,397],{"class":102},"crontab",[89,399,99],{"class":95},[89,401,108],{"class":95},[89,403,367],{"class":95},[89,405,119],{"class":95},[89,407,99],{"class":95},[89,409,410],{"class":102},"once",[89,412,99],{"class":95},[89,414,415],{"class":95},":true,",[89,417,99],{"class":95},[89,419,420],{"class":102},"onceDelay",[89,422,99],{"class":95},[89,424,108],{"class":95},[89,426,99],{"class":95},[89,428,429],{"class":113},"1",[89,431,99],{"class":95},[89,433,119],{"class":95},[89,435,99],{"class":95},[89,437,438],{"class":102},"topic",[89,440,99],{"class":95},[89,442,108],{"class":95},[89,444,367],{"class":95},[89,446,119],{"class":95},[89,448,99],{"class":95},[89,450,237],{"class":102},[89,452,99],{"class":95},[89,454,108],{"class":95},[89,456,457],{"class":244},"370",[89,459,119],{"class":95},[89,461,99],{"class":95},[89,463,252],{"class":102},[89,465,99],{"class":95},[89,467,108],{"class":95},[89,469,470],{"class":244},"460",[89,472,119],{"class":95},[89,474,99],{"class":95},[89,476,477],{"class":102},"wires",[89,479,99],{"class":95},[89,481,482],{"class":95},":[[",[89,484,99],{"class":95},[89,486,218],{"class":113},[89,488,99],{"class":95},[89,490,491],{"class":95},"]]},{",[89,493,99],{"class":95},[89,495,103],{"class":102},[89,497,99],{"class":95},[89,499,108],{"class":95},[89,501,99],{"class":95},[89,503,218],{"class":113},[89,505,99],{"class":95},[89,507,119],{"class":95},[89,509,99],{"class":95},[89,511,124],{"class":102},[89,513,99],{"class":95},[89,515,108],{"class":95},[89,517,99],{"class":95},[89,519,520],{"class":113},"tables-query",[89,522,99],{"class":95},[89,524,119],{"class":95},[89,526,99],{"class":95},[89,528,142],{"class":102},[89,530,99],{"class":95},[89,532,108],{"class":95},[89,534,99],{"class":95},[89,536,151],{"class":113},[89,538,99],{"class":95},[89,540,119],{"class":95},[89,542,99],{"class":95},[89,544,344],{"class":102},[89,546,99],{"class":95},[89,548,108],{"class":95},[89,550,99],{"class":95},[89,552,114],{"class":113},[89,554,99],{"class":95},[89,556,119],{"class":95},[89,558,99],{"class":95},[89,560,160],{"class":102},[89,562,99],{"class":95},[89,564,108],{"class":95},[89,566,99],{"class":95},[89,568,169],{"class":113},[89,570,99],{"class":95},[89,572,119],{"class":95},[89,574,99],{"class":95},[89,576,577],{"class":102},"query",[89,579,99],{"class":95},[89,581,108],{"class":95},[89,583,99],{"class":95},[89,585,586],{"class":113},"CREATE TABLE IF NOT EXISTS public.sensor_readings ( (",[89,588,590],{"class":589},"sTEyZ","\\n",[89,592,593],{"class":113},"    id SERIAL PRIMARY KEY,",[89,595,590],{"class":589},[89,597,598],{"class":113},"    timestamp TIMESTAMPTZ NOT NULL DEFAULT NOW(),",[89,600,590],{"class":589},[89,602,603],{"class":113},"    sensor_id VARCHAR(50) NOT NULL,",[89,605,590],{"class":589},[89,607,608],{"class":113},"    location VARCHAR(100),",[89,610,590],{"class":589},[89,612,613],{"class":113},"    temperature DECIMAL(5,2)",[89,615,590],{"class":589},[89,617,618],{"class":113},");",[89,620,590],{"class":589},[89,622,99],{"class":95},[89,624,119],{"class":95},[89,626,99],{"class":95},[89,628,629],{"class":102},"split",[89,631,99],{"class":95},[89,633,634],{"class":95},":false,",[89,636,99],{"class":95},[89,638,639],{"class":102},"rowsPerMsg",[89,641,99],{"class":95},[89,643,108],{"class":95},[89,645,429],{"class":244},[89,647,119],{"class":95},[89,649,99],{"class":95},[89,651,237],{"class":102},[89,653,99],{"class":95},[89,655,108],{"class":95},[89,657,658],{"class":244},"550",[89,660,119],{"class":95},[89,662,99],{"class":95},[89,664,252],{"class":102},[89,666,99],{"class":95},[89,668,108],{"class":95},[89,670,470],{"class":244},[89,672,119],{"class":95},[89,674,99],{"class":95},[89,676,477],{"class":102},[89,678,99],{"class":95},[89,680,482],{"class":95},[89,682,99],{"class":95},[89,684,227],{"class":113},[89,686,99],{"class":95},[89,688,491],{"class":95},[89,690,99],{"class":95},[89,692,103],{"class":102},[89,694,99],{"class":95},[89,696,108],{"class":95},[89,698,99],{"class":95},[89,700,227],{"class":113},[89,702,99],{"class":95},[89,704,119],{"class":95},[89,706,99],{"class":95},[89,708,124],{"class":102},[89,710,99],{"class":95},[89,712,108],{"class":95},[89,714,99],{"class":95},[89,716,717],{"class":113},"debug",[89,719,99],{"class":95},[89,721,119],{"class":95},[89,723,99],{"class":95},[89,725,142],{"class":102},[89,727,99],{"class":95},[89,729,108],{"class":95},[89,731,99],{"class":95},[89,733,151],{"class":113},[89,735,99],{"class":95},[89,737,119],{"class":95},[89,739,99],{"class":95},[89,741,344],{"class":102},[89,743,99],{"class":95},[89,745,108],{"class":95},[89,747,99],{"class":95},[89,749,114],{"class":113},[89,751,99],{"class":95},[89,753,119],{"class":95},[89,755,99],{"class":95},[89,757,160],{"class":102},[89,759,99],{"class":95},[89,761,108],{"class":95},[89,763,99],{"class":95},[89,765,766],{"class":113},"debug 1",[89,768,99],{"class":95},[89,770,119],{"class":95},[89,772,99],{"class":95},[89,774,775],{"class":102},"active",[89,777,99],{"class":95},[89,779,415],{"class":95},[89,781,99],{"class":95},[89,783,784],{"class":102},"tosidebar",[89,786,99],{"class":95},[89,788,415],{"class":95},[89,790,99],{"class":95},[89,792,793],{"class":102},"console",[89,795,99],{"class":95},[89,797,634],{"class":95},[89,799,99],{"class":95},[89,801,802],{"class":102},"tostatus",[89,804,99],{"class":95},[89,806,634],{"class":95},[89,808,99],{"class":95},[89,810,811],{"class":102},"complete",[89,813,99],{"class":95},[89,815,108],{"class":95},[89,817,99],{"class":95},[89,819,820],{"class":113},"false",[89,822,99],{"class":95},[89,824,119],{"class":95},[89,826,99],{"class":95},[89,828,829],{"class":102},"statusVal",[89,831,99],{"class":95},[89,833,108],{"class":95},[89,835,367],{"class":95},[89,837,119],{"class":95},[89,839,99],{"class":95},[89,841,842],{"class":102},"statusType",[89,844,99],{"class":95},[89,846,108],{"class":95},[89,848,99],{"class":95},[89,850,851],{"class":113},"auto",[89,853,99],{"class":95},[89,855,119],{"class":95},[89,857,99],{"class":95},[89,859,237],{"class":102},[89,861,99],{"class":95},[89,863,108],{"class":95},[89,865,866],{"class":244},"740",[89,868,119],{"class":95},[89,870,99],{"class":95},[89,872,252],{"class":102},[89,874,99],{"class":95},[89,876,108],{"class":95},[89,878,470],{"class":244},[89,880,119],{"class":95},[89,882,99],{"class":95},[89,884,477],{"class":102},[89,886,99],{"class":95},[89,888,889],{"class":95},":[]},{",[89,891,99],{"class":95},[89,893,103],{"class":102},[89,895,99],{"class":95},[89,897,108],{"class":95},[89,899,99],{"class":95},[89,901,902],{"class":113},"68fbcdb03e3a5346",[89,904,99],{"class":95},[89,906,119],{"class":95},[89,908,99],{"class":95},[89,910,124],{"class":102},[89,912,99],{"class":95},[89,914,108],{"class":95},[89,916,99],{"class":95},[89,918,133],{"class":113},[89,920,99],{"class":95},[89,922,119],{"class":95},[89,924,99],{"class":95},[89,926,142],{"class":102},[89,928,99],{"class":95},[89,930,108],{"class":95},[89,932,99],{"class":95},[89,934,151],{"class":113},[89,936,99],{"class":95},[89,938,119],{"class":95},[89,940,99],{"class":95},[89,942,178],{"class":102},[89,944,99],{"class":95},[89,946,183],{"class":95},[89,948,99],{"class":95},[89,950,951],{"class":188},"stroke",[89,953,99],{"class":95},[89,955,108],{"class":95},[89,957,99],{"class":95},[89,959,960],{"class":113},"#b2b3bd",[89,962,99],{"class":95},[89,964,119],{"class":95},[89,966,99],{"class":95},[89,968,969],{"class":188},"stroke-opacity",[89,971,99],{"class":95},[89,973,108],{"class":95},[89,975,99],{"class":95},[89,977,429],{"class":113},[89,979,99],{"class":95},[89,981,119],{"class":95},[89,983,99],{"class":95},[89,985,986],{"class":188},"fill",[89,988,99],{"class":95},[89,990,108],{"class":95},[89,992,99],{"class":95},[89,994,995],{"class":113},"#f2f3fb",[89,997,99],{"class":95},[89,999,119],{"class":95},[89,1001,99],{"class":95},[89,1003,1004],{"class":188},"fill-opacity",[89,1006,99],{"class":95},[89,1008,108],{"class":95},[89,1010,99],{"class":95},[89,1012,1013],{"class":113},"0.5",[89,1015,99],{"class":95},[89,1017,119],{"class":95},[89,1019,99],{"class":95},[89,1021,189],{"class":188},[89,1023,99],{"class":95},[89,1025,415],{"class":95},[89,1027,99],{"class":95},[89,1029,1030],{"class":188},"label-position",[89,1032,99],{"class":95},[89,1034,108],{"class":95},[89,1036,99],{"class":95},[89,1038,1039],{"class":113},"nw",[89,1041,99],{"class":95},[89,1043,119],{"class":95},[89,1045,99],{"class":95},[89,1047,1048],{"class":188},"color",[89,1050,99],{"class":95},[89,1052,108],{"class":95},[89,1054,99],{"class":95},[89,1056,1057],{"class":113},"#32333b",[89,1059,99],{"class":95},[89,1061,1062],{"class":95},"},",[89,1064,99],{"class":95},[89,1066,199],{"class":102},[89,1068,99],{"class":95},[89,1070,204],{"class":95},[89,1072,99],{"class":95},[89,1074,1075],{"class":113},"4f24ab5b5628a1ba",[89,1077,99],{"class":95},[89,1079,119],{"class":95},[89,1081,99],{"class":95},[89,1083,1084],{"class":113},"fbf36a7b3c59461d",[89,1086,99],{"class":95},[89,1088,232],{"class":95},[89,1090,99],{"class":95},[89,1092,237],{"class":102},[89,1094,99],{"class":95},[89,1096,108],{"class":95},[89,1098,1099],{"class":244},"854",[89,1101,119],{"class":95},[89,1103,99],{"class":95},[89,1105,252],{"class":102},[89,1107,99],{"class":95},[89,1109,108],{"class":95},[89,1111,259],{"class":244},[89,1113,119],{"class":95},[89,1115,99],{"class":95},[89,1117,266],{"class":102},[89,1119,99],{"class":95},[89,1121,108],{"class":95},[89,1123,1124],{"class":244},"392",[89,1126,119],{"class":95},[89,1128,99],{"class":95},[89,1130,280],{"class":102},[89,1132,99],{"class":95},[89,1134,108],{"class":95},[89,1136,287],{"class":244},[89,1138,290],{"class":95},[89,1140,99],{"class":95},[89,1142,103],{"class":102},[89,1144,99],{"class":95},[89,1146,108],{"class":95},[89,1148,99],{"class":95},[89,1150,1075],{"class":113},[89,1152,99],{"class":95},[89,1154,119],{"class":95},[89,1156,99],{"class":95},[89,1158,124],{"class":102},[89,1160,99],{"class":95},[89,1162,108],{"class":95},[89,1164,99],{"class":95},[89,1166,1167],{"class":113},"catch",[89,1169,99],{"class":95},[89,1171,119],{"class":95},[89,1173,99],{"class":95},[89,1175,142],{"class":102},[89,1177,99],{"class":95},[89,1179,108],{"class":95},[89,1181,99],{"class":95},[89,1183,151],{"class":113},[89,1185,99],{"class":95},[89,1187,119],{"class":95},[89,1189,99],{"class":95},[89,1191,344],{"class":102},[89,1193,99],{"class":95},[89,1195,108],{"class":95},[89,1197,99],{"class":95},[89,1199,902],{"class":113},[89,1201,99],{"class":95},[89,1203,119],{"class":95},[89,1205,99],{"class":95},[89,1207,160],{"class":102},[89,1209,99],{"class":95},[89,1211,108],{"class":95},[89,1213,367],{"class":95},[89,1215,119],{"class":95},[89,1217,99],{"class":95},[89,1219,1220],{"class":102},"scope",[89,1222,99],{"class":95},[89,1224,1225],{"class":95},":null,",[89,1227,99],{"class":95},[89,1229,1230],{"class":102},"uncaught",[89,1232,99],{"class":95},[89,1234,634],{"class":95},[89,1236,99],{"class":95},[89,1238,237],{"class":102},[89,1240,99],{"class":95},[89,1242,108],{"class":95},[89,1244,1245],{"class":244},"940",[89,1247,119],{"class":95},[89,1249,99],{"class":95},[89,1251,252],{"class":102},[89,1253,99],{"class":95},[89,1255,108],{"class":95},[89,1257,470],{"class":244},[89,1259,119],{"class":95},[89,1261,99],{"class":95},[89,1263,477],{"class":102},[89,1265,99],{"class":95},[89,1267,482],{"class":95},[89,1269,99],{"class":95},[89,1271,1084],{"class":113},[89,1273,99],{"class":95},[89,1275,491],{"class":95},[89,1277,99],{"class":95},[89,1279,103],{"class":102},[89,1281,99],{"class":95},[89,1283,108],{"class":95},[89,1285,99],{"class":95},[89,1287,1084],{"class":113},[89,1289,99],{"class":95},[89,1291,119],{"class":95},[89,1293,99],{"class":95},[89,1295,124],{"class":102},[89,1297,99],{"class":95},[89,1299,108],{"class":95},[89,1301,99],{"class":95},[89,1303,717],{"class":113},[89,1305,99],{"class":95},[89,1307,119],{"class":95},[89,1309,99],{"class":95},[89,1311,142],{"class":102},[89,1313,99],{"class":95},[89,1315,108],{"class":95},[89,1317,99],{"class":95},[89,1319,151],{"class":113},[89,1321,99],{"class":95},[89,1323,119],{"class":95},[89,1325,99],{"class":95},[89,1327,344],{"class":102},[89,1329,99],{"class":95},[89,1331,108],{"class":95},[89,1333,99],{"class":95},[89,1335,902],{"class":113},[89,1337,99],{"class":95},[89,1339,119],{"class":95},[89,1341,99],{"class":95},[89,1343,160],{"class":102},[89,1345,99],{"class":95},[89,1347,108],{"class":95},[89,1349,99],{"class":95},[89,1351,1352],{"class":113},"debug 6",[89,1354,99],{"class":95},[89,1356,119],{"class":95},[89,1358,99],{"class":95},[89,1360,775],{"class":102},[89,1362,99],{"class":95},[89,1364,415],{"class":95},[89,1366,99],{"class":95},[89,1368,784],{"class":102},[89,1370,99],{"class":95},[89,1372,415],{"class":95},[89,1374,99],{"class":95},[89,1376,793],{"class":102},[89,1378,99],{"class":95},[89,1380,634],{"class":95},[89,1382,99],{"class":95},[89,1384,802],{"class":102},[89,1386,99],{"class":95},[89,1388,634],{"class":95},[89,1390,99],{"class":95},[89,1392,811],{"class":102},[89,1394,99],{"class":95},[89,1396,108],{"class":95},[89,1398,99],{"class":95},[89,1400,820],{"class":113},[89,1402,99],{"class":95},[89,1404,119],{"class":95},[89,1406,99],{"class":95},[89,1408,829],{"class":102},[89,1410,99],{"class":95},[89,1412,108],{"class":95},[89,1414,367],{"class":95},[89,1416,119],{"class":95},[89,1418,99],{"class":95},[89,1420,842],{"class":102},[89,1422,99],{"class":95},[89,1424,108],{"class":95},[89,1426,99],{"class":95},[89,1428,851],{"class":113},[89,1430,99],{"class":95},[89,1432,119],{"class":95},[89,1434,99],{"class":95},[89,1436,237],{"class":102},[89,1438,99],{"class":95},[89,1440,108],{"class":95},[89,1442,1443],{"class":244},"1140",[89,1445,119],{"class":95},[89,1447,99],{"class":95},[89,1449,252],{"class":102},[89,1451,99],{"class":95},[89,1453,108],{"class":95},[89,1455,470],{"class":244},[89,1457,119],{"class":95},[89,1459,99],{"class":95},[89,1461,477],{"class":102},[89,1463,99],{"class":95},[89,1465,889],{"class":95},[89,1467,99],{"class":95},[89,1469,103],{"class":102},[89,1471,99],{"class":95},[89,1473,108],{"class":95},[89,1475,99],{"class":95},[89,1477,1478],{"class":113},"01137d02c4832962",[89,1480,99],{"class":95},[89,1482,119],{"class":95},[89,1484,99],{"class":95},[89,1486,124],{"class":102},[89,1488,99],{"class":95},[89,1490,108],{"class":95},[89,1492,99],{"class":95},[89,1494,133],{"class":113},[89,1496,99],{"class":95},[89,1498,119],{"class":95},[89,1500,99],{"class":95},[89,1502,142],{"class":102},[89,1504,99],{"class":95},[89,1506,108],{"class":95},[89,1508,99],{"class":95},[89,1510,151],{"class":113},[89,1512,99],{"class":95},[89,1514,119],{"class":95},[89,1516,99],{"class":95},[89,1518,160],{"class":102},[89,1520,99],{"class":95},[89,1522,108],{"class":95},[89,1524,367],{"class":95},[89,1526,119],{"class":95},[89,1528,99],{"class":95},[89,1530,178],{"class":102},[89,1532,99],{"class":95},[89,1534,183],{"class":95},[89,1536,99],{"class":95},[89,1538,189],{"class":188},[89,1540,99],{"class":95},[89,1542,194],{"class":95},[89,1544,99],{"class":95},[89,1546,199],{"class":102},[89,1548,99],{"class":95},[89,1550,204],{"class":95},[89,1552,99],{"class":95},[89,1554,1555],{"class":113},"e465d4328d9d42d9",[89,1557,99],{"class":95},[89,1559,119],{"class":95},[89,1561,99],{"class":95},[89,1563,1564],{"class":113},"f8269cf412b4200f",[89,1566,99],{"class":95},[89,1568,119],{"class":95},[89,1570,99],{"class":95},[89,1572,1573],{"class":113},"2ce801643e01510b",[89,1575,99],{"class":95},[89,1577,119],{"class":95},[89,1579,99],{"class":95},[89,1581,1582],{"class":113},"40d48ffb90e5674a",[89,1584,99],{"class":95},[89,1586,232],{"class":95},[89,1588,99],{"class":95},[89,1590,237],{"class":102},[89,1592,99],{"class":95},[89,1594,108],{"class":95},[89,1596,245],{"class":244},[89,1598,119],{"class":95},[89,1600,99],{"class":95},[89,1602,252],{"class":102},[89,1604,99],{"class":95},[89,1606,108],{"class":95},[89,1608,1609],{"class":244},"519",[89,1611,119],{"class":95},[89,1613,99],{"class":95},[89,1615,266],{"class":102},[89,1617,99],{"class":95},[89,1619,108],{"class":95},[89,1621,1622],{"class":244},"972",[89,1624,119],{"class":95},[89,1626,99],{"class":95},[89,1628,280],{"class":102},[89,1630,99],{"class":95},[89,1632,108],{"class":95},[89,1634,287],{"class":244},[89,1636,290],{"class":95},[89,1638,99],{"class":95},[89,1640,103],{"class":102},[89,1642,99],{"class":95},[89,1644,108],{"class":95},[89,1646,99],{"class":95},[89,1648,1555],{"class":113},[89,1650,99],{"class":95},[89,1652,119],{"class":95},[89,1654,99],{"class":95},[89,1656,124],{"class":102},[89,1658,99],{"class":95},[89,1660,108],{"class":95},[89,1662,99],{"class":95},[89,1664,319],{"class":113},[89,1666,99],{"class":95},[89,1668,119],{"class":95},[89,1670,99],{"class":95},[89,1672,142],{"class":102},[89,1674,99],{"class":95},[89,1676,108],{"class":95},[89,1678,99],{"class":95},[89,1680,151],{"class":113},[89,1682,99],{"class":95},[89,1684,119],{"class":95},[89,1686,99],{"class":95},[89,1688,344],{"class":102},[89,1690,99],{"class":95},[89,1692,108],{"class":95},[89,1694,99],{"class":95},[89,1696,1478],{"class":113},[89,1698,99],{"class":95},[89,1700,119],{"class":95},[89,1702,99],{"class":95},[89,1704,160],{"class":102},[89,1706,99],{"class":95},[89,1708,108],{"class":95},[89,1710,99],{"class":95},[89,1712,1713],{"class":113},"Insert simulated Data",[89,1715,99],{"class":95},[89,1717,119],{"class":95},[89,1719,99],{"class":95},[89,1721,374],{"class":102},[89,1723,99],{"class":95},[89,1725,1726],{"class":95},":[{",[89,1728,99],{"class":95},[89,1730,12],{"class":188},[89,1732,99],{"class":95},[89,1734,108],{"class":95},[89,1736,99],{"class":95},[89,1738,1739],{"class":113},"payload",[89,1741,99],{"class":95},[89,1743,1744],{"class":95},"}],",[89,1746,99],{"class":95},[89,1748,384],{"class":102},[89,1750,99],{"class":95},[89,1752,108],{"class":95},[89,1754,367],{"class":95},[89,1756,119],{"class":95},[89,1758,99],{"class":95},[89,1760,397],{"class":102},[89,1762,99],{"class":95},[89,1764,108],{"class":95},[89,1766,367],{"class":95},[89,1768,119],{"class":95},[89,1770,99],{"class":95},[89,1772,410],{"class":102},[89,1774,99],{"class":95},[89,1776,634],{"class":95},[89,1778,99],{"class":95},[89,1780,420],{"class":102},[89,1782,99],{"class":95},[89,1784,108],{"class":95},[89,1786,1787],{"class":244},"0.1",[89,1789,119],{"class":95},[89,1791,99],{"class":95},[89,1793,438],{"class":102},[89,1795,99],{"class":95},[89,1797,108],{"class":95},[89,1799,367],{"class":95},[89,1801,119],{"class":95},[89,1803,99],{"class":95},[89,1805,1739],{"class":102},[89,1807,99],{"class":95},[89,1809,108],{"class":95},[89,1811,367],{"class":95},[89,1813,119],{"class":95},[89,1815,99],{"class":95},[89,1817,1818],{"class":102},"payloadType",[89,1820,99],{"class":95},[89,1822,108],{"class":95},[89,1824,99],{"class":95},[89,1826,1827],{"class":113},"date",[89,1829,99],{"class":95},[89,1831,119],{"class":95},[89,1833,99],{"class":95},[89,1835,237],{"class":102},[89,1837,99],{"class":95},[89,1839,108],{"class":95},[89,1841,1842],{"class":244},"420",[89,1844,119],{"class":95},[89,1846,99],{"class":95},[89,1848,252],{"class":102},[89,1850,99],{"class":95},[89,1852,108],{"class":95},[89,1854,1855],{"class":244},"560",[89,1857,119],{"class":95},[89,1859,99],{"class":95},[89,1861,477],{"class":102},[89,1863,99],{"class":95},[89,1865,482],{"class":95},[89,1867,99],{"class":95},[89,1869,1582],{"class":113},[89,1871,99],{"class":95},[89,1873,491],{"class":95},[89,1875,99],{"class":95},[89,1877,103],{"class":102},[89,1879,99],{"class":95},[89,1881,108],{"class":95},[89,1883,99],{"class":95},[89,1885,1564],{"class":113},[89,1887,99],{"class":95},[89,1889,119],{"class":95},[89,1891,99],{"class":95},[89,1893,124],{"class":102},[89,1895,99],{"class":95},[89,1897,108],{"class":95},[89,1899,99],{"class":95},[89,1901,717],{"class":113},[89,1903,99],{"class":95},[89,1905,119],{"class":95},[89,1907,99],{"class":95},[89,1909,142],{"class":102},[89,1911,99],{"class":95},[89,1913,108],{"class":95},[89,1915,99],{"class":95},[89,1917,151],{"class":113},[89,1919,99],{"class":95},[89,1921,119],{"class":95},[89,1923,99],{"class":95},[89,1925,344],{"class":102},[89,1927,99],{"class":95},[89,1929,108],{"class":95},[89,1931,99],{"class":95},[89,1933,1478],{"class":113},[89,1935,99],{"class":95},[89,1937,119],{"class":95},[89,1939,99],{"class":95},[89,1941,160],{"class":102},[89,1943,99],{"class":95},[89,1945,108],{"class":95},[89,1947,99],{"class":95},[89,1949,1950],{"class":113},"debug 2",[89,1952,99],{"class":95},[89,1954,119],{"class":95},[89,1956,99],{"class":95},[89,1958,775],{"class":102},[89,1960,99],{"class":95},[89,1962,415],{"class":95},[89,1964,99],{"class":95},[89,1966,784],{"class":102},[89,1968,99],{"class":95},[89,1970,415],{"class":95},[89,1972,99],{"class":95},[89,1974,793],{"class":102},[89,1976,99],{"class":95},[89,1978,634],{"class":95},[89,1980,99],{"class":95},[89,1982,802],{"class":102},[89,1984,99],{"class":95},[89,1986,634],{"class":95},[89,1988,99],{"class":95},[89,1990,811],{"class":102},[89,1992,99],{"class":95},[89,1994,108],{"class":95},[89,1996,99],{"class":95},[89,1998,1739],{"class":113},[89,2000,99],{"class":95},[89,2002,119],{"class":95},[89,2004,99],{"class":95},[89,2006,2007],{"class":102},"targetType",[89,2009,99],{"class":95},[89,2011,108],{"class":95},[89,2013,99],{"class":95},[89,2015,2016],{"class":113},"msg",[89,2018,99],{"class":95},[89,2020,119],{"class":95},[89,2022,99],{"class":95},[89,2024,829],{"class":102},[89,2026,99],{"class":95},[89,2028,108],{"class":95},[89,2030,367],{"class":95},[89,2032,119],{"class":95},[89,2034,99],{"class":95},[89,2036,842],{"class":102},[89,2038,99],{"class":95},[89,2040,108],{"class":95},[89,2042,99],{"class":95},[89,2044,851],{"class":113},[89,2046,99],{"class":95},[89,2048,119],{"class":95},[89,2050,99],{"class":95},[89,2052,237],{"class":102},[89,2054,99],{"class":95},[89,2056,108],{"class":95},[89,2058,1443],{"class":244},[89,2060,119],{"class":95},[89,2062,99],{"class":95},[89,2064,252],{"class":102},[89,2066,99],{"class":95},[89,2068,108],{"class":95},[89,2070,1855],{"class":244},[89,2072,119],{"class":95},[89,2074,99],{"class":95},[89,2076,477],{"class":102},[89,2078,99],{"class":95},[89,2080,889],{"class":95},[89,2082,99],{"class":95},[89,2084,103],{"class":102},[89,2086,99],{"class":95},[89,2088,108],{"class":95},[89,2090,99],{"class":95},[89,2092,1573],{"class":113},[89,2094,99],{"class":95},[89,2096,119],{"class":95},[89,2098,99],{"class":95},[89,2100,124],{"class":102},[89,2102,99],{"class":95},[89,2104,108],{"class":95},[89,2106,99],{"class":95},[89,2108,520],{"class":113},[89,2110,99],{"class":95},[89,2112,119],{"class":95},[89,2114,99],{"class":95},[89,2116,142],{"class":102},[89,2118,99],{"class":95},[89,2120,108],{"class":95},[89,2122,99],{"class":95},[89,2124,151],{"class":113},[89,2126,99],{"class":95},[89,2128,119],{"class":95},[89,2130,99],{"class":95},[89,2132,344],{"class":102},[89,2134,99],{"class":95},[89,2136,108],{"class":95},[89,2138,99],{"class":95},[89,2140,1478],{"class":113},[89,2142,99],{"class":95},[89,2144,119],{"class":95},[89,2146,99],{"class":95},[89,2148,160],{"class":102},[89,2150,99],{"class":95},[89,2152,108],{"class":95},[89,2154,367],{"class":95},[89,2156,119],{"class":95},[89,2158,99],{"class":95},[89,2160,577],{"class":102},[89,2162,99],{"class":95},[89,2164,108],{"class":95},[89,2166,99],{"class":95},[89,2168,2169],{"class":113},"INSERT INTO public.sensor_readings (sensor_id, timestamp, location, temperature) ",[89,2171,590],{"class":589},[89,2173,2174],{"class":113},"VALUES ($sensor_id, $timestamp, $location, $temperature);",[89,2176,590],{"class":589},[89,2178,99],{"class":95},[89,2180,119],{"class":95},[89,2182,99],{"class":95},[89,2184,629],{"class":102},[89,2186,99],{"class":95},[89,2188,634],{"class":95},[89,2190,99],{"class":95},[89,2192,639],{"class":102},[89,2194,99],{"class":95},[89,2196,108],{"class":95},[89,2198,429],{"class":244},[89,2200,119],{"class":95},[89,2202,99],{"class":95},[89,2204,237],{"class":102},[89,2206,99],{"class":95},[89,2208,108],{"class":95},[89,2210,2211],{"class":244},"930",[89,2213,119],{"class":95},[89,2215,99],{"class":95},[89,2217,252],{"class":102},[89,2219,99],{"class":95},[89,2221,108],{"class":95},[89,2223,1855],{"class":244},[89,2225,119],{"class":95},[89,2227,99],{"class":95},[89,2229,477],{"class":102},[89,2231,99],{"class":95},[89,2233,482],{"class":95},[89,2235,99],{"class":95},[89,2237,1564],{"class":113},[89,2239,99],{"class":95},[89,2241,491],{"class":95},[89,2243,99],{"class":95},[89,2245,103],{"class":102},[89,2247,99],{"class":95},[89,2249,108],{"class":95},[89,2251,99],{"class":95},[89,2253,1582],{"class":113},[89,2255,99],{"class":95},[89,2257,119],{"class":95},[89,2259,99],{"class":95},[89,2261,124],{"class":102},[89,2263,99],{"class":95},[89,2265,108],{"class":95},[89,2267,99],{"class":95},[89,2269,2270],{"class":113},"function",[89,2272,99],{"class":95},[89,2274,119],{"class":95},[89,2276,99],{"class":95},[89,2278,142],{"class":102},[89,2280,99],{"class":95},[89,2282,108],{"class":95},[89,2284,99],{"class":95},[89,2286,151],{"class":113},[89,2288,99],{"class":95},[89,2290,119],{"class":95},[89,2292,99],{"class":95},[89,2294,344],{"class":102},[89,2296,99],{"class":95},[89,2298,108],{"class":95},[89,2300,99],{"class":95},[89,2302,1478],{"class":113},[89,2304,99],{"class":95},[89,2306,119],{"class":95},[89,2308,99],{"class":95},[89,2310,160],{"class":102},[89,2312,99],{"class":95},[89,2314,108],{"class":95},[89,2316,99],{"class":95},[89,2318,2319],{"class":113},"Generate last 7 days sensor data",[89,2321,99],{"class":95},[89,2323,119],{"class":95},[89,2325,99],{"class":95},[89,2327,2328],{"class":102},"func",[89,2330,99],{"class":95},[89,2332,108],{"class":95},[89,2334,99],{"class":95},[89,2336,2337],{"class":113},"\u002F\u002F Generate simulated sensor readings for the last 7 days, at every even hour",[89,2339,590],{"class":589},[89,2341,2342],{"class":113},"let now = new Date();",[89,2344,590],{"class":589},[89,2346,2347],{"class":113},"let start = new Date(now.getTime() - (7 * 24 * 60 * 60 * 1000)); \u002F\u002F 7 days ago",[89,2349,590],{"class":589},[89,2351,2352],{"class":113},"let readings = [];",[89,2354,2355],{"class":589},"\\n\\n",[89,2357,2358],{"class":113},"\u002F\u002F Collect all readings first",[89,2360,590],{"class":589},[89,2362,2363],{"class":113},"for (let ts = new Date(start); ts \u003C= now; ts.setHours(ts.getHours() + 1)) {",[89,2365,590],{"class":589},[89,2367,2368],{"class":113},"    if (ts.getHours() % 2 === 0) {",[89,2370,590],{"class":589},[89,2372,2373],{"class":113},"        readings.push({",[89,2375,590],{"class":589},[89,2377,2378],{"class":113},"            queryParameters: {",[89,2380,590],{"class":589},[89,2382,2383],{"class":113},"                sensor_id: ",[89,2385,2386],{"class":589},"\\\"",[89,2388,2389],{"class":113},"sensor-1",[89,2391,2386],{"class":589},[89,2393,119],{"class":113},[89,2395,590],{"class":589},[89,2397,2398],{"class":113},"                timestamp: new Date(ts), \u002F\u002F clone timestamp",[89,2400,590],{"class":589},[89,2402,2403],{"class":113},"                location: ",[89,2405,2386],{"class":589},[89,2407,2408],{"class":113},"Lab A",[89,2410,2386],{"class":589},[89,2412,119],{"class":113},[89,2414,590],{"class":589},[89,2416,2417],{"class":113},"                temperature: Number((20 + Math.random() * 10).toFixed(2)) \u002F\u002F Ensure number type",[89,2419,590],{"class":589},[89,2421,2422],{"class":113},"            }",[89,2424,590],{"class":589},[89,2426,2427],{"class":113},"        });",[89,2429,590],{"class":589},[89,2431,2432],{"class":113},"    }",[89,2434,590],{"class":589},[89,2436,2437],{"class":113},"}",[89,2439,2355],{"class":589},[89,2441,2442],{"class":113},"\u002F\u002F Send them one by one with delay",[89,2444,590],{"class":589},[89,2446,2447],{"class":113},"readings.forEach((reading, i) => {",[89,2449,590],{"class":589},[89,2451,2452],{"class":113},"    setTimeout(() => {",[89,2454,590],{"class":589},[89,2456,2457],{"class":113},"        node.send(reading);",[89,2459,590],{"class":589},[89,2461,2462],{"class":113},"    }, i * 200); \u002F\u002F 200ms delay between messages",[89,2464,590],{"class":589},[89,2466,2467],{"class":113},"});",[89,2469,2355],{"class":589},[89,2471,2472],{"class":113},"return null; \u002F\u002F Prevent immediate msg sending",[89,2474,590],{"class":589},[89,2476,99],{"class":95},[89,2478,119],{"class":95},[89,2480,99],{"class":95},[89,2482,2483],{"class":102},"outputs",[89,2485,99],{"class":95},[89,2487,108],{"class":95},[89,2489,429],{"class":244},[89,2491,119],{"class":95},[89,2493,99],{"class":95},[89,2495,2496],{"class":102},"timeout",[89,2498,99],{"class":95},[89,2500,108],{"class":95},[89,2502,2503],{"class":244},"0",[89,2505,119],{"class":95},[89,2507,99],{"class":95},[89,2509,2510],{"class":102},"noerr",[89,2512,99],{"class":95},[89,2514,108],{"class":95},[89,2516,2503],{"class":244},[89,2518,119],{"class":95},[89,2520,99],{"class":95},[89,2522,2523],{"class":102},"initialize",[89,2525,99],{"class":95},[89,2527,108],{"class":95},[89,2529,367],{"class":95},[89,2531,119],{"class":95},[89,2533,99],{"class":95},[89,2535,2536],{"class":102},"finalize",[89,2538,99],{"class":95},[89,2540,108],{"class":95},[89,2542,367],{"class":95},[89,2544,119],{"class":95},[89,2546,99],{"class":95},[89,2548,2549],{"class":102},"libs",[89,2551,99],{"class":95},[89,2553,379],{"class":95},[89,2555,99],{"class":95},[89,2557,237],{"class":102},[89,2559,99],{"class":95},[89,2561,108],{"class":95},[89,2563,2564],{"class":244},"700",[89,2566,119],{"class":95},[89,2568,99],{"class":95},[89,2570,252],{"class":102},[89,2572,99],{"class":95},[89,2574,108],{"class":95},[89,2576,1855],{"class":244},[89,2578,119],{"class":95},[89,2580,99],{"class":95},[89,2582,477],{"class":102},[89,2584,99],{"class":95},[89,2586,482],{"class":95},[89,2588,99],{"class":95},[89,2590,1573],{"class":113},[89,2592,99],{"class":95},[89,2594,491],{"class":95},[89,2596,99],{"class":95},[89,2598,103],{"class":102},[89,2600,99],{"class":95},[89,2602,108],{"class":95},[89,2604,99],{"class":95},[89,2606,2607],{"class":113},"89c52680263e6cba",[89,2609,99],{"class":95},[89,2611,119],{"class":95},[89,2613,99],{"class":95},[89,2615,124],{"class":102},[89,2617,99],{"class":95},[89,2619,108],{"class":95},[89,2621,99],{"class":95},[89,2623,2624],{"class":113},"global-config",[89,2626,99],{"class":95},[89,2628,119],{"class":95},[89,2630,99],{"class":95},[89,2632,2633],{"class":102},"env",[89,2635,99],{"class":95},[89,2637,379],{"class":95},[89,2639,99],{"class":95},[89,2641,2642],{"class":102},"modules",[89,2644,99],{"class":95},[89,2646,183],{"class":95},[89,2648,99],{"class":95},[89,2650,2651],{"class":188},"@flowfuse\u002Fnr-tables-nodes",[89,2653,99],{"class":95},[89,2655,108],{"class":95},[89,2657,99],{"class":95},[89,2659,2660],{"class":113},"0.1.0",[89,2662,99],{"class":95},[89,2664,2665],{"class":95},"}}]\n",[12,2667,2668],{},"After deployment, press the \"Insert simulated Data\" inject button to populate your table with a week's worth of hourly sensor readings. This sample data will help you explore Query node capabilities.",[2670,2671,2672],"blockquote",{},[12,2673,2674,2677],{},[52,2675,2676],{},"Note:"," FlowFuse Tables is currently available for Enterprise users only.",[12,2679,2680],{},"Now, let us test the natural language querying powered by the FlowFuse Expert:",[2682,2683,2684,2687,2690,2693,2696,2703,2706],"ol",{},[49,2685,2686],{},"Add an Inject node to your flow",[49,2688,2689],{},"Connect it to your Query node",[49,2691,2692],{},"Open the Query node and locate the new \"Assistant\" codelens",[49,2694,2695],{},"Enter: \"Show me all readings from today\"",[49,2697,2698,2699,2702],{},"Click ",[52,2700,2701],{},"Ask the FlowFuse Expert",". The FlowFuse Expert will process your natural language request and automatically generate the corresponding SQL query in the Query node's SQL field. Click Done.",[49,2704,2705],{},"Connect a Debug node to see the results",[49,2707,2708],{},"Deploy the flow and click the Inject button to test it.",[12,2710,2711,2716,2719],{},[2712,2713],"img",{"alt":2714,"dataZoomable":85,"src":2715},"FlowFuse Expert in Query Node","\u002Fblog\u002F2025\u002F09\u002Fimages\u002Fflowfuse-ai-assistance-table-demo.gif",[2717,2718],"br",{},[2720,2721,2714],"em",{},[16,2723,2725],{"id":2724},"practical-query-examples","Practical Query Examples",[12,2727,2728],{},"With your sample data in place, here are some immediately useful queries to try:",[2730,2731,2733],"h3",{"id":2732},"performance-analysis","Performance Analysis",[12,2735,2736,2739,2741],{},[52,2737,2738],{},"Track temperature averages:",[2717,2740],{},"\nPrompt: \"What's the average temperature for this week?\"",[2743,2744],"lite-youtube",{"videoid":2745,"params":2746,"style":2747,"title":2748},"MZxrI9SEegE","rel=0","margin-top: 20px; margin-bottom: 20px; width: 100%; height: 480px;","YouTube video player",[12,2750,2751,2754,2756],{},[52,2752,2753],{},"Identify peak readings:",[2717,2755],{},"\nPrompt: \"Find the highest temperature reading this month\"",[2743,2758],{"videoid":2759,"params":2746,"style":2747,"title":2748},"jDIRH2i_1Uk",[2730,2761,2763],{"id":2762},"time-based-analysis","Time-Based Analysis",[12,2765,2766,2769,2771],{},[52,2767,2768],{},"Hourly patterns:",[2717,2770],{},"\nPrompt: \"Average temperature per hour today\"",[2743,2773],{"videoid":2774,"params":2746,"style":2747,"title":2748},"m4L9ZHE6tdI",[16,2776,2778],{"id":2777},"advanced-query-capabilities","Advanced Query Capabilities",[12,2780,2781],{},"Beyond basic queries, the FlowFuse Expert can handle sophisticated analysis:",[12,2783,2784,2787,2789],{},[52,2785,2786],{},"Complex filtering:",[2717,2788],{},"\nPrompt: \"Show readings where temperature > 20, temperature \u003C 25, and temperature ≠ 22\"",[2743,2791],{"videoid":2792,"params":2746,"style":2747,"title":2748},"MtzcbmFg1-4",[12,2794,2795,2798,2800],{},[52,2796,2797],{},"Statistical operations:",[2717,2799],{},"\nPrompt: \"Calculate standard deviation of temperature readings this month\"",[2743,2802],{"videoid":2803,"params":2746,"style":2747,"title":2748},"aJ8znXOn9Hc",[12,2805,2806],{},"These examples demonstrate how the FlowFuse Expert simplifies advanced analysis, turning complex database operations into easy, natural-language requests.",[16,2808,2810],{"id":2809},"whats-next","What's Next",[12,2812,2813],{},"The FlowFuse Expert now brings natural language capabilities to database queries in FlowFuse Tables. This removes the complexity of SQL, allowing industrial teams to extract insights using simple conversational commands.",[12,2815,2816],{},"FlowFuse's mission has always been to democratize industrial automation and reduce complexity for engineers and operational teams. As part of this commitment, more AI-powered features are on the roadmap to simplify industrial workflows even further.",[12,2818,2819,2820,2826],{},"Ready to transform how your team works with data? ",[33,2821,2825],{"href":2822,"rel":2823},"https:\u002F\u002Fapp.flowfuse.com\u002Faccount\u002Fcreate",[2824],"nofollow","Book a demo"," and see how FlowFuse makes building industrial applications simple and accessible.",[178,2828,2829],{},"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 .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}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);}",{"title":85,"searchDepth":2831,"depth":2831,"links":2832},4,[2833,2835,2836,2841,2842],{"id":18,"depth":2834,"text":19},2,{"id":40,"depth":2834,"text":41},{"id":2724,"depth":2834,"text":2725,"children":2837},[2838,2840],{"id":2732,"depth":2839,"text":2733},3,{"id":2762,"depth":2839,"text":2763},{"id":2777,"depth":2834,"text":2778},{"id":2809,"depth":2834,"text":2810},null,"2025-09-18","Learn the easiest way to connect to your database and get data, no coding knowledge required.","md","\u002Fblog\u002F2025\u002F09\u002Fimages\u002Fflowfuse-assistant-query-node.png",{"keywords":2849,"excerpt":2850},"FlowFuse Tables, SQL natural language, database queries, Query node, Node-RED, sensor data, temperature monitoring, industrial automation, low-code platform, data analysis",{"type":9,"value":2851},[2852],[12,2853,14],{},true,"\u002Fblog\u002F2025\u002F09\u002Fai-assistant-flowfuse-tables",{"title":5,"description":2845},{"loc":2855},"blog\u002F2025\u002F09\u002Fai-assistant-flowfuse-tables","A faster, more intuitive way to get data from your tables without writing a single line of SQL.",[2861,2862],"flowfuse","ai","7Yg8qkd2YZ4pBsNc2gjJLDORgiNAXp2aVltDk1btRo4",{"id":2865,"extension":2866,"meta":2867,"sections":2868,"stem":3256,"__hash__":3257},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[2869,2920,3020,3082,3159,3238],{"id":2870,"title":2871,"features":2872},"ai-automation","AI & Automation",[2873,2883,2893,2903,2909,2915],{"id":2874,"title":2875,"description":2876,"docsLink":2877,"changelog":2878,"tiers":2882},"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",[2879],{"url":2880,"release":2881},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":2854,"hub":2854,"fleet":2854},{"id":2884,"title":2885,"description":2886,"docsLink":2887,"changelog":2888,"subfeature":2854,"showOnPricing":2891,"tiers":2892},"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",[2889],{"url":2890,"release":2881},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":2854,"hub":2854,"fleet":2854},{"id":2894,"title":2895,"description":2896,"docsLink":2897,"changelog":2898,"subfeature":2854,"showOnPricing":2891,"tiers":2902},"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",[2899],{"url":2900,"release":2901},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":2854,"hub":2854,"fleet":2854},{"id":2904,"title":2905,"description":2906,"docsLink":2907,"subfeature":2854,"beta":2854,"showOnPricing":2891,"tiers":2908},"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":2854,"hub":2854,"fleet":2854},{"id":2910,"title":2911,"description":2912,"docsLink":2913,"tiers":2914},"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.","\u002Fnode-red\u002Fflowfuse\u002Fmcp\u002F",{"edge":2854,"hub":2854,"fleet":2854},{"id":2916,"title":2917,"description":2918,"tiers":2919},"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":2854,"hub":2854,"fleet":2854},{"id":2921,"title":2922,"features":2923},"build","Build",[2924,2930,2936,2945,2951,2957,2961,2967,2973,2981,2987,2991,2995,3004,3012],{"id":2925,"title":2926,"description":2927,"docsLink":2928,"tiers":2929},"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":2854,"hub":2891,"fleet":2854},{"id":2931,"title":2932,"description":2933,"docsLink":2934,"tiers":2935},"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":2854,"hub":2854,"fleet":2854},{"id":2937,"title":54,"description":2938,"docsLink":2939,"changelog":2940,"tiers":2944},"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",[2941],{"url":2942,"release":2943},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":2854,"hub":2854,"fleet":2854},{"id":2946,"title":2947,"description":2948,"docsLink":2949,"tiers":2950},"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":2854,"hub":2854,"fleet":2854},{"id":2952,"title":2953,"description":2954,"docsLink":2955,"showOnPricing":2891,"tiers":2956},"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":2854,"hub":2854,"fleet":2854},{"id":2958,"title":2959,"showOnPricing":2891,"tiers":2960},"static-assets","Static Assets",{"edge":2854,"hub":2854,"fleet":2854},{"id":2962,"title":2963,"description":2964,"docsLink":2965,"tiers":2966},"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":2854,"hub":2854,"fleet":2854},{"id":2968,"title":2969,"description":2970,"docsLink":2971,"tiers":2972},"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":2854,"hub":2854,"fleet":2854},{"id":2974,"title":2975,"description":2976,"changelog":2977,"subfeature":2854,"showOnPricing":2891,"tiers":2980},"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.",[2978],{"url":2979,"release":2943},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":2854,"hub":2854,"fleet":2854},{"id":2982,"title":2983,"description":2984,"docsLink":2985,"tiers":2986},"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":2854,"hub":2854,"fleet":2854},{"id":2988,"title":2989,"subfeature":2854,"showOnPricing":2891,"tiers":2990},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":2854,"hub":2891,"fleet":2854},{"id":2992,"title":2993,"subfeature":2854,"showOnPricing":2891,"tiers":2994},"blueprints-it-apps","Blueprints - IT APPS",{"edge":2891,"hub":2854,"fleet":2891},{"id":2996,"title":2997,"description":2998,"changelog":2999,"showOnPricing":2891,"tiers":3003},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[3000],{"url":3001,"release":3002},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":2854,"hub":2854,"fleet":2854},{"id":3005,"title":3006,"description":3007,"changelog":3008,"showOnPricing":2891,"tiers":3011},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[3009],{"url":3010,"release":2901},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":2854,"hub":2854,"fleet":2854},{"id":3013,"title":3014,"description":3015,"changelog":3016,"showOnPricing":2891,"tiers":3019},"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.",[3017],{"url":3018,"release":3002},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":2854,"hub":2854,"fleet":2854},{"id":3021,"title":3022,"features":3023},"deploy","Deploy",[3024,3030,3039,3045,3051,3057,3063,3069,3074],{"id":3025,"title":3026,"description":3027,"docsLink":3028,"tiers":3029},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":2854,"hub":2854,"fleet":2854},{"id":3031,"title":3032,"description":3033,"docsLink":3034,"changelog":3035,"tiers":3038},"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",[3036],{"url":3037,"release":2881},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":2854,"hub":2891,"fleet":2854},{"id":3040,"title":3041,"description":3042,"docsLink":3043,"tiers":3044},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":2891,"hub":2854,"fleet":2891},{"id":3046,"title":3047,"description":3048,"docsLink":3049,"tiers":3050},"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":2854,"hub":2891,"fleet":2854},{"id":3052,"title":3053,"description":3054,"docsLink":3055,"showOnPricing":2891,"tiers":3056},"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":2854,"hub":2854,"fleet":2854},{"id":3058,"title":3059,"description":3060,"docsLink":3061,"tiers":3062},"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":2854,"hub":2854,"fleet":2854},{"id":3064,"title":3065,"description":3066,"docsLink":3067,"tiers":3068},"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":2891,"hub":2854,"fleet":2891},{"id":3070,"title":3071,"description":3072,"docsLink":3067,"subfeature":2854,"showOnPricing":2891,"tiers":3073},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":2891,"hub":2854,"fleet":2891},{"id":3075,"title":3076,"description":3077,"docsLink":3067,"changelog":3078,"subfeature":2854,"showOnPricing":2891,"tiers":3081},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[3079],{"url":3080,"release":3002},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":2891,"hub":2854,"fleet":2891},{"id":3083,"title":3084,"features":3085},"operate-maintain","Operate & Maintain",[3086,3092,3098,3103,3111,3115,3119,3124,3130,3136,3141,3147,3151,3155],{"id":3087,"title":3088,"description":3089,"docsLink":3090,"tiers":3091},"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":2854,"hub":2854,"fleet":2854},{"id":3093,"title":3094,"description":3095,"docsLink":3096,"subfeature":2854,"showOnPricing":2891,"tiers":3097},"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":2854,"hub":2854,"fleet":2854},{"id":3099,"title":3100,"description":3101,"docsLink":3096,"subfeature":2854,"showOnPricing":2891,"tiers":3102},"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":2854,"hub":2854,"fleet":2854},{"id":3104,"title":3105,"description":3106,"changelog":3107,"subfeature":2854,"showOnPricing":2891,"tiers":3110},"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.",[3108],{"url":3109,"release":3002},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":2854,"hub":2854,"fleet":2854},{"id":3112,"title":3113,"subfeature":2854,"showOnPricing":2891,"tiers":3114},"version-history-timeline","Version History Timeline",{"edge":2854,"hub":2854,"fleet":2854},{"id":3116,"title":3117,"tiers":3118},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":2854,"hub":2854,"fleet":2854},{"id":3120,"title":3121,"description":3122,"tiers":3123},"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":2854,"hub":2891,"fleet":2854},{"id":3125,"title":3126,"description":3127,"docsLink":3128,"tiers":3129},"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":2854,"hub":2891,"fleet":2854},{"id":3131,"title":3132,"description":3133,"docsLink":3134,"tiers":3135},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":2891,"hub":2854,"fleet":2891},{"id":3137,"title":3138,"description":3139,"tiers":3140},"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":2854,"hub":2854,"fleet":2854},{"id":3142,"title":3143,"description":3144,"docsLink":3145,"subfeature":2854,"showOnPricing":2891,"tiers":3146},"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":2854,"hub":2854,"fleet":2854},{"id":3148,"title":3149,"subfeature":2854,"showOnPricing":2891,"tiers":3150},"email-alerts","Email Alerts",{"edge":2854,"hub":2854,"fleet":2854},{"id":3152,"title":3153,"showOnPricing":2891,"tiers":3154},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":2854,"hub":2854,"fleet":2854},{"id":3156,"title":3157,"tiers":3158},"protected-instances","Protected Instances",{"edge":2891,"hub":2854,"fleet":2891},{"id":3160,"title":3161,"features":3162},"govern-secure","Govern and Secure",[3163,3172,3178,3184,3189,3195,3201,3207,3215,3221,3227,3233],{"id":3164,"title":3165,"description":3166,"docsLink":3167,"changelog":3168,"tiers":3171},"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",[3169],{"url":3170,"release":2943},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":2854,"hub":2854,"fleet":2854},{"id":3173,"title":3174,"description":3175,"docsLink":3176,"tiers":3177},"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":2854,"hub":2854,"fleet":2854},{"id":3179,"title":3180,"description":3181,"docsLink":3182,"tiers":3183},"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":2891,"hub":2854,"fleet":2854},{"id":3185,"title":3186,"description":3187,"tiers":3188},"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":2854,"hub":2891,"fleet":2891},{"id":3190,"title":3191,"description":3192,"docsLink":3193,"tiers":3194},"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":2854,"hub":2854,"fleet":2854},{"id":3196,"title":3197,"description":3198,"docsLink":3199,"tiers":3200},"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":2854,"hub":2854,"fleet":2854},{"id":3202,"title":3203,"description":3204,"docsLink":3205,"subfeature":2854,"showOnPricing":2891,"tiers":3206},"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":2854,"hub":2854,"fleet":2854},{"id":3208,"title":3209,"description":3210,"changelog":3211,"subfeature":2854,"showOnPricing":2891,"tiers":3214},"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.",[3212],{"url":3213,"release":2943},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":2854,"hub":2854,"fleet":2854},{"id":3216,"title":3217,"description":3218,"docsLink":3219,"showOnPricing":2891,"tiers":3220},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":2854,"hub":2854,"fleet":2854},{"id":3222,"title":3223,"description":3224,"docsLink":3225,"showOnPricing":2891,"tiers":3226},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":2854,"hub":2854,"fleet":2854},{"id":3228,"title":3229,"description":3230,"docsLink":3231,"tiers":3232},"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":2891,"hub":2854,"fleet":2891},{"id":3234,"title":3235,"description":3236,"tiers":3237},"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":2891,"hub":2854,"fleet":2891},{"id":3239,"title":3240,"features":3241},"support","Support",[3242,3247,3251],{"id":3243,"title":3244,"docsLink":3245,"tiers":3246},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":2854,"hub":2854,"fleet":2854},{"id":3248,"title":3249,"showOnPricing":2891,"tiers":3250},"live-chat-support","Live Chat Support",{"edge":2854,"hub":2854,"fleet":2854},{"id":3252,"title":3253,"docsLink":3254,"tiers":3255},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":2854,"hub":2854,"fleet":2854},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[3259,3262,3265,3268,3271,3274,3276,3279,3282,3285,3288,3290,3293,3296,3299,3302,3305,3308,3311,3314,3317,3320,3323,3326,3329,3332,3335,3338,3341,3344,3347,3350,3353,3356,3359,3362,3365,3368,3371,3374,3377,3380,3383,3386,3389,3392,3395,3398,3401,3403,3406,3409,3412,3415,3418,3421,3424,3426,3429,3432,3435,3438,3441,3443,3446,3449,3452,3455,3458,3461,3464,3467,3470,3473,3475,3478,3481,3484,3487,3490,3493,3496,3499,3502,3505,3508,3511,3514,3517,3519,3522,3525,3528,3531,3534,3537,3540,3543,3546,3549,3552,3555,3558,3561,3564,3567,3570,3573,3575,3578,3581,3584,3587,3590,3593,3596,3598,3601,3604,3607,3610,3613,3616,3619,3622,3625,3628,3631,3634,3637,3640,3643,3646,3649,3652,3655,3658,3661,3664,3667,3670,3673,3676,3679,3682,3685,3688,3691,3694,3697,3700,3703,3706,3709,3712,3715,3718,3721,3724,3727,3730,3733,3736,3739,3742,3745,3748,3750,3753,3756,3759,3762,3765,3768,3771,3774,3777,3780,3783,3786,3789],{"path":3260,"title":3261},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":3263,"title":3264},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":3266,"title":3267},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":3269,"title":3270},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":3272,"title":3273},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":3275,"title":2983},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":3277,"title":3278},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":3280,"title":3281},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":3283,"title":3284},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":3286,"title":3287},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":3289,"title":3174},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":3291,"title":3292},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":3294,"title":3295},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":3297,"title":3298},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":3300,"title":3301},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":3303,"title":3304},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":3306,"title":3307},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":3309,"title":3310},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":3312,"title":3313},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":3315,"title":3316},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":3318,"title":3319},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":3321,"title":3322},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":3324,"title":3325},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":3327,"title":3328},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":3330,"title":3331},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":3333,"title":3334},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":3336,"title":3337},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":3339,"title":3340},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":3342,"title":3343},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":3345,"title":3346},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":3348,"title":3349},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":3351,"title":3352},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":3354,"title":3355},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":3357,"title":3358},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":3360,"title":3361},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":3363,"title":3364},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":3366,"title":3367},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":3369,"title":3370},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":3372,"title":3373},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":3375,"title":3376},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":3378,"title":3379},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":3381,"title":3382},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":3384,"title":3385},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":3387,"title":3388},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":3390,"title":3391},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":3393,"title":3394},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":3396,"title":3397},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":3399,"title":3400},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":3402,"title":3400},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":3404,"title":3405},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":3407,"title":3408},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":3410,"title":3411},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":3413,"title":3414},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":3416,"title":3417},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":3419,"title":3420},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":3422,"title":3423},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":3425,"title":3423},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":3427,"title":3428},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":3430,"title":3431},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":3433,"title":3434},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":3436,"title":3437},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":3439,"title":3440},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":3442,"title":3440},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":3444,"title":3445},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":3447,"title":3448},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":3450,"title":3451},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":3453,"title":3454},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":3456,"title":3457},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":3459,"title":3460},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":3462,"title":3463},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":3465,"title":3466},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":3468,"title":3469},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":3471,"title":3472},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":3474,"title":3113},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":3476,"title":3477},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":3479,"title":3480},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":3482,"title":3483},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":3485,"title":3486},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":3488,"title":3489},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":3491,"title":3492},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":3494,"title":3495},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":3497,"title":3498},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":3500,"title":3501},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":3503,"title":3504},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":3506,"title":3507},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":3509,"title":3510},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":3512,"title":3513},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":3515,"title":3516},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":3518,"title":3113},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":3520,"title":3521},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":3523,"title":3524},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":3526,"title":3527},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":3529,"title":3530},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":3532,"title":3533},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":3535,"title":3536},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":3538,"title":3539},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":3541,"title":3542},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":3544,"title":3545},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":3547,"title":3548},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":3550,"title":3551},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":3553,"title":3554},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":3556,"title":3557},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":3559,"title":3560},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":3562,"title":3563},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":3565,"title":3566},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":3568,"title":3569},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":3571,"title":3572},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":3574,"title":3572},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":3576,"title":3577},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":3579,"title":3580},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":3582,"title":3583},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":3585,"title":3586},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":3588,"title":3589},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":3591,"title":3592},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":3594,"title":3595},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":3597,"title":54},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":3599,"title":3600},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":3602,"title":3603},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":3605,"title":3606},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":3608,"title":3609},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":3611,"title":3612},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":3614,"title":3615},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":3617,"title":3618},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":3620,"title":3621},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":3623,"title":3624},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":3626,"title":3627},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":3629,"title":3630},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":3632,"title":3633},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":3635,"title":3636},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":3638,"title":3639},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":3641,"title":3642},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":3644,"title":3645},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":3647,"title":3648},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":3650,"title":3651},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":3653,"title":3654},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":3656,"title":3657},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":3659,"title":3660},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":3662,"title":3663},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":3665,"title":3666},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":3668,"title":3669},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":3671,"title":3672},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":3674,"title":3675},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":3677,"title":3678},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":3680,"title":3681},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":3683,"title":3684},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":3686,"title":3687},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":3689,"title":3690},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":3692,"title":3693},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":3695,"title":3696},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":3698,"title":3699},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":3701,"title":3702},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":3704,"title":3705},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":3707,"title":3708},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":3710,"title":3711},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":3713,"title":3714},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":3716,"title":3717},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":3719,"title":3720},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":3722,"title":3723},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":3725,"title":3726},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":3728,"title":3729},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":3731,"title":3732},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":3734,"title":3735},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":3737,"title":3738},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":3740,"title":3741},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":3743,"title":3744},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":3746,"title":3747},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":3749,"title":3006},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":3751,"title":3752},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":3754,"title":3755},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":3757,"title":3758},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":3760,"title":3761},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":3763,"title":3764},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":3766,"title":3767},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":3769,"title":3770},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":3772,"title":3773},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":3775,"title":3776},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":3778,"title":3779},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":3781,"title":3782},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":3784,"title":3785},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":3787,"title":3788},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":3790,"title":3791},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[],1786105895299]