Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. DrJeff
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by DrJeff

    • DrJeff

      Temps rounded to whole numbers?
      Troubleshooting • • DrJeff  

      3
      0
      Votes
      3
      Posts
      2194
      Views

      DrJeff

      @Yveaux said: float temperature = round(gw.getConfig().isMetric ? sensors.getTempCByIndex(i) : sensors.getTempFByIndex(i))); I will try this Thanks for the help.
    • DrJeff

      Reading Temps needs to be delayed without delay w/ Motion
      My Project • • DrJeff  

      1
      0
      Votes
      1
      Posts
      747
      Views

      No one has replied

    • DrJeff

      Motion Sensor Pin 3 Only?
      Troubleshooting • • DrJeff  

      2
      0
      Votes
      2
      Posts
      1058
      Views

      mvader

      @DrJeff http://playground.arduino.cc/Code/Interrupts should help you out..
    • DrJeff

      Multi Motion Detectors
      Development • • DrJeff  

      10
      0
      Votes
      10
      Posts
      4462
      Views

      Dirk_H

      @drock1985 Hi good to hear that you found it out. I just made a third channel and in the message handler i react on both dimmer channels if a message with the third sensor is incoming (in my case sensor 0 for both channels; 1/2 for sepearte channels) However maybe its better to do the coupling of the channels in your home-automation.. I did it this way because maybe I want to build a remote and it should have the possiblity to set both channels with one mysensors message. regards DirkH
    • DrJeff

      Button Actuated relay with Motion
      My Project • • DrJeff  

      2
      0
      Votes
      2
      Posts
      1610
      Views

      TheoL

      Maybe this will help you a bit http://forum.mysensors.org/topic/2106/reinventing-the-motion-controlled-outside-lamp
    • DrJeff

      Pool Pressure Sensor
      My Project • • DrJeff  

      6
      1
      Votes
      6
      Posts
      5846
      Views

      BulldogLowell

      @Dwalt said: Depending on your controller and what you plan on doing with this data, I would send the data to your controller as a simple number using V_LIGHT_LEVEL or V_VAR1 and not mess with atmospheric pressure with V_PRESSURE. or just use the temperature device... you can attach logic a lot easier with controller-friendly device types. Vera knows temperature, for example.
    • DrJeff

      Serial Monitor of the gateway shows change but no change on the vera
      Troubleshooting • • DrJeff  

      3
      0
      Votes
      3
      Posts
      1193
      Views

      hek

      Did you have some other sensor with the same id on the vera side (which you deleted)? Once in a while I've seen that Vera just hides deleted devices until rebooted.
    • DrJeff

      Update the Vera Plugin??
      Vera • • DrJeff  

      4
      0
      Votes
      4
      Posts
      1830
      Views

      DrJeff

      Ok Solved my gateway is an Ethernet gateway and for debugging I was using USB to power the radio was too underpowered to function properly. Now Inclusion is working!
    • DrJeff

      Relay with actuator standalone functionality with no Gateway
      Development • • DrJeff  

      3
      0
      Votes
      3
      Posts
      2168
      Views

      DrJeff

      @BulldogLowell Thanks I will give it a try!
    • DrJeff

      Trying to do a 3 dimmer Led controller with motion
      My Project • • DrJeff  

      6
      0
      Votes
      6
      Posts
      3198
      Views

      rvendrame

      @DrJeff , I plan to document everything and post at the forum later, probably once I incorporate the IR emitter in my project. I forgot to mention the zero-cross detection (on pin2), you will need it if you dimm regular AC bulbs (doesn't matter how many dimmer channels you have, only one zero-cross is enough). The picture above show the zero-cross on top and one dimmer channel on bottom.
    • DrJeff

      Newb trying to build a 3 unit dimmer with control
      Hardware • • DrJeff  

      1
      0
      Votes
      1
      Posts
      876
      Views

      No one has replied