Hello
i have modbus tcp data 2 address
i mapping data on mpdbus tcp master use Temp and RSSI
i want to send data by mqtt this is my json format
{“Timestamp”:“%d”,Temp:“%a”,RSSI:“%a”} filter by slave ip
subscription data
{“Timestamp”:“25/09/2023 11:52:54”,Temp:“-52”,RSSI:“-52”}
{“Timestamp”:“25/09/2023 11:52:54”,Temp:“380”,RSSI:“380”}
How to config json data if i want data as below
{“Timestamp”:“25/09/2023 11:52:54”,Temp:“380”,RSSI:“-52”}
In this case, you will need to create two Data to Server instances with different filtering options. For example, these are the Modbus requests I will use for this example: