github grzegorz914/homebridge-enphase-envoy v10.7.6

latest release: v10.7.7
one month ago

Fixed

  • Power And Energy / Energy Meter services: powerAndEnergyServices, fakegatoHistoryServices and energyMeterServices were plain arrays built once at startup from only the supported/enabled meters, while the periodic refresh looked services up by a fixed positional index taken from a separate, always-3-element [production, net-consumption, total-consumption] array; whenever net-consumption or total-consumption was disabled or not installed, that fixed index no longer lined up with the shorter services array, so consumption meter characteristics silently stopped refreshing after the first update; services are now stored in an object keyed by meter (production/consumptionNet/consumptionTotal) and looked up by that key instead of by position, so refreshes stay correct for any combination of installed/enabled CTs
  • PowerPeakReset: resolved the meter key with the wrong lookup map (MetersKeyMap instead of MetersKeyMap1), so key was always undefined and resetting the power peak from the Home app silently failed

Full Changelog: v10.7.5...v10.7.6

Don't miss a new homebridge-enphase-envoy release

NewReleases is sending notifications on new releases.