Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lumi.gateway.mgl03 alarm control broken after update to HASS 2024.11 #1484

Open
sdimitrov-sms opened this issue Nov 7, 2024 · 11 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sdimitrov-sms
Copy link

So after the upgrade to HASS 2024.11 looks like the alarm control for the Gateway: ZNDMWG03LM, ZNDMWG02LM, YTC4044GL, lumi.gateway.mgl03 broke. It works in terms of actions, but it doesn't show the current status:

image image

I tried rebooting HA and the Gateway but doesn't seem to solve the issue.

@AlexxIT AlexxIT added the bug Something isn't working label Nov 7, 2024
@AlexxIT AlexxIT self-assigned this Nov 7, 2024
@shift-del1
Copy link

@AlexxIT: I had the same issue with my Aqara M1S CN, this fixed the problem of "unknown status":

niceboygithub/AqaraGateway@37c33e0

@sdimitrov-sms
Copy link
Author

@AlexxIT: I had the same issue with my Aqara M1S CN, this fixed the problem of "unknown status":

niceboygithub/AqaraGateway@37c33e0

Trying to understand in the code where can this fit, however, the way both are set up works differently (Aqara component and this one)

@shift-del1
Copy link

Yes, I also came to this conclusion, however I wanted to share this in case it can point anyone in the right direction.

@matteos1
Copy link

matteos1 commented Nov 8, 2024

not work also for me

@MiroG225
Copy link

MiroG225 commented Nov 9, 2024

Same here. I can control the gateway, but status in HA is Unknown. Looks like HA->Gateway works, but Gateway->HA doesn't. Conected devices (ble door sensor, temp/hum clock) work as before.

@shift-del1
Copy link

This was written in the release log:

https://developers.home-assistant.io/blog/2024/10/22/new-alarm-state-property/

@matteos1
Copy link

Some solution?

@AlexxIT AlexxIT added this to the v4.0.7 milestone Nov 10, 2024
@NunoOliveira
Copy link

I'm having the same issue.

custom_components.xiaomi_gateway3.alarm_control_panel.XAlarmControlPanel'>) is setting state directly which will stop working in HA Core 2025.11. Entities should implement the 'alarm_state' property and return its state using the AlarmControlPanelState enum, please report it to the custom integration author.

@AlexxIT
Copy link
Owner

AlexxIT commented Nov 12, 2024

Solution - master version

@MiroG225
Copy link

Solution - master version

Don't get it

@sviperz
Copy link

sviperz commented Nov 13, 2024

@MiroG225 download and apply the master version of integration.

Alternatively replace your alarm_control_panel.py with the file from the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants