tbnobody / OpenDTU

Software for ESP32 to talk to Hoymiles/TSUN/Solenso Inverters
GNU General Public License v2.0
1.69k stars 471 forks source link

[Request] Send raw values in API #1992

Open CommanderRedYT opened 1 month ago

CommanderRedYT commented 1 month ago

Is your feature request related to a problem? Please describe.

For showing the values in a user interface, the ValueObject is a nice thing to have. However, if one would want to do maths on these values, it is hard to work with. A use case would be for example total power per inverter (but all phases added together).

Describe the solution you'd like

It would be nice to have some way via websocket or status api to get the raw values, like 10000 for 10kW.

Describe alternatives you've considered

No response

Additional context

No response