Skip to content

Releases: marq24/ha-senec-v3

Fix for #96 - Patch of aiohttp impl is not required... (with HA 2024.8.x)

13 Aug 22:32
Compare
Choose a tag to compare

This update is only required for the WebAPI-part of the Integration. The update ensures, that the aiohttp lib (cookie handling) will be only patched, when the lib version is lower then 3.9. Cause I am still a Python noob, the version check was insufficient and my included lib patch is incompatible with the latest version of the aiohttp lib. The lib update was included with the HA update from 2024.7.x to 2024.8. So this release fix the usage of the version comparison code and so the internal lib patch will finally only applied when it's really required - thanks @KalleRau for reporting this issue.

Bugfix: Checking number of configured BMS modules (before accessing array)

09 Aug 10:28
Compare
Choose a tag to compare

This release fix an issue, when the number of installed modules to the BMS will change (e.g. when they will be replaced by LFP versions)
See also #96

The new release will check the number of configured modules before accessing the array @ the module index.

Bugfix for WEBAPI setup when using aiohttp 3.10.0

02 Aug 20:01
Compare
Choose a tag to compare

Bugfix: Modify host did not work

02 Aug 06:25
Compare
Choose a tag to compare

Thanks @Dbzman for making this issue aware and suggesting a fix.

Adjustments for latest HA release (get rid of warning)

04 Jul 08:05
Compare
Choose a tag to compare
2024.7.0

use 'async_forward_entry_setups' & 'async_unload_platforms'

Just maintenance

23 Jun 07:45
Compare
Choose a tag to compare
2024.6.2

minor tweaks

Adjustment: SENEC WebAPI does not return battery state

14 Jun 16:49
Compare
Choose a tag to compare

For what ever reason since a couple of hours the WebAPI stopped providing the battery state information and temperatures are missing.

This "patch" will fetch the battery state from an additional field (and avoid possible exceptions) - Still no workaround for the missing temperatures. Thanks for making my day SENEC. Only release on Friday afternoon if you have confidence in your continuous integration pipelines!

Fix: Detected blocking call to open inside the event loop by custom integration

06 Jun 06:21
Compare
Choose a tag to compare

Maintenance release: addressing 'HomeAssistantType' deprecation warning

02 May 06:43
Compare
Choose a tag to compare

This update will fix the warning

HomeAssistantType was used from <integration-name>, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the '<integration-name>' custom integration

when starting HA

WebAPI: Make sure that "auto" will work also in multi-device scenarios

08 Mar 17:42
Compare
Choose a tag to compare