Hello colleagues, I'm creating a component in Angular (5+) where I need an algorithm to perform this calculation of power consumption
In case the power option is selected
I inform you:
power
Usage (h / day)
Rate (R $ / kWh)
That should return something like:
opções escolhidas:
potencia 0.01 kW
tarifa 0.77 R$/kWh
utilização 8 horas por dia
resultados:
diário R$ 0.06
mensal R$ 1.85
anual R$ 22.48
decênio R$ 224.84
In case of voltage and current: I inform you:
That should return something like:
Opções escolhidas:
potencia 0.05 kW
tarifa 0.77 R$/kWh
utilização 8 horas por dia
Resultados:
Gasto por período
diário R$ 0.31
mensal R$ 9.24
anual R$ 112.42
decênio R$ 1,124.20