Releases: longzheng/homebridge-fronius-inverter-lights
Releases · longzheng/homebridge-fronius-inverter-lights
1.7.1
Fix "export" bulb not turning on with self consumption at 0%.
1.7.0
- Added support for reading inverter model and serial for accessory model and serial
- Automatically derive “max PV power” from the Fronius API, deprecated
pvMaxPower
config (doesn’t matter if it is set)
1.6.2
What's Changed
- Added percentage Value of Battery load by @mban88 in #13
- Added Battery Values by @mban88 in #14
- Added battery accessory by @mban88 in #15
- Added battery checkbox to config
New Contributors
Full Changelog: 1.4.2...1.6.2
1.4.2
- Handle
onGet
and onSet
accessory callbacks for better responsiveness
1.4.1
Fix PV accessory brightness exceeding 100% if PV output was greater than max PV power.
1.4.0
Added optional pvMaxPower
config.
If configured, shows the PV lightbulb brightness % as a proportion to the max PV capacity.
1.2.0
- Only update values by polling
- Optimize polling to only perform one request at a time for all accessories (to prevent multiple requests from DDoSing the Fronius datalogger)
1.1.0
Added load & PV light accessories mapped to P_Load
and P_PV
values respectively