Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 1

Broadlink RM2 Integration


DaveScout

Question

Morning all,

 

It's been a while since I have seen any chatter about the Broadlink devices. Has anyone created a virual device or further thoughts on integrating the Broadlink IR / 433 blaster???

Edited by T.Konopka
Wrong caterogry
Link to comment
Share on other sites

Recommended Posts

  • 0
42 minutes ago, Phenix said:

Well I managed to get it to work by using LUA Code - Eureka moment

 

local selfId = fibaro:getSelfId();
local ip = fibaro:get(selfId, "IPAddress")
local port = fibaro:getValue(selfId, "TCPPort")
local url = "/code/Lounge Blind Up"
local ws = Net.FHttp(ip, port)
local resp = ws:GET(url)
fibaro:debug(resp);

 

Don't forget to put _ between the code

eg. Lounge Blind Up needs to be

Lounge_Blind_Up

On 5/13/2018 at 7:55 PM, India221189 said:

HI Everyone,

 

I have just got the RM Pro but i am not able to use in Fibaro Virtual Device. There is no response but when i use the HTTP Code Directly. I am able to run the command. I have followed all the steps. Please help.?

Let me know if you need help - but I managed to crack it as my above post.

 

You should use LUA code in HC2, sadly you cannot use LUA in HC2 Lite

Link to comment
Share on other sites

  • -1

HI Everyone,

 

I have just got the RM Pro but i am not able to use in Fibaro Virtual Device. There is no response but when i use the HTTP Code Directly. I am able to run the command. I have followed all the steps. Please help.?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...