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

  • 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 5 results

  1. Many of my scenes have this structure where I am iterating through an array and processing each entry, and I want a delay between each. I have always used fibaro:sleep. I am struggling to find a good way to use setTimeout here. Surely if I call Process_Entry with setTimeout, the loop is going to carry on running. function Main_Loop () for I,Entry in pairs(Events) do Debug (0, 'Entry '..I) Process_Entry (I, Entry) -- Breather if not Testing then fibaro:sleep (Breather_Secs*1000) end end local Delay = Resolution_Mins * 60 / 2 * 1000 fibaro.setTimeout (Delay, function() Main_Loop () end) end
  2. Hello, I am trying to turn off (sleep, hibernate) the computer in my lan network. Is there an easy way to do that from Fibaro? Turning it on, is very simple with WoL, but turning off by software is very difficult for me. I know that this can be done by Fibaro wall plug, but I would like to do it by software rather than hard reset. I have Fibaro Home Center Lite but if there, is no possibility with HCL so maybe someone has a working lua code for that (I will buy a HC2 very soon so this would not be a problem for me). Thanks in advance for Help!!
  3. Hi Everyone, Since a couple of weeks im trying to learn a bit about Lua programming. At the moment im struggling to find an answer to my problem. To switch floor heating pump i used a power plug on my central heating boiler to measure the power usage to turn on the power of the floor heating pump (also a power plug). First i made a simple block scene which worked fine at first but now i found out that also when im using tap water the central heating boiler is using a significant amount of power. so the idea is to use the living room temp. sensor and the power measurement of the central heating boiler to switch the floor heating pump. Since the margin is very small im trying to do a double check so check if the conditions match, sleep for 3 minutes and check the conditions again before powering off. This is a bit of the code i used but get a error. if (PowerCV <'1') and (PompStatus >'1') then fibaro:debug('wacht 3 min voor uitschakelen') fibaro:sleep(10000) fibaro:debug(' 3 min later') and (PowerCV <'1') and (PompStatus >'1') then fibaro:call(191, "turnOff") fibaro:debug('Pomp staat nu uit') end it seems like im not able to check another set of conditions after the "sleep". is there a way to do this? all help is appreciated. thank!
  4. Is there a maximum time that fibaro:sleep can be set to? I'm having a problem where 'fibaro:sleep(90*60*1000)' only lasts for 20 minutes, not 90 minutes as I expected it would. However fibaro:sleep(30*60*1000) works fine - 30 minutes. I'm using these within a VD, in case that makes a difference.
  5. is there a option to not use a button on Lili first :S (Why I still need to puss a button, useless like this) just as google now (Oke Google) or assistent.ai from api.ai (Hey Assistant) it wakes up the device if its in sleep-mode and you can just talk to it i like to use it if i go to bed i tell it good night and its runs a specific scene how can i make something like this work? whit-out a server running 24/7 just a tab or phone (Android)
×
×
  • Create New...