- What version of Node-RED and Node.js are you using? (look at the NR startup log for this info)
- Whch arduino are you using and does it support WiFi?
- what sensor are you using on the arduino to read the temperatures?
- have you coded the code on the arduino yourself or are you using a package like ESPEasy or Tasmoda? If using a package, which one?
- attach a
debug
node (set to display the complete msg object) to the output ofserial-in
node. See below for how to do this - export your flow and attach it to a reply. See below for how to do this
How to get data from messages
There’s a great page in the docs that will explain how to use the debug panel to find the right path to any data item.
Pay particular attention to the part about the buttons that appear under your mouse pointer when you over hover a debug message property in the sidebar.
https://nodered.org/docs/user-guide/messages
How to post code or flows
In order to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```
)
```
code goes here
```
You can edit and correct your post by clicking the pencil icon.
See this post for more details - How to share code or flow json