doudz / homeassistant-zigate

zigate component for Home Assistant
MIT License
48 stars 15 forks source link

Aqara vibration set sensitivity #142

Closed kbouh320 closed 3 years ago

kbouh320 commented 3 years ago

Hi and than you for the great work, I use the module which is working fine. Just 1 question about the Aqara vibration sensitivity which I try to change.

According to the doc, i should use the write_attribute service, but I receive some errors back and the sensitivity seems to be the same as before

RESPONSE 0x8702 - APS Data Confirm Fail : status:240, source_endpoint:1, dst_endpoint:1, dst_address_mode:2, dst_address:718f, sequence:130, lqi:0

How can I check if the parameter is correclty updated ? Is there a way to read the parameter from the device ?

thank you

doudz commented 3 years ago

you have to wake up the device by pushing the small button, without that it won't receive the command

kbouh320 commented 3 years ago

Indeed, thank you very much