



But not exactly how i want it :


I tried to create an entry in MqttmMapper.Json for the Battery_SOC but it results in a duplicate key ??
Code: Select all
{
"MPWR": {
"topic": "Marstek",
"type": "243", "subtype": "29", "switchtype": "0",
"mapping": {"item": "params/r_data/2/value", "multiplier": 0.001, "digits": 3}
},
"MSOC": {
"topic": "Marstek",
"type": "243", "subtype": "6", "switchtype": "0",
"mapping": {"item": "params/r_data/1/value", "multiplier": 1, "digits": 1}
}
}
