Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Development
  3. NodeManager
  4. Need help with NODEMANAGER_CONDITIONAL_REPORT

Need help with NODEMANAGER_CONDITIONAL_REPORT

Scheduled Pinned Locked Moved NodeManager
3 Posts 2 Posters 629 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cdr
    wrote on last edited by
    #1

    Hi all,

    Is there anyone that can post an example on how to use the conditional report function in Nodemanager (1.8)?

    I want to create a sht21 temperature sensor that reports only when the temperature is changed by 1.5 degrees.

    Any help welcome

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MHofer
      wrote on last edited by MHofer
      #2
      
      //Switch
        door.children.get(1)->setDescription("Heizung");
      
      //Lichtsensor
        ldr.children.get(1)->setValueDelta(1.1);
        ldr.children.get(1)->setUpdateLastValue(UPDATE_ON_SEND);
      
      //Temp Hum
        dht22.children.get(1)->setValueDelta(0.2); //temp
        dht22.children.get(1)->setUpdateLastValue(UPDATE_ON_SEND);
      
        dht22.children.get(2)->setValueDelta(0.5); //hum
        dht22.children.get(2)->setUpdateLastValue(UPDATE_ON_SEND);
      

      the lightsensor only reports when the value changed by 1.1

      To recognize this, the current value compared to the last reported value = UPDATE_ON_SEND

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cdr
        wrote on last edited by
        #3

        Great thanks a lot!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        13

        Online

        11.7k

        Users

        11.2k

        Topics

        113.0k

        Posts


        Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • MySensors
        • OpenHardware.io
        • Categories
        • Recent
        • Tags
        • Popular