如何使用无线传感器从节点红色向MySQL发送数据

时间:2019-07-16 06:25:22

标签: mysql node-red temperature

我正在使用无线温度和湿度传感器,我是新MySQL。我想将其数据从节点红色发送到Mysql数据库。我已经创建了节点,并在朋友的帮助下创建了一些虚拟查询。现在,我希望将其实时数据存储在MySQL中。

msg.topic = "INSERT INTO temperature_humidity ( `temperature`, `humidity`) VALUES ( '10.5', '11.6');"
return msg;

我希望将实时数据存储在数据库中

任何潜在客户都会有很大帮助。

这是我的节点流:

[{"id":"fb784070.291fc",
"type":"function",
"z":"c2697771.fb6db8",
"name":"",
"func":"msg.topic = \"INSERT INTO temperature_humidity ( `temperature`, `humidity`) VALUES ( '10.5', '11.6');\"\nreturn msg;\n",
"outputs":1,
"noerr":0,
"x":380,
"y":200,
"wires":[["5ae769e0.6a1038"]]}]

Here is a picture of the flow

0 个答案:

没有答案