RUT956 Firmware 7.06.3 (DATA TO SERVER)

Hello,

The new data sender still has the option to filter on request name but it is indeed limited to one Modbus data input per collection. For now, depending on your needs, I would suggest checking the following options:

Create additional collections. Currently, the limit is 10 collections and 10 data inputs for each collection. Modbus (and other data sources that use databases) is limited to 1 data input per collection. This restriction is in place to conserve device resources. However, it is possible to raise this limit via CLI/SSH (username ‘root’) if needed:

#edit configuration file

vi /etc/config/data_sender

#type 'i' to start editing. Use arrow keys to navigate.

#Add the following under 'config settings'. Adjust the limits accordingly (since TRB245 is very limited on resources, I recommend #keeping the number of collection as small as possible)

config settings 'settings'

    option loglevel '1'

    option max_collections '80'

    option max_inputs '128'

# When done, press ESC, type ':wq!' and press Enter. This will save the configurations.

# Then, restart data_sender service:

/etc/init.d/data_sender restart

Another thing that you can try is a workaround suggestion that I mentioned here. This option should theoretically allow you to filter multiple requests at once.

Kind Regards,