homebridge-mi-aqara icon indicating copy to clipboard operation
homebridge-mi-aqara copied to clipboard

Problem with magic cube: actions not working

Open cgeist opened this issue 6 years ago • 6 comments

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!

cgeist avatar Jul 14 '18 13:07 cgeist

same problem here

Typ1er avatar Jul 15 '18 20:07 Typ1er

Same problem here too.

halk1982 avatar Jul 16 '18 15:07 halk1982

Same here. Can you help?

tavlou avatar Jul 16 '18 22:07 tavlou

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

MadhunterNL avatar Jul 21 '18 17:07 MadhunterNL

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???

cokete avatar Jul 25 '18 17:07 cokete

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" }}'

VenkateshGSRao avatar Dec 06 '18 02:12 VenkateshGSRao