tattn / homebridge-rm-mini3

Broadlink RM mini3 plugin for Homebridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rm-mini3 Send IF code without any response

dennyww opened this issue · comments

@tattn Get through the Wireshark to 16 hex code configuration to homebridge, according to the switch rm3-mini no response

This is the access to the IF code

5aa5 aa55 5aa5 aa55 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
24fc 0000 3727 6a00 8fe7 23ae e034 ea34
0200 0000 8cc7 0000 094d e1d6 ee76 6d18
39c8 693c 39d1 a680 5dcb f571 d4da e407
94b0 837d b8c7 f3c2 434e 7693 e059 6f87
dad2 fc64 ddac 9718 3a8d 4723 a536 d1c9
c0d2 5246 6300 e210 2481 be5b 64f7 becd
d5a9 0ecc 4952 6186 a022 734d cc7d 3738
edc0 ff45 0f3d f25f

How to increase the number of switches to configure, and now can only show one, increase the number of errors

{
"bridge": {
"name": "Homebridge",
"username": "CD:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-156"
},

"description": "The Onion!",

"platforms": [],

"accessories": [
	{
		"accessory": "RM mini3",
		"name": "Broadlink RM mini3",
		"host": "192.168.10.8",
		"data": [
			{
				"type": "on",
				"on": "5aa5aa555aa5aa550",
				"off": "5aa5aa555aa5aa550"
			},{
				"type": "on",
				"on": "5aa5aa555aa5aa550",
				"off": "5aa5aa555aa5aa550"
			},{
				"type": "on",
				"on": "5aa5aa555aa5aa550",
				"off": "5aa5aa555aa5aa550"
			}
		]
	}
]

}