Arie Catsman
Arie Catsman
## Proposed change Enphase Envoy integration currently reports `device already exists` when adding another integration for the same envoy serial-number as an existing one. There is no way to update...
## Proposed change Document the new Net consumption (Grid import), Net production (Grid export) and current transformer entities (voltage, frequency, metering status and count of active meter status flags) that...
## Proposed change refactor and extend Enphase Envoy diagnostics. - add entities - add more Envoy properties - add EnvoyData. - filter envoy serialnumber from data ## Type of change...
## Proposed change Implement net consumption (grid import) and net production (grid export) for Enphase envoy metered with installed and configured CT. Added sensor entities: - `Envoy current net power...
Enphase Envoy tests report lingering timer upon test completion. Cause is a class method that starts a 1 day timer to regularly check token status. In conftest.py add mock for...
Hi @jesserizzo , several people have asked to [upgrade the enphase envoy integration](https://github.com/home-assistant/core/issues/88983) in Home Assistant to support the new authentication. Various custom integrations exist, the vast majority based on...
## Proposed change When new features are requested or firmware is upgraded it can happen that existing test fixtures no longer cover all test cases and new ones are needed....
## Proposed change HA supports [reconfigure step for config entries](https://developers.home-assistant.io/blog/2024/03/21/config-entry-reconfigure-step/) as of 2024.4. This PR documents the reconfigure step for enphase_envoy integration. ## Type of change - [ ] Spelling,...
Envoy can report a 3th CT for `storage` when used with a combiner box. Seen it with fw 8.2.127, but may exist before then one, not sure. ```json [ {...
## Proposed change The enphase_envoy integration reads and stores the envoy firmware version only when the integrations loads. The Envoy firmware can be remotely updated by Enphase, the manufacturer of...