watts
This commit is contained in:
parent
5d4a5a9673
commit
0ea9c56e1a
@ -187,6 +187,7 @@ void decodeVictron(BLEAdvertisedDevice advertisedDevice) {
|
|||||||
|
|
||||||
Serial.printf(">>>RC.MPPT.1.Battery_Volts %f\r\n",batteryVoltage);
|
Serial.printf(">>>RC.MPPT.1.Battery_Volts %f\r\n",batteryVoltage);
|
||||||
Serial.printf(">>>RC.MPPT.1.Battery_Amps %f\r\n",batteryCurrent);
|
Serial.printf(">>>RC.MPPT.1.Battery_Amps %f\r\n",batteryCurrent);
|
||||||
|
Serial.printf(">>>RC.MPPT.1.Battery_Watts %f\r\n",batteryVoltage*batteryCurrent);
|
||||||
Serial.printf(">>>RC.MPPT.1.Solar_Watts %f\r\n",inputPower);
|
Serial.printf(">>>RC.MPPT.1.Solar_Watts %f\r\n",inputPower);
|
||||||
Serial.printf(">>>RC.MPPT.1.Output_Current %f\r\n",outputCurrent);
|
Serial.printf(">>>RC.MPPT.1.Output_Current %f\r\n",outputCurrent);
|
||||||
Serial.printf(">>>RC.MPPT.1.Yield %f\r\n",todayYield);
|
Serial.printf(">>>RC.MPPT.1.Yield %f\r\n",todayYield);
|
||||||
|
Loading…
Reference in New Issue
Block a user