Author Topic: Broadlink pro with RF  (Read 20073 times)

0 Members and 1 Guest are viewing this topic.

MrWolf

  • $upporter
  • Sr. Member
  • *****
  • Posts: 209
  • Karma: 4
    • View Profile
Broadlink pro with RF
« on: March 27, 2015, 05:12:23 PM »
Anyone seen these yet?  Anyone had a play with them?...

http://www.amazon.co.uk/Broadlink-RM-Pro-Intelligent-Automation-Black/dp/B00LWO7GM8

I've literally just received mine but haven't taken it out the box yet.  Has anyone looked at whether it could be controlled by Vox?  It claims it can control IR and RF and can do  433MHz & 315 Mhz frequencies!

It's ridiculously cheap so seems like a really good thing for the community if we could get Vox working with it.  I have no idea what protocol it uses

What do you guys reckon?

There are a couple documents and SDK's here but totally beyond my comprehension...

https://drive.google.com/file/d/0B65vYtefY0h2d1NZbEtCUFgwc2hCeHNXMnFmOEdRU1VrcUl3/view?usp=sharing

https://drive.google.com/file/d/0B65vYtefY0h2aE1LdWF5RG9sX00/view?usp=sharing

Thanks,

-P
Home automation guides for idiots like me by an idiot (me)...
https://www.youtube.com/user/wolfsweb

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Broadlink pro with RF
« Reply #1 on: March 27, 2015, 06:14:53 PM »
It should be possible but it doesn't look like it will be easy.  Their SDKs appear to be (currently) only for iOs and Android which is most unfortunate.  :'(

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Broadlink pro with RF
« Reply #2 on: March 27, 2015, 06:27:11 PM »
I have been watching those for a while ... I tried to find if anybody was able to control them from PC .. but couldn't find anything
if you figure a way to use it with VC, please let us know ... it will save me building my own with arduino
When Voice command gets tough, use hand gestures

MrWolf

  • $upporter
  • Sr. Member
  • *****
  • Posts: 209
  • Karma: 4
    • View Profile
Re: Broadlink pro with RF
« Reply #3 on: March 28, 2015, 08:21:23 AM »
James, Is is a project you'd consider or is it just too ugly until they release a windows SDK?

My brain immediately starts jumping to ugly work arounds because I'm not skilled enough with coding.  Maybe something with this:

http://www.andyroid.net/

?

-P

xxx
Home automation guides for idiots like me by an idiot (me)...
https://www.youtube.com/user/wolfsweb

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Broadlink pro with RF
« Reply #4 on: March 28, 2015, 09:53:50 AM »
I don't actually know what project you are talking about but my guess is that I'm not interested. :P

MrWolf

  • $upporter
  • Sr. Member
  • *****
  • Posts: 209
  • Karma: 4
    • View Profile
Re: Broadlink pro with RF
« Reply #5 on: March 29, 2015, 05:39:45 AM »
 :biglaugh

I am of course talking about the project where my British charm convinces you to give up hour after hour of your valuable time to butcher the Broadlink device into being controlled with Vox commando ;)

No worries bud, I know it's yet another big ask from the idiot from across the pond.

Does anyone have any recommendations on which way to go?  I'm thinking two possibilities, both of which I would need to go do some learning!...

1. Robo browser controlling BlueStacks
2. Vox commando -> Eventghost on PC -> Eventghost on Phone -> Tasker -> Broadlink

Does anyone have any other suggestions?  If not, which of the above do you think I should pursue?

Thanks as always,

-P

xxx
Home automation guides for idiots like me by an idiot (me)...
https://www.youtube.com/user/wolfsweb

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Broadlink pro with RF
« Reply #6 on: March 29, 2015, 11:06:06 AM »
You can use Wireshark to sniff the Wirless communication between the devices to see how the format of the command looks like. Maybe than it is possible using the scrape action in VC to send a command to the Broadlink.
It looks like this device works similar the HALx - only an idea  ;)
***********  get excited and make things  **********

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Broadlink pro with RF
« Reply #7 on: June 17, 2015, 08:16:30 PM »
anyone with android programming experience who can take a look at this thread http://forum.micasaverde.com/index.php/topic,27643.30.html
the SDK offer an android example app ... i think that can be ported to something that can be used with vox commando
When Voice command gets tough, use hand gestures

Vahe

  • Jr. Member
  • **
  • Posts: 6
  • Karma: 0
    • View Profile
Re: Broadlink pro with RF
« Reply #8 on: July 08, 2015, 01:56:16 PM »
Here, this guy has a solution. But its an ugly solution: requires an android device (a cheap set-top box) with e-control, as a bridge, and then his software will control the android device to control RM PRO. Kind of, too complicated, therefore not too reliable.

I can see two approaches to this:

1. To use wireshark, as it was suggested, to analyze the packets sent to RM Pro and, based on this, to write a PC software that will send such packets.
Cons: may require quite a lot of time and effort

2. To build an Arduino-based device with the same functionality as RM-pro. This can be even cheaper than RM Pro and, using ready-made libraries for RC-2 and 433MHz RF modules, might require even less effort than method #1.
Cons: This will only be controllable from PC or from any browser, there will be no native application for iOS/Android, unless someone is willing to develop one.

