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


Search the Community

Showing results for tags '4.100'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • FIBARO Community
    • FIBARO Portal and Forum policy
    • FIBARO
    • Say hello!
    • Off-topics
  • FIBARO Update
    • FIBARO System Update
    • FIBARO Mobile Update
  • FIBARO Community Support
    • Scenes and Interface
    • FIBARO Products
    • FIBARO Mobile
    • FIBARO HomeKit
    • FIBARO Assistant Integrations
    • Other Devices / Third-party devices
    • Tutorials and Guides
    • Home Automation
    • Suggestions
  • FIBARO Społeczność
    • FIBARO
    • Przywitaj się!
    • Off-topic
  • FIBARO Aktualizacja
    • FIBARO System Aktualizacja
    • FIBARO Mobile Aktualizacja
  • FIBARO Wsparcie Społeczności
    • Sceny i Interfejs
    • FIBARO Urządzenia
    • FIBARO Mobilnie
    • FIBARO HomeKit
    • Integracja z Amazon Alexa i Google Home
    • Urządzenia Firm Trzecich
    • Poradniki
    • Automatyka Domowa
    • Sugestie

Categories

  • Scenes
  • Virtual Devices
  • Quick Apps
  • Icons

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Google+


Skype


Website URL


WhatsApp


Country


Gateway/s


Interests

Found 4 results

  1. Hi, I have an issue on my HC2 box, I cannot create backups anymore. My drive shows disconnected and a checksum is not completing. Also after a reboot all lights go on and after approximately one hour it runs like normal. So rebooting the box is taking multiple hours to complete I am running on 4.100 and would like to upgrade due to a message on a few websites stating that there is a security breach in previous versions. Creating a backup triggers a new screen, flickers a brief moment and finishes without generating a backup image. I have contacted fibaro and they did check the HC2 remotely but they are not able to fix the issues. I need to ship the box to Poland! I read a few topics about the RMA because of faulty/corrupted recovery modules. Is there a local alternative ? Anybody who can share some experiences on the shipping to Poland ? To be honest, I cannot unplug the box since all my home lighting/cams/heating are managed via the HC2. This really makes me doubt about whether I should continue on a Fibaro setup..
  2. Hi, Just installed a remotec v1.2 on my HC2 running 4.100 NO TEMPLATE The release notes clearly show its supported Why does this []?
  3. Hi Folks, I have one email scene that seems to be intermittent. I don't think its the email service as I do periodically receive other emails I log events to a user defined global variable and then once per day email it out triggered when I set morning mode. This is the email scene that I call fro morning mode scene I have some extra debug code to see what may be happening and this morning the debug on line was #37 fibaro:debug(LogStr) This executed correctly as I can see the output but the email didn't send after that. BTW - The UpdateEventLog function is a generic function I use in many scenes to log something to the global variable any ideas welcome as to why the email is not executing the send - I am using FW 4.100 Thanks -f --[[ %% properties %% events %% globals --]] -- Configuration - Scene Info sceneName = "Dump and reset Event Log" sceneVersion = "1.0.1" -- Scene Description -- Configuration - Device IDs -- Validate Number of Scene Instance if (fibaro:countScenes()>1) then --fibaro:debug("stop scene") fibaro:abort() end function UpdateEventLog(eventStr) local currDate = (os.date("%b %d - %H:%M")) local updStr = (fibaro:getGlobal("Log_Event") .."".. currDate .." ".. eventStr .." \n") fibaro:setGlobal("Log_Event", updStr) end function SendClearEventLog() UpdateEventLog("\n \n .....closing Event Log.") fibaro:sleep(1000) local currDate = (os.date("%b %d - %H:%M")) local LogStr = fibaro:getGlobal("Log_Event") fibaro:sleep(1000) fibaro:debug(LogStr) fibaro:call(2, "sendEmail","Event Log",LogStr) fibaro:sleep(5000) fibaro:setGlobal("Log_Event", "") UpdateEventLog("\n Event Log started") end SendClearEventLog() -- End of Scene Execution fibaro:debug("Scene, " .. sceneName .. " v" .. sceneVersion .. " completed.")
  4. Hi all, I've juste updated my HCL to latest version 4.100. Trying to create a new block scene with as trigger an octan remote device configured with scene-activation. The scene can't be saved : I've the "rolling balls" forever... By looking deeper have seen that there are some javascripts errors : check.js?version=1474920480617:2 Uncaught TypeError: Cannot read property 'indexOf' of undefine The error comes from this part of the code (the red indexOf - sorry but the code is minified, so it's difficult to read or give any line number) : blablabla ... b.isTypeOf(remoteControllerClass)&&b.isInterfaceOf(centralSceneInterface)&&a.swipe.indexOf("keyId")!==-1)return triggersArray.swipe.push(a.id+" CentralSceneEvent "+a.swipe.replace("keyId","")) ... blablabla and the box is looping on the following URL : http://192.168.0.100/api/scenes/50/debugMessages Any help/workaround/fix would be really appreciated! Thanks.
×
×
  • Create New...