nielsfaber / alarmo

Easy to use alarm system integration for Home Assistant
1.24k stars 117 forks source link

Alarm can no longer be disarmed by Alarmo Button #963

Closed eyalspier closed 3 weeks ago

eyalspier commented 3 weeks ago

Alarmo Version

v1.9.13

HA Version

2024.6

Bug description

When attempting to disarm, the following message is received: Failed to call service alarm_control_panel/alarm_disarm. AlarmoBaseEntity.async_alarm_disarm() takes 1 positional argument but 2 were given

Steps to reproduce

Click on disarm button

Relevant log output

No response

crowbarsolutions commented 3 weeks ago

Until this is fixed the workaround is calling the disarm service through the developer tools.

eyalspier commented 3 weeks ago

Many thanks - I'll use that in the interim!

JPnux commented 3 weeks ago

what is your version @eyalspier ? 1.9.13 ??

eyalspier commented 3 weeks ago

Correct, 1.9.13

JPnux commented 3 weeks ago

I see "Alarmo v1.10.2 changelog that fixes this problem no ?

https://github.com/nielsfaber/alarmo/releases/tag/v1.10.2

eyalspier commented 3 weeks ago

How can I update it? I don't have any option?

JGPorteous commented 3 weeks ago

Confirmed same issue. HA Version 2024.6.0

Alarmo Version 1.10.1

Confirmed fixed in 1.10.2

nielsfaber commented 3 weeks ago

Don’t create bug reports for old versions

eyalspier commented 3 weeks ago

How can I get the newer version running within the home assistant docker container? I don't have any update option there.

JGPorteous commented 3 weeks ago

How can I get the newer version running within the home assistant docker container? I don't have any update option there.

My HA didn’t offer me the new version. I manually updated by selecting: Settings -> System -> Updates -> Refresh

eyalspier commented 3 weeks ago

How can I get the newer version running within the home assistant docker container? I don't have any update option there.

My HA didn’t offer me the new version.

I manually updated by selecting:

Settings -> System -> Updates -> Refresh

I tried it, also tried removing and reinstalling alarmo but it still goes back to the old version. Is there anything else I could try?