Hello All
I'm trying to launch manual scene on Xiaomi Mi Home App with Intent but I'm not managing (and I'm not finding why).
I'm running Tasker 6.6.3-beta on a stock non rooted Galaxy S23 Ultra with Android 15. Mi Home is version 10.8.700 (from playstore)
What I want to do is switch on light at home when it's night outside and I'm arriving close to home (Mi Home app does not support geofencing)
So I recovered the ID of the scene I want to trigger, the action, package name, activity class and extra parameters. I put them in an send intent action. It's sent without error but nothing is happening. I tried other automation app (Automate) with exactly the same paramaters and the scene is trigger when Automate is sending the intent.
Here is the intent config I have in Tasker (extra paramters have random value for privacy)
Task: Deactivate Light
A1: Send Intent [
Action: com.xiaomi.smarthome.scene.smarthomelauncher
Cat: Default
Extra: extra_scene_account:1234567890
Extra: extra_str_scene_id:9876543210
Package: com.xiaomi.smarthome
Class: com.xiaomi.smarthome.scene.activity.SmartHomeLauncherActivity
Target: Activity ]
and enclosed a screenshot of the configuration in Automate.
Any clue or help appreciated