Hello to the group. This is my first post. Apologies if this has been raised in the past.
I am attempting to develop a flow to download temperature/humidity data. I plan to access this device remotely (but that is my next challenge).
The device I use has a IP address on my LAN (192.168.2.XX). I am able to reach the device and download data contained in a table as per the attachment. I am particularly interested in obtaining the Temperature/humidity elements that are returned as I would like them to be available on dashboard graphs (which I have not yet created) .
Here is the flow that I have created:
[{"id":"ce3b141a.0d9448","type":"http request","z":"7daf9964.08de08","name":"","method":"GET","ret":"txt","paytoqs":false,"url":"192.168.2.XX","tls":"","persist":false,"proxy":"","authType":"","x":550,"y":80,"wires":[["effd10c9.a31e8"]]},{"id":"738b5395.db4dbc","type":"inject","z":"7daf9964.08de08","name":"Cotty Equipment TEH Sensor","topic":"","payload":"","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":80,"wires":[["ce3b141a.0d9448"]]},{"id":"86eccf56.5ab64","type":"debug","z":"7daf9964.08de08","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":570,"y":240,"wires":[]},{"id":"effd10c9.a31e8","type":"html","z":"7daf9964.08de08","name":"","property":"payload","outproperty":"payload","tag":"div#content","ret":"text","as":"single","x":150,"y":260,"wires":[["95969e04.d38a5"]]},{"id":"95969e04.d38a5","type":"json","z":"7daf9964.08de08","name":"","property":"payload","action":"","pretty":false,"x":360,"y":260,"wires":[["86eccf56.5ab64"]]}]
I am not able to figure out how to extract the Temperature/Humidity data so that I can have it displayed on a dashboard.(again have not started to develop the dashboard for this project). I clearly am not using the correct labels in my HTML node.
Using the inspect feature this is what the table info coding looks like.
Should you require additional information or detail please let me know.
Any guidance / assistance would be greatly appreciated. I also apologize in advance if my post is not consistent with how it is supposed to be done as this is my first post.
Thank you all in advance.
Serge