YinHangCode / homebridge-mi-aqara

a homebridge plugin for XiaoMi Aqara plugin.
1.08k stars 154 forks source link

Problem with magic cube: actions not working #214

Open cgeist opened 6 years ago

cgeist commented 6 years ago

Hi,

Many thanks for this great piece of software! I managed to get my xiaomi gateway up and running in homebridge using your plugin and my cube is also detected with all actions. But unfortunately the cube does not trigger any action. In the Mi Home App all actions are logged correctly, however. Can you help?

Many thanks!

Typ1er commented 6 years ago

same problem here

halk1982 commented 6 years ago

Same problem here too.

tavlou commented 6 years ago

Same here. Can you help?

MadhunterNL commented 6 years ago

Same problems for me as described. Is there a solution? Would love to use the cube!

cokete commented 6 years ago

Similar problem here. Now I restarted homebridge config, and doesn't appear in Home. Yesterday it appears, but no animation in Home.

Can you update the plugin???

VenkateshGSRao commented 5 years ago

I had same problem but i found a workaround for this using template trigger to capture cube's last_change attribute. This did work flawlessly.

trigger:
      platform: template
      value_template: '{{ states.binary_sensor.cube_158d00011081f6.attributes.last_action == "flip90" }}'