I have a device website that does an auto refresh every second or so. I'm trying to connect up to the site via node-red and get the data from it. I have no issues getting the data with the inject node at the beginning and I can set that inject node to do it every second but I was wondering if there was another node that can be used and it would reconize when the page was refreshed to get the new data. If I use the inject node and do a refresh rate of 1 second, there are times when that page did not update the data yet and I do not want to capture that data. I guess i can do a comparison of data but I figure I would see if there was a node that fits for this better.
Cheers
Chris
You could use a Filter node to remove repeated messages.
Thanks for the quick replay. That is exactly what I was looking for. Much appreciated. I guess I should have done a little more reading.
Cheers
Chris