- Fix a critical syntax error in 0.1.2
- Restore the correct unit (J) for solar yield (#17)
- Restore support for Python 3.9 (#16)
- Update to victron_ble 0.9.0
- Add support for:
- Inverters (untested)
- Lynx Smart BMS
- MultiPlus inverters (with VE.Bus Bluetooth dongle, untested)
- Orion XS DC/DC chargers/converters
- Smart Lithum batteries
- Change solar yield unit to correctly report Jules (old value * 3600).
- Add support for Battery Sense.
- Made the descriptions of the ID fields in settings easier to understand.
- Breaking Change: Report
electrical.batteries.*.stateOfCharge
as a ratio (0..1) not percentage. - Add DC-DC Converters in a
electrical.converters.*
tree. - Solar Chargers: Include
electrical.solar.*.panelPower
,electrical.solar.*.loadCurrent
, andelectrical.solar.*.yieldToday
. - BMVs: Include
electrical.batteries.*.power
.
- Bug fixes for 0.0.2.
- Improve documentation
- Report
electrical.batteries.*.capacity.dischargeSinceFull
. - Report
electrical.batteries.*.temperature
when a BMV is in temperature aux mode.
- Initial Release