dj-nitehawk / Hybrid-Inverter-Monitor

Monitoring application for hybrid inverters using the Voltronic communication protocol & JK BMS via USB port.
MIT License
85 stars 23 forks source link

Request for Improvement - Can We improve to see the monthly generation, Year generation like wise. #28

Open mihiHarshana opened 8 months ago

dj-nitehawk commented 8 months ago

sorry brother... don't really have the time these days. will gladly accept a PR from the community.

orcuncolakoglu commented 4 months ago

Hello nitehawk. This is something great that I use at home. How can I open InverterMon.db file so I can prepare something for generation graphs?

dj-nitehawk commented 4 months ago

@orcuncolakoglu that's litedb data file. there's a lite db studio gui app you can use to browse the data. alternative is to write your own .net/c# tool using the litedb library that will read/export the pv generation table/collection.

orcuncolakoglu commented 4 months ago

@dj-nitehawk I believe there is a password in the db? As I it asks for it...

dj-nitehawk commented 4 months ago

there's no password. the app just opens it via file name: https://github.com/dj-nitehawk/Hybrid-Inverter-Monitor/blob/6ea7af8b5c78c423c7075c0ff4b9d9cda93aebb7/src/Server/Persistance/Database.cs#L22

just tried it on my own database, works fine: https://streamable.com/eo033y