Releases: dj-nitehawk/Hybrid-Inverter-Monitor
Releases · dj-nitehawk/Hybrid-Inverter-Monitor
v1.24 Release
changelog
- remember battery capacity view mode toggle state
- fix battery capacity text wrap issue on mobile
v1.23 Release
changelog
- toggle for displaying bms battery capacities in kWh
- toggle for displaying bms remaining time as date and time string
v1.22 Release
changelog
- show decimal point of jk bms temperature sensor values
- show battery power in watts in jk bms section
- improve bms cell voltage display
- improve pv watts display
v1.21 Release
changelog
- reduce jk bms charge ampere value cache size for faster updates
- upgrade dependencies to latest
- misc. minor code refactors
v1.20 Release
changelog
- revert pre-allocating of pv graph
- cache charge ampere values on first call and prevent refetching from inverter
v1.19 Release
changelog
- disable buttons in settings page until data is loaded in (applies only to trouble mode)
- pre-allocate pv graph slots
- change pv graph style
v1.18.1 Release
changelog
- support for reading and writing troublesome commands with jblanch/mpp-solar in
TroubleMode
- lazy load charging current ampere values on settings page load
v1.17 Release
changelog
- rewrite device access logic.
- optimize speed and reduce allocations.
v1.16 Release
changelog
- decrease bms timeout
- fix NAK error msg on startup
- disable blazor unhandled exception modal
- remove swagger
- auto reload after 2 minute inactivity (helps with mobile browser suspension)
v1.15.1 Release
changelog
- improve command execution retry strategy