Skip to content

Releases: marq24/ha-senec-v3

Supporting default HA sensor customization's

05 Sep 08:31
Compare
Choose a tag to compare

By default HA sensors can be customized by the user [mainly this are unit factor's and the display precision]. This feature was totally ignored by previous implementations of this integration and with this release its finally supported.

The change implies, that for some of the existing sensors the default display (precision) have been adjusted - if you dislike the new display format you can now simply adjust it the sensor settings.

Simple WebAPI SGReady Implementation

30 Aug 19:42
Compare
Choose a tag to compare

This release adds support to read the SGReady Mode via the WebAPI - the value value will be provided in text and in "code" format (the code sensor is much better to use with automations - since you do not have to parse a language dependant string.

Also SGReady can be enabled/disabled via a switch entity.

Since the SENEC SGReady support is an ADDON-Service you must order @ SENEC the new sensors are disabled by default and must be enabled. Nevertheless the integration checks, if your account have these additional settings available.

Thanks @wersim for your suggestion - I hope this version will fit your needs.

Fallback if [BMS][MODULES_CONFIGURED] not available

24 Aug 19:33
Compare
Choose a tag to compare

Could be that older firmware's does not provide the BMS MODULES_CONFIGURED attribute - so there must be an additional check, if this is the case. That might be the root cause for #100

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!