Affected device: APsystems EZ1 Inverter Affected firmware: 1.1.2_b Issue type: Breaking change / API functionality removed Description of the issue: The latest firmware update 1.1.2_b for the APsystems EZ1 Inverter removes critical local API functions, rendering the Home Assistant integration and...
Following upgrade Home Assistant core to 2025.2 three out of five EZ-1M inverters are showing offline in my home assistant with the follwing error messages: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 374, in _async_setup_pl...
https://github.com/SonnenladenGmbH/APsystems-EZ1-API-HomeAssistant Device Compatibility This table includes all micro-inverters we tested and can confirm 100 % compatbility with this library. DeviceNameSupport / CompatibilityAvailable to purchase at: ...
Changelog of underlying library required for the fix:https://github.com/SonnenladenGmbH/APsystems-EZ1-API/releases/tag/2.5.0 Dependency upgrade Bugfix (non-breaking change which fixes an issue) New integration (thank you!) New feature (which adds functionality to an existing integration) Deprecat...
The maximum output should be extendable to at least 1800W(or more) to make full use of EZ1's future device capabilities (4 modules/1800W output, & possibly later more). Thank you very much. What version of Home Assistant Core has the issue?
File "/usr/src/homeassistant/homeassistant/components/apsystems/number.py", line 48, in async_update self._attr_native_value = await self._api.get_max_power()^^^File "/usr/local/lib/python3.13/site-packages/APsystemsEZ1/__init__.py", line 276, in get_max_power response = await se...
Code quality improvements to existing code or addition of tests Additional information Sorry for messing#138551up. Sorry for that. I hope you're fine with getting into this PR here as well@frenckand@michael-weiler This PR fixes or closes issue:fixesAPsystems EZ1-M entities are missing#13628...
APsystemsEZ1/__init__.py", line 276, in get_max_power response = await self._request("getMaxPower") ^^^ File "/usr/local/lib/python3.13/site-packages/APsystemsEZ1/__init__.py", line 95, in _request async with ses.get(url, timeout=self.timeout) as resp: ~~~^^^ File "...