• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Marek
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    Marek

    @Marek

    1
    Reputation
    474
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Marek Unfollow Follow

    Best posts made by Marek

    • RE: Rules introduction

      @jkandasa Thanks for the hint. I'v created following script and it works 😄

      var dimCree = mcApi.uidTag().getByUid("dimm_cree_uid");
      var dimCob = mcApi.uidTag().getByUid("dimm_cob_uid");
      ( dimCree.sensorVariable.value == 0 && dimCob.sensorVariable.value == 0 )

      Thanks for all the effort,
      Marek

      posted in Rules
      M
      Marek

    Latest posts made by Marek

    • RE: Rules introduction

      @jkandasa Thanks for the hint. I'v created following script and it works 😄

      var dimCree = mcApi.uidTag().getByUid("dimm_cree_uid");
      var dimCob = mcApi.uidTag().getByUid("dimm_cob_uid");
      ( dimCree.sensorVariable.value == 0 && dimCob.sensorVariable.value == 0 )

      Thanks for all the effort,
      Marek

      posted in Rules
      M
      Marek
    • RE: Rules introduction

      Hello,

      I would like to execute some operation when data from two sensors meet some condition.
      For example: if (sensor1 == 0 AND sensor2 == 0) then turn_off_power.

      Is there a way how to do it?

      Thank You,
      Marek

      posted in Rules
      M
      Marek