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

Help, problem with wall plug scene


Question

Posted (edited)

I ask for your help because I would like to create a scene with a wall plug
I would like that if the wall plug exceeds 100watt it communicates me with a push that has exceeded, but only once
and when it goes below 100watt you communicate me with a push that went under, only once
in practice I would like you to notify me if a threshold is exceeded or not, but only once
can you help me?
Thanks so much

Edited by ciappi

5 answers to this question

Recommended Posts

  • 0
Posted

Once a day you mean? or everytime it drops and goes back to max treshold?

 

create var maxtreshold and mintreshold

 

scene

if plug > 100 watt and var maxtreshold is off

sent push

set var maxtreshold to on

 

same for lowtreshold, change var if you want to recieve push again

 

  • 0
  • Inquirer
  • Posted

    everytime it drops and goes back to max treshold

     

    i am new can you do an example of variable?

     

    thanks so much

    • 0
    Posted

    i don't have a hc2, but let's give it a try

     

    create variable maxtreshold (with on and off

    create variable mintreshold (with on and off)

     

    i guess you want a push message if it reads max and if it reads min?

    first set both varaibles to off

     

    scene one:

    if plug > 100 AND var tresholdmax is off

    then push message "whatever"

    set var tresholdmax to on

     

    scene two:

    if plug = < 99 AND var tresholdmin is off

    then push message :whatever"

    set var tresholdmin to on

     

    this will work one time until you somewhere set both var to off, but i have no idea how often and when you want a pushmessage

     

     

    • 0
    Posted

    almost forgot..

    tick trigger on both plugs in scene, no trigger on the variables

    • 0
  • Inquirer
  • Posted

    you are great

    thanks so much

    it works fine

     

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