homebridge-mi-aqara
homebridge-mi-aqara copied to clipboard
Problem with magic cube: actions not working
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!
same problem here
Same problem here too.
Same here. Can you help?
Same problems for me as described. Is there a solution? Would love to use the cube!
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???
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" }}'