wernerhp / ha.appdaemon.aqara_motion_sensors

An AppDaemon app to reset Xiaomi Aqara motion sensors after a given timeout.
MIT License
40 stars 5 forks source link

Hack aqara with ZHA integration #4

Closed najjadasm closed 2 years ago

najjadasm commented 3 years ago

Greetings,

I have aqara sensor with ZHA integration but appdaemon_aqara_motion_sensors not resat my sensor to 5 second. I have config in app.yaml with appdaemon 4.

oneseventhree commented 3 years ago

also having this issue but with deconz

rockzill commented 3 years ago

the same issue here.. my motion sensors are connected with ZHA integration and their state isnt reset after 5 seconds even though I did hardware hack and also installed this app to appdaemon4

Fannangir commented 3 years ago

Same here. Is there any solution available for ZHA?

wernerhp commented 3 years ago

I don't have a dongle to test ZHA or DeConz with. This app listens specifically for the Xiaomi Aqara integration's motion event self.listen_event(self.motion_sensor_state_on, "xiaomi_aqara.motion", entity_id=entity_id)

If you provide more info on the ZHA and DeConz integration's event's I can add it.

wernerhp commented 3 years ago

You may find alternate solutions to ZHA or DeConz at https://community.home-assistant.io/t/aqara-motion-sensor-hack-for-5-sec/147959/30

wernerhp commented 2 years ago

Please try the latest release v1.2.0 for ZHA

s0ftice commented 2 years ago

v1.2.0 works fine for me (HA core-2021.9.1 with ZHA). This is top, thanks so much!

wernerhp commented 2 years ago

Greetings,

I have aqara sensor with ZHA integration but appdaemon_aqara_motion_sensors not resat my sensor to 5 second. I have config in app.yaml with appdaemon 4.

Has the ZHA update fixed this for you?