Hello
i have question about data to server via mqtt
read from modbus serial this is my json format
{“date”:“15/08/2023 03:04:03” ,“windspeed”:“[0]”}
i want to remove [] before send to mqtt
i want to calculate data before sending to mqtt. example plus 10 to windspeed
raw data {“date”:“15/08/2023 03:04:03” ,“windspeed”:“[0]”} ,
after plus 10 {“date”:“15/08/2023 03:04:03” ,“windspeed”:“[10]”}
As for the seconds question, unfortunately, at the moment it is not possible to perform data processing on the device (other than adding “1” before the actual data in the Data to Server template).