Fixed
- Power And Energy / Energy Meter services:
powerAndEnergyServices,fakegatoHistoryServicesandenergyMeterServiceswere 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 (MetersKeyMapinstead ofMetersKeyMap1), sokeywas alwaysundefinedand resetting the power peak from the Home app silently failed
Full Changelog: v10.7.5...v10.7.6