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


  • 0

Global Cache Wifi to ir stops working after update to 4.102 firmware


Question

Posted

Hello,

 

Global cache stops working After the update of firmware  to 4.102 ( HOME CENTER 2).

I was controlling my Air Conditioner and Tv . After the update ,it stops working.

Does anybody experience ? 

Please tell me any possible solution, or should i wait for the next firmware.?

 

Thankyou

 

19 answers to this question

Recommended Posts

  • 0
Posted

What happened exactly? I had issue in previous versions, that communication has broken after sending few codes to GC iTach Flex.

  • 0
  • Inquirer
  • Posted

    I have tested my Global Cache wifi to ir device seperately, it is working. When programmed with the fibaro ,it stops working. This behavior Starts when updated to latest firmware 4.102 HC2.

    • 0
    Posted (edited)

    My devices work fine.

    Do you send the command as text or LUA in a virtual device? Can we look at the code?

     

    In v4.1 update the possibility of sending multiple commands with quick presses of a VD button have been disabled. I have to wait until the command is finished until I can press the button again.

    Edited by speedy
    Added info.
    • 0
    Posted

    I have the Global Cache IP to IR ~ which one works well in V4.102. 

     

    this would be nice again to enable this:  with quick presses of a VD button have been disabled.  in future releases

    • 0
  • Inquirer
  • Posted

    I have created a virtual device. 

     

    I am sharing some photos of TV remote here.

    Please login or register to see this attachment.

    Please login or register to see this attachment.

    • 0
    Posted
    7 hours ago, Jibran said:

    I have tested my Global Cache wifi to ir device seperately, it is working. When programmed with the fibaro ,it stops working. This behavior Starts when updated to latest firmware 4.102 HC2.

    My Wifi to IR from GC still works perfectly in 4.102. Maybe you should have a look at your VD ? Is it mysteriously missing buttons ?

    • 0
  • Inquirer
  • Posted
    4 minutes ago, wienog said:

    My Wifi to IR from GC still works perfectly in 4.102. Maybe you should have a look at your VD ? Is it mysteriously missing buttons ?

    Missing buttons like ?

    • 0
    Posted (edited)

    uncheck in each button:  Wait for device response

     

    at least thats what i needed to do. in my GC IP to IR

     

    update: sorry thats when u use lua code

    Edited by samuel
    • 0
    Posted
    8 minutes ago, Jibran said:

    Missing buttons like ?

    Sometimes problems with VD's are predicted by buttons disappearing without any cause. Like the On/off button in your picture above or an other button. Then full remake of your VD is the only solution.

    • 0
    Posted
    25 minutes ago, Jibran said:

    I have created a virtual device. 

     

    I am sharing some photos of TV remote here.

     

     

    Ah, ok.

    So you use textbased commands.

    For me that have never been 100% reliable.

    Sometimes it just doesn't send the command so some commands get sent and some don't..

     

    My suggestion is that you change to LUA in your VD, for me that always works 100% and you get feedback from the GC device if there is a problem.

    And with that if you get an error you can automatically send the command again.

    After i did this i never have issues. I also connect this to a push function so my customers get a push message when something is not right, no response etc etc.

     

    Try this code and see what the debug says. (i have removed the Push function, if someone wants it please let me know)

    Switch to LUA.

    Replace my IR command in the code with variable "GC_command" with your IR command.

     

    Remove: "sendir,1:3,1," from your text

    Start your command with 37650.

    Do not include the end of your command "0X0D0x0A

     

    Example below:

     

    Please login or register to see this code.

     

     

    • 0
    Posted
    9 hours ago, Jibran said:

     

    Just as information, i tried the same way as you sending as text and not LUA and that worked for me to.

    • 0
  • Inquirer
  • Posted
    6 hours ago, speedy said:

    Just as information, i tried the same way as you sending as text and not LUA and that worked for me to.

    Ok. I reprogrammed the GC with fibaro and then restarted the home center 2. Now it is working. 

    I am now trying your Code ( as you said that this is reliable ) So i will go for it . Will give you feedback very soon.

     

    Thankyou

    Speedy

    • 0
  • Inquirer
  • Posted
    On 12/7/2016 at 4:58 PM, jakub.jezek said:

    What happened exactly? I had issue in previous versions, that communication has broken after sending few codes to GC iTach Flex.

    It started work again. As i restarted the HC2 and reprogrammed it.

    Thankyou for your cooperation 

    Jakub.jezek 

    • 0
  • Inquirer
  • Posted
    15 hours ago, wienog said:

    Sometimes problems with VD's are predicted by buttons disappearing without any cause. Like the On/off button in your picture above or an other button. Then full remake of your VD is the only solution.

    Ok i got it. 

     

    Every small piece of knowledge means a lot,  Thankyou

     

    Wienog

    • 0
  • Inquirer
  • Posted
    15 hours ago, speedy said:

    Ah, ok.

    So you use textbased commands.

    For me that have never been 100% reliable.

    Sometimes it just doesn't send the command so some commands get sent and some don't..

     

    My suggestion is that you change to LUA in your VD, for me that always works 100% and you get feedback from the GC device if there is a problem.

    And with that if you get an error you can automatically send the command again.

    After i did this i never have issues. I also connect this to a push function so my customers get a push message when something is not right, no response etc etc.

     

    Try this code and see what the debug says. (i have removed the Push function, if someone wants it please let me know)

    Switch to LUA.

    Replace my IR command in the code with variable "GC_command" with your IR command.

     

    Remove: "sendir,1:3,1," from your text

    Start your command with 37650.

    Do not include the end of your command "0X0D0x0A

     

    Example below:

     

    Please login or register to see this code.

     

     

    I have tried this code. It is working flawlessly. sharing screen shot here. I also like you to insert push notification in it. I also want to look it. Thankyou Speedy

    Please login or register to see this image.

    Please login or register to see this image.

    Please login or register to see this image.

    Please login or register to see this attachment.

    Please login or register to see this attachment.

    • 0
    Posted
    16 hours ago, Jibran said:

    I have created a virtual device. 

     

    I am sharing some photos of TV remote here.

    Please login or register to see this attachment.

    Please login or register to see this attachment.

    I see a very long code (ON/OFF button). Some GC devices has problems with them. I suggest to try GC compressed codes. We had some problems with long codes in Control4 and compressed codes did the job.

    You can easily convert long IR codes using iConvert app from GLobal Cache.

    • 0
  • Inquirer
  • Posted
    4 minutes ago, jakub.jezek said:

    I see a very long code (ON/OFF button). Some GC devices has problems with them. I suggest to try GC compressed codes. We had some problems with long codes in Control4 and compressed codes did the job.

    You can easily convert long IR codes using iConvert app from GLobal Cache.

    Ok i will try GC compressed codes and will give you feedback soon .

    • 0
    Posted
    On 12/9/2016 at 7:07 AM, Jibran said:

    I have tried this code. It is working flawlessly. sharing screen shot here. I also like you to insert push notification in it. I also want to look it. Thankyou Speedy

    Please login or register to see this link.

    Please login or register to see this link.

    Please login or register to see this link.

     

    Hello.

     

    Here is the Push function and the GC code with Push_Message function:

    Its a LUA scene and you have to Create a global variable called "Push_Message".

     

    Push Function:

    Please login or register to see this code.

     

    Global Cache code: (Use in VD)

    This code requires a global variable called "Push_Message".

    Please login or register to see this code.

     

    • 0
    Posted

    The topic has been moved from "

    Please login or register to see this link.

    " to "

    Please login or register to see this link.

    ".

     

    Temat został przeniesiony z "

    Please login or register to see this link.

    " do "

    Please login or register to see this link.

    ".

    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...