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

Lights: is setlevel=0 the same as turnOff command?


Question

Posted

 

Hi,

 

in order to control the lights you can of course use the turnOn and turnOff commands. But setting the value for the lightlevel (to zero) has the same effect: 

 
example: 
 
lightlevel=0
hc.call(light[i], "setValue", lightlevel)
 
has the same effect as:   
 
hc.call(light[i],"turnOff");
 
 
If i use the light level 0 to turnoff the lamp is has the same effect as turnOff.
And off course, setting the level tot 100 has the same effect as turnOn.
 
My Question is: is it really the same for the lamp ? Or is the lamp still on if i set the level to 0?  
Has it effect on the status of the lamp? (zwave-wise?)
 
thks!
 
 
 
 

5 answers to this question

Recommended Posts

  • 0
Posted

Remark here. Not 100 but 99

Plus in hc2 Turing on command just restore precision state of dimmer idk how about hc3

  • 0
  • Inquirer
  • Posted
    4 hours ago, 10der said:

    Remark here. Not 100 but 99

    Plus in hc2 Turing on command just restore precision state of dimmer idk how about hc3

     

    What is precision state?

    • 0
    Posted
    1 hour ago, okidoki said:

     

    What is precision state?

    More exactly: precise state: in HC2 (and also HC3) when you use the "Turn Off" command at a moment that the lamp is dimmed 50 %, it will be dimmed 50 % again when you use the command "Turn On" the next time. That is sometimes what you want; sometimes it is not.

    In the last case you need to use the level settings, then you can switch a light on at any level you want, not necessarily the last used level.

     

    • 0
    Posted
    1 hour ago, okidoki said:

    What is precision state?

    sorry Ipad autocorrection

     

    previous state

    • 0
  • Inquirer
  • Posted
    22 hours ago, 10der said:

    sorry Ipad autocorrection

     

    previous state

    ah, 

    yes, thats the same for HC3.

     

     

     

     

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