tattn / homebridge-rm-mini3

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

rm pro ? #8

Open iguman opened 7 years ago

iguman commented 7 years ago

Im trying to send command to rm pro. Does rm mini3 react to a received message with diode lighting? I dont have any reaction from rm pro. tnx

screen shot 2017-01-08 at 12 22 06
radinsky commented 7 years ago

There's no "reaction" from rm should be received.

tattn commented 7 years ago

This plugin is targeted for RM mini 3. I have not confirmed whether it works with RM Pro or not.

Patrick1610 commented 7 years ago

Does anybody can confirm it works with the RM Pro?

iguman commented 7 years ago

Dont work with my RM Pro

On Sat, Mar 4, 2017 at 20:40 Patrick1610 notifications@github.com wrote:

Does anybody can confirm it works with the RM Pro?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tattn/homebridge-rm-mini3/issues/8#issuecomment-284175690, or mute the thread https://github.com/notifications/unsubscribe-auth/AQOZxcPTJhUtacpNzSL53eEY7BRfwfvAks5rib4dgaJpZM4LdqsB .

Patrick1610 commented 7 years ago

Is there another Homebridge plug-in for RM Pro? Or is anybody able to build it?

Patrick

On 4 Mar 2017, at 22:05, iguman notifications@github.com wrote:

Dont work with my RM Pro

On Sat, Mar 4, 2017 at 20:40 Patrick1610 notifications@github.com wrote:

Does anybody can confirm it works with the RM Pro?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tattn/homebridge-rm-mini3/issues/8#issuecomment-284175690, or mute the thread https://github.com/notifications/unsubscribe-auth/AQOZxcPTJhUtacpNzSL53eEY7BRfwfvAks5rib4dgaJpZM4LdqsB .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Patrick1610 commented 7 years ago

@iguman Do you have another way for implementing the Broadlink to HomeKit or couldn't you make this work?

iguman commented 7 years ago

nope :(

On Sat, Mar 4, 2017 at 10:40 PM, Patrick1610 notifications@github.com wrote:

@iguman https://github.com/iguman Do you have another way for implementing the Broadlink to HomeKit or couldn't you make this work?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tattn/homebridge-rm-mini3/issues/8#issuecomment-284184744, or mute the thread https://github.com/notifications/unsubscribe-auth/AQOZxWEFT_QOFx9fOTGy4r80HqCMRsnbks5ridpUgaJpZM4LdqsB .

Patrick1610 commented 7 years ago

It looks like the RM pro can be controled by HomeKit(Homebridge) by linking it to the openhab plug-in. I can't test it because i've just ordered the RM Pro and am still waiting for delivery. Wanted to share this though.

https://www.npmjs.com/package/homebridge-openhab

Patrick1610 commented 7 years ago

And check out these options! Seems they got iT working!

https://github.com/nfarina/homebridge/issues/748 https://github.com/ericmagnuson/rmcontrol/blob/master/readme.md

iguman commented 7 years ago

Thanks! I will try it

On Sun, Mar 5, 2017 at 8:55 AM, Patrick1610 notifications@github.com wrote:

And check out these options! Seems they got iT working!

nfarina/homebridge#748 https://github.com/nfarina/homebridge/issues/748 https://github.com/ericmagnuson/rmcontrol/blob/master/readme.md

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tattn/homebridge-rm-mini3/issues/8#issuecomment-284212086, or mute the thread https://github.com/notifications/unsubscribe-auth/AQOZxf6b7QwwqOsAmYPwUBhzkOI5JJGkks5rimp0gaJpZM4LdqsB .

Patrick1610 commented 7 years ago

Would love to know if you can get it to work and with what method 👍

lprhodes commented 7 years ago

This worked out of the box for me - sending hex codes to the rm pro 3 - I used Wireshark to capture the packets I needed.

Patrick1610 commented 7 years ago

Can you explain more precise how you did this? For example what is needed in the JSON file to make this work and how to Capture the codes?

lprhodes commented 7 years ago

@Patrick1610 I was finding that hex codes weren't as universal between different RM devices as I'd hoped so I ended up forking and adding support for the various RM devices and a "Learn IR" HomeKit accessory so that I didn't have to use Wireshark all of the time.