Skip to content

Releases: mag1024/bosch-alarm-homeassistant

v1.2.4

14 Dec 13:38
Compare
Choose a tag to compare

Fix issues with migration causing duplicate devices.

v1.2.3

14 Dec 09:49
Compare
Choose a tag to compare

Fix issues with migration

v1.2.2

14 Dec 05:34
Compare
Choose a tag to compare

Migrate unique_ids to strings

v1.2.1

14 Dec 05:22
Compare
Choose a tag to compare

Migrate unique_ids to strings

v1.2

14 Dec 05:10
Compare
Choose a tag to compare

[mode2] Fix incorrect log messages on solution panels
Update integration after home assistant changes with alarm_control_panel state

v1.1

08 Oct 01:19
Compare
Choose a tag to compare

[mode2] fix handling of panels with very large numbers of points, or other entities.

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.