OpenDTU-App / opendtu-react-native

A react native app for the OpenDTU project
GNU General Public License v3.0
19 stars 0 forks source link

Improve "Live Data" Tab #89

Open Troubadix opened 1 month ago

Troubadix commented 1 month ago

Maybe the "Live Data" tab could be improved by adding some more numbered values could be added like voltage, temperature, ....

And a forecast based on weather API (Kachelmann?) and historical data (from Prometheus) showing how much yield you can expect for the rest of the day :)

CommanderRedYT commented 1 month ago

The live-data tab is still far from finished. I can think of adding general metrics and a small card per inverter. However, more detailed information will be grouped by inverter into a submenu in the inverter tab to keep the live-data view clean.

I do not know what "Kachelmann" is. If it is some API that requires a token / is not free I am not sure if the app should support that.

Writing proper queries will require some time, and will be probably started only after a feature-complete app. If you want to help, you could research for some queries and post them here!

CommanderRedYT commented 1 month ago

I thought a bit about this and I think I will re-implement the solution homeassistant has (https://forecast.solar/)