tattn / homebridge-rm-mini3

Broadlink RM mini3 plugin for Homebridge
Apache License 2.0
54 stars 18 forks source link

What's the correct Length of the HEX Stream Code? #28

Open lawrencedchan opened 4 years ago

lawrencedchan commented 4 years ago

I have been trying to put in the correct HEX stream code for my RM Mini 3 Universal Remote to work.

So far, I have been able to capture the outgoing UDP message sent from my phone (192.168.1.245) to my remote (192.168.1.38):

Screenshot 2020-05-11 at 12 43 55 AM

My phone seems to be sending the communicating with the RM Mini 3 three times whenever I switch on or off my air conditioner with UDP protocol in both the length of "404" and "100".

On the Config editor, I have tried to use both the "404" Hex Stream Code and the "100" Hex Stream code with the digits before "5aa" removed. But my RM Mini 3 doesn't recognise the code.

Screenshot 2020-05-11 at 12 49 23 AM

On the Homebridge log, every time I toggle the switch on Homekit, it displays: UDP message sent to 192.168.1.38:80 UDP message sent to 192.168.1.38:80

However, I have tried all HEX Stream codes I could get, but nothing seems to work.

So what do I have to do / try next to make it work? @tattn

I just want to turn my air conditioner on and off.