Just wondering (before ordering) if the Xiaomi Mijia Universal IR Remote Controller supported by the Xiaomi Miio integration?
Link to product page:
Xiaomi Miio integration:
Just wondering (before ordering) if the Xiaomi Mijia Universal IR Remote Controller supported by the Xiaomi Miio integration?
Link to product page:
Xiaomi Miio integration:
Anyone? I have same doubt.
On the Facebook channel I was recommended a different product. However, that did not work either (for me at least). In the end, I purchased a Logitech Harmony hub on eBay for Ā£40. The other devices may be cheaper, but I have two other Logitech Harmony hubs and they work flawlessly.
You might want to read my config and my blog
Can confirm that the Xiaomi Mijia Universal IR Remote works - better late than never.
Iām having trouble getting it to send any commands - i have the token correct as I can turn the status LED on/off but the send_command seems to not do anything - the IR leds donāt light up at all (as viewed through a camera)
Was there any trick?
how does your ir command look like - perhaps you got something wrong there mine are working great
looks like:
- platform: xiaomi_miio
host: "supersecretip"
token: "supersecrecttoken"
commands:
#### Samsung Remote
power:
command:
- raw:Z6VDABYCAABSAgAAegYAAKIRAADmEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0ISEhAQEBAQEhISEBAQEBAQEhAQEBAQEBIQEhISEhISEB
Finally worked it out. I had to use the commands from the REMOTE_LEARN_COMMAND
. Trying to even just copy and paste your example base64 command didnāt get the IR lights to flash at all. Very weird how it seems to have itās own format
Hi
can some one help me please?
I can learn the command and I can send the commands through developer and services but I cannot add it on my dashboard as entity
my code looks like that:
remote:
platform: xiaomi_miio
name: āAC remoteā
host: XXX
token: XXXX
slot: 1
timeout: 30
can some one tell me what is the next step ?