Hello, I’m using a RUT 956 with firmware RUT9M_R_00.07.09.4 and trying to use the Data to Server functionality to capture some sensor data coming from a Modbus RTU Server/Slave on the RS485 and post it on a HTTP server.
I think I have it all working, but on the server I receive the same reading over and over, even the timestamp is the same. The reading only eventually updates once after a couple of hours or when rebooting the device. If I disable the collection, or change any value on the data inputs of the collection, the changes are reflected on the JSON received by the HTTP server, but the “measurements” stay the same (same sensor readings, same timestamps, etc).
Another problem I have is that I didn’t find a way to send 2 different values coming from the same sensor. On the Modbus Client configuration, I’ve checked with the Test button and both requests are activated and working correctly, but the JSON sent to the server seems to only include the last enabled request on the list for a specific device.
I think this might be a bug, or maybe a broken database that needs to be reset, perhaps a concurrency problem on the communication via the RS485? If someone knows what it might be, or need additional details, please let me know.