I feel more inclined and interested in method #2, but I am not sure I will find time in the near future

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2009
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Broadlink pro with RF
« Reply #9 on: July 08, 2015, 02:07:54 PM »
I feel more inclined and interested in method #2, but I am not sure I will find time in the near future

Welcome to the forum.

I'm not sure if you've been following Dave and Kalle's progress developing an Arduino RF/IR blaster integrated to work with VoxCommando via an Arduino gateway/bridge. http://voxcommando.com/forum/index.php?topic=1921.msg19356#msg19356

... In terms of working with an Android device, I guess it depends what you mean. The VoxWav Android app allows both voice and touch control of VoxCommando commands, so in that sense one would have Android control over RF and IR.

This is totally outside of my wheelhouse, though, so I'll let others more familiar with this work chime in now. :)
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

Vahe

  • Jr. Member
  • **
  • Posts: 6
  • Karma: 0
    • View Profile
Re: Broadlink pro with RF
« Reply #10 on: July 08, 2015, 06:41:53 PM »
I'm not sure if you've been following Dave and Kalle's progress developing an Arduino RF/IR blaster integrated to work with VoxCommando via an Arduino gateway/bridge. http://voxcommando.com/forum/index.php?topic=1921.msg19356#msg19356

Yeah, thanks for pointing me there, this looks similar to what I had in mind. I was also thinking that the arduino-based IR/RF control unit could be hooked up to WiFi (using cheap esp8266 modules), so that not only the PC with VoxCommando, but also other control servers on the network can send commands to it. 

Quote
... In terms of working with an Android device, I guess it depends what you mean. The VoxWav Android app allows both voice and touch control of VoxCommando commands, so in that sense one would have Android control over RF and IR.
Well, I am using iOS-based gadgets therefore I am afraid this app is of no use to me. I was only considering to buy an android device solely as a bridge between the PC and RM Pro, but as I said, I believe this to be an ugly solution having to send all the commands through a java-based device.

Dave

  • $upporter
  • Sr. Member
  • *****
  • Posts: 139
  • Karma: 31
    • View Profile
Re: Broadlink pro with RF
« Reply #11 on: July 09, 2015, 02:48:42 AM »
Hi Vahegan,

in terms of touch control of VC with an iPhone you could probably use the TCP-Plugin:
http://voxcommando.com/mediawiki/index.php?title=Plugin_TCP#WebServer

I was also thinking that the arduino-based IR/RF control unit could be hooked up to WiFi (using cheap esp8266 modules), so that not only the PC with VoxCommando, but also other control servers on the network can send commands to it. 

We already have some of those modules here and Kalle is probably going to start tinkering with it today. I really hope we can come up with a wifi based version :)

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Broadlink pro with RF
« Reply #12 on: July 09, 2015, 05:12:24 AM »

in terms of touch control of VC with an iPhone you could probably use the TCP-Plugin:
http://voxcommando.com/mediawiki/index.php?title=Plugin_TCP#WebServer

@dave, I think Vahegan meant control the blaster directly through wifi from iOS.. so the missing part is iPhone app ... on a second thought, your idea would work, from iOS to VC through web api..and VC to blaster ... not very elegant ... but works. on a third thought  8) that means a udp server on arduino (not sure how practical that with memory limitation) can receive calls directly from iOS
When Voice command gets tough, use hand gestures

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Broadlink pro with RF
« Reply #13 on: July 10, 2015, 05:08:04 AM »
I am just thinking the fourth thought :) .. what if we have a webpage residing on TCP plugin server, that is designed for iphone interface and has control of the IR-blaster through VC?
« Last Edit: July 11, 2015, 01:21:14 AM by Haddood »
When Voice command gets tough, use hand gestures

Simeon Tuitt

  • Contributor
  • ***
  • Posts: 79
  • Karma: 0
    • View Profile
    • Simeon Tuitt Home Automation
Re: Broadlink pro with RF
« Reply #14 on: July 10, 2015, 10:33:21 AM »
Hey Guys, this may just be what the programmers on here have been looking for to control the Broadlink RM pro from a computer, most of this is all alien to me since I am not a programmer, but from what I can tell, this Bridge to the RM Pro which consists of an Android App and a Windows program which learns the codes from the Broadlink should allow someone to make a plugin that connects it to vox and gives us access to the broadlink by voice commands.

So programmers, take a peak and let me know if you can see a way forward for broadlink being controlled by vox now.  8)

UPDATE: Sorry James I missed the link since it was hyperlinked wording.

UPDATE 2 July 13th: Well it is entirely possible to control the Broadlink RM Pro and Broadlink RM Home with Vox, after days and sleepless nights trying to work it out I finally got my head around how to do it, it turns out @Vahe post « Reply #8 on: July 08, 2015, 01:56:16 PM » had the answer and if anyone had ran with it,  it would of worked fine as a means of controlling the Broadlink with Vox.



Above is a demo video of me using vox to control the Broadlink, you'll have to excuse the delay between commands and them being actioned, I am having Broadband issues and my net keeps hanging.

When the internet is working properly the commands are pretty much instant from vox to the Broadlink, I've got some more testing to do but will keep you all updated.
« Last Edit: July 13, 2015, 04:39:10 PM by Simeon Tuitt »
Simeon Tuitt Is An Information Product Creator From The UK Who Took His Skills From Online Business Automation And Applied It To Automating A Smart Home.