hi
data :
i have a single database. with snmp and modbus devices.
in output of mqtt i need to plublish the data for every device with different tags and fiels .
example:
device1;
tags=11,12,13
fields =a,b,c,d
i should get o/p has
dev =1
tag = 11,field =c
dev =1
tag =12 field =d
how can i achieve.
i tried tagpass and also the taginclude
there are 34 tags …and some fiellds .
for each tags i need to configure different some fields…which different from each tag.
if tag1 =dev50.dev51,dev52.
i need configure different fields for each tag(i.e dev50).