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

Question

Posted

Hallo,

i´m quite new to the stuff. I use a HCL. No Lua but it should possible?!

How can i tell the System to switch the Coffee on when the first person enters the room?

Time range 6-8 am. Kontakt with a motion sensor.

Manualy it works fine.

Any Ideas?

Thanks.

8 answers to this question

Recommended Posts

  • 0
Posted

How is the coffee machine connected to HCL?

  • 0
Posted

Coffee Machine should be connected to HCL via a zwave wall plug. That will only turn on and off a coffee machine. Not sure if coffee machine will work immediately after it's turn on.

  • 0
  • Inquirer
  • Posted

    Hallo,

    The Machine has now a Fibaro Switch inside. It works perfect. And next to it the Fibaro Motion sensor.

    The Idea is:

    1. Once a Morning

    2. between 6 and 8

    3. Start when motion detect

    ?

    • 0
    Posted

    You should make two scenes with variable called "morning".

    scene 1: When it is 6 o'clock then variable turns morning to 1.

    Scene 2: When it is 8 o'clock, then variable turns morning to 0.

    Scene 3: When motion detector is breached AND morning is 1, then start coffe.

    This should do it with HCL easily - and pretty good idea

    Please login or register to see this image.

    /emoticons/default_smile.png" alt=":)" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" />

    • 0
    Posted

    JimBob, make to 2 global variables to determine if it is morning (as Lauri said) and the next one to determine if coffee was made already this day.

    Scene 1: if it is 6:00 set variable "morning" to "1" and "ifCoffee" to "0"

    Scene 2: if it is 8:00 set variable "morning" to "0"

    Scene 3: if motion is detected and "morning" is "1" and "ifCoffee" is "0" then make coffee and set "ifCoffee" to "1"

    It might look a little bit complicated, but block scenes are dedicated to simpler tasks. For more complex stuff you should consider getting HC2, where you can use LUA scripts.

    • 0
  • Inquirer
  • Posted

    Thanks,

    works great.

    Now i now `variables´.

    Please login or register to see this image.

    /emoticons/default_icon_smile.gif" alt=":-)" />

    • 0
    Posted

    I would also make control for shutting down the coffee machine automatically, if the machine does not have built in functionality for that.

    There is always risk of starting the coffee making process but get distracted from reason or another, and end up heating coffee for hours or even days.

    • 0
  • Inquirer
  • Posted

    It was quite complicate for me to build the module right in the machine and still have the original switch in use with internal auto off function.

    But it works and i set also the Fibaro Switch to auto off after 30min.

    Its more a Test than a real need.

    Thanks everybody.

    Jan

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