Skip to content

Releases: marq24/ha-senec-v3

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

Fix for #80 [WEB-API was not working after recent update]

12 Feb 14:06
Compare
Choose a tag to compare

Thanks to @scottgoo for your report and the provided logs

WebAPI: Usage of APP-APIs - new Sensor's | Wallbox Control adjustments

01 Feb 18:46
Compare
Choose a tag to compare

WebAPI: Usage of APP-APIs

Finalize implementation for #42 - finally mein-senec.de access is only required when you use PeakShaving & SpareCapacity Settings

In this BETA release, the WebAPI Integration has been adjusted to pull data from the API that the SENEC Mobile App is using (instead make use of the mein-senec.de portal). Via the APP-API it's possible to fetch additional information that was previously not available. While SENEC V2 and SENEC V3 users might be not too excited, SENEC V4 users have now the additional Sensor Entities available:

  • System State
  • Case Temperature
  • Battery State Current (A)
  • Battery State Voltage (V)
  • Battery Inverter State (disabled by default)
  • Battery Temperature
  • Battery max Tempeature (disabled by default)
  • Battery remaining capacity
  • Battery Module A-F States (only A enabled by default)
  • Battery Module A-F Ø Temperature (only A enabled by default)
  • Battery Module A-F min. Temperature (all disabled by default)
  • Battery Module A-F max. Temperature (all disabled by default)

It would be cool, if this will work smoothly for all of you - if you want to share any feedback - please just add it the #42 issue - TIA!

The latest release [2024.0.8 + 2024.0.9] persist the APP-API-TOKEN so after a restart the connection should be faster cause a previously fetched access token will be used (instead of requesting a "new" one with each restart) - it must be assumed, that SENEC's TOKEN have no expire time. WEB based API knowledge (or the will to follow best practice) seams to be limited.

With this version [2024.1.1] the logging as been extended (which hopefully help when there are issue reports)

Wallbox Control adjustments

  • Supporting two different optimization modes: with/without 'charge interruption'
  • Fixing #72 (took me quite a long time to understand the issue)

Other

Fixing issues during integrations reloads (e.g. when adjusting the update interval)

Credits for input