What kind of JSON do I need to do a new DCDC-mqtt-Device (like brandnew Orion CS) ?
I adviced that (inspired by existing battery and solar-devices), but it doesn´t work:
{
"Dc": {
"0": {
"Current": payload.Current,
"Power": payload.Power,
"Voltage": payload.Voltage
},
"1": {
"StVoltage": payload.StVoltage
}
}
}