I have a set of flows which read status from set of devices populated by the Arduino Plugin. They are updating fine in Homeseer but the Node RED installation and associated dashboard has stopped automatically updating. The flows will repopulate if I manually hit redeploy or restart flows but they wont update after that. I have checked the webhook is set up on the HomeSeer Server (10.1.1.100) and the Node-RED server running on a Raspberry Pi3 (10.1.1.150) has access and can see the available devices when setting up a new HS Device node.
The two screen captures below were taken 10 minutes apart, the HS screen been the first one and the Node RED flows 10 minutes later. You can see that the HS screen is correctly reporting the arduino uptime, in this case I read the minutes device (59 minutes) in Node-RED.
The Node-Red flows shows the data at the point I restarted the flows which in this case was when the arduino had been up for 56 minutes even though the screen capture was 13 minutes after that.
Any suggestions as what could be causing this?



The two screen captures below were taken 10 minutes apart, the HS screen been the first one and the Node RED flows 10 minutes later. You can see that the HS screen is correctly reporting the arduino uptime, in this case I read the minutes device (59 minutes) in Node-RED.
The Node-Red flows shows the data at the point I restarted the flows which in this case was when the arduino had been up for 56 minutes even though the screen capture was 13 minutes after that.
Any suggestions as what could be causing this?
Comment