Skip to content

Releases: imonlinux/apsystems_power_local

Added Suspend at Sunset

28 Nov 21:33
3bf4f78

Choose a tag to compare

How this behaves now

Daytime:

Coordinator polls the ECU every 5 minutes as before.

Regex pulls the NN.NN kWh from #total.

Nighttime (when sun.sun == below_horizon AND “suspend after sunset” is enabled in options):

No HTTP request is made.

The coordinator returns the last known value (final daily total).

If the integration is added at night (no previous value), it returns 0.0 until sunrise.

If the sun entity is missing, it just keeps polling (no behavior change), so it’s safe even in weird configs.

Code Modernization and Standardization

15 Jun 04:52
40a6c14

Choose a tag to compare

Pre-release
v1.3-beta

Update manifest.json

Added Suspend at Sunset

28 Nov 21:01
e3821ae

Choose a tag to compare

How this behaves now

Daytime:

Coordinator polls the ECU every 5 minutes as before.

Regex pulls the NN.NN kWh from #total.

Nighttime (when sun.sun == below_horizon AND “suspend after sunset” is enabled in options):

No HTTP request is made.

The coordinator returns the last known value (final daily total).

If the integration is added at night (no previous value), it returns 0.0 until sunrise.

If the sun entity is missing, it just keeps polling (no behavior change), so it’s safe even in weird configs.

Updated to support 2025.6 Release

13 Jun 04:22
3bf47ac

Choose a tag to compare

Merge pull request #8 from imonlinux/Fix_Async

Update __init__.py

Configuration Via UI

25 Feb 04:23
999a1cb

Choose a tag to compare

Merge pull request #7 from imonlinux/UI

UI

Initial Release

04 Jan 19:31
4ff412c

Choose a tag to compare

This is the initial release of the Home Assistant custom component APSystems Power Local.