Skip to content

Releases: mag1024/bosch-alarm-homeassistant

Improve connection resilience when disarming

17 Sep 02:49
3c492e9
Compare
Choose a tag to compare

Fix arming on solution 4000

16 Sep 10:02
Compare
Choose a tag to compare

Fix arming on the solution 4000, as the wrong arming command was being used for that panel

Fix issues with connecting to a panel without history permissions

11 Sep 04:39
Compare
Choose a tag to compare

This means you can use a user account on the solution panels that doesn't have the "master code functions" authority.
This also fixes issues where the integration fails to connect to a panel that is already armed, as the panels lock access to the history commands when they are armed and the integration was previously failing as it was unable to read the history from a panel at startup.

Fix issues with triggered state, fix issues with solution and amax panels

10 Sep 05:36
Compare
Choose a tag to compare

Fix a problem where setting off the alarm on a panel would not update the panels state to triggered in home assistant
Limit the amount of commands in flight at a single time to 1 on solution and AMAX panels. This fixes some problems where these panels lock up or incorrectly respond to commands, which can cause all sorts of problems.

Fix issues with v1.0.9

02 Sep 23:44
Compare
Choose a tag to compare

Fix issues with entities not loading if a panel supports doors but no doors are configured

Support for doors and the solution 4000

02 Sep 00:29
Compare
Choose a tag to compare

Add in support for doors, exposing them as lock entities

Add in support for the solution 4000

Set `code_arm_required` to false if the code is disabled

14 Jun 01:19
Compare
Choose a tag to compare

Home assistant made a change recently that requires we set code_arm_required to false if we don't want arming codes.
https://developers.home-assistant.io/blog/2024/05/22/alarm_control_panel_validation/

v1.0.5

22 Jan 08:32
Compare
Choose a tag to compare

Don't query output status if we don't have any outputs configured

v1.0.4

22 Jan 01:54
Compare
Choose a tag to compare

Ignore subscription messages about unknown points

v1.0.3

20 Dec 21:26
Compare
Choose a tag to compare

Fix authentication issues with older AMAX panels