dj-nitehawk / Hybrid-Inverter-Monitor

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

[FR] Configuration file #1

Closed Saentist closed 1 year ago

Saentist commented 1 year ago

It will be very easy for regular user to have configuration file, where can be set some basic settings. ex.

web_port : 8080
dev : hiddev1
dj-nitehawk commented 1 year ago

yes for sure. will add that in the next release. thanks!

dj-nitehawk commented 1 year ago

btw, have you tried the app with your inverter? does it work? what brand/model inverter do you have?

Saentist commented 1 year ago

Inverter is mapped to hiddev1 ups remap and take hiddev0

/dev/usb# ll
total 0
drwxr-xr-x  2 root root    100 юли 16 15:47 ./
drwxr-xr-x 24 root root   4440 юли 16 18:28 ../
crw-------  1 root root 180, 0 юли 16 15:47 hiddev0
crw-------  1 root root 180, 1 юли 11 07:50 hiddev1
lrwxrwxrwx  1 root root      7 юли 16 15:47 seups0 -> hiddev0

Inverter is EASun smv iii 5kva with have ton of clones, Voltronic protocol Panels are in a shadow from few hours

dj-nitehawk commented 1 year ago

v1.2 released with ability to specify web port & usb device path via appsettings.json file. and also you can now customize sunlight period in settings tab.

Saentist commented 1 year ago

v1.2 released with ability to specify web port & usb device path via appsettings.json file. and also you can now customize sunlight period in settings tab.

Update this info also in README.md