Navigation

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

    Topics created by pbcstudios

    • pbcstudios

      Replace broken board with same Id as old
      Vera • • pbcstudios  

      6
      0
      Votes
      6
      Posts
      1685
      Views

      boozz

      Hi pbcstudios, I'm still on 1.5 too. I use the following (works fine with me): #define R_NODE_NR 9 // defines node nr #define R_ROUTE_TO 4 // defines to which repeater data will be send void setup() { gw.begin(NULL,R_NODE_NR,true,R_ROUTE_TO); //send data to repeater R_ROUTE_TO } Good luck with it BR, Boozz
    • pbcstudios

      Node w/o radio, direct to Vera & usb hub
      Vera • • pbcstudios  

      11
      0
      Votes
      11
      Posts
      2517
      Views

      pbcstudios

      @hek Ahhh! Got it. Thank you. But can I use the original Gateway sketch with attached radio from the Master branch? My Serial gateway with a radio died this morning, which is why I started down this path. I figure if I have to start my Gateway from scratch I might as well try connecting my relays directly. Or do I have to re-install that library?
    • pbcstudios

      Presence detection
      Hardware • • pbcstudios  

      17
      1
      Votes
      17
      Posts
      14092
      Views

      FreakOfNature

      I think what ericvdb said with the IR sensors is probably close to the best solution. If you figure out a way to count people at each doorway you could do a sudo presence detection. So, if you count people as they enter, and at each threshold remove a person from the room they are leaving and add to the one they are going to you should have something that is rather accurate. This could have issues if you carry someone from one room to another, but you could add pir to rooms to correct exceptions. Something along the lines of, you carry someone into the living room, it counts one person there, you go to kitchen, it reduces to 0 and turns off lights, but you have an exception that if there is motion and zero people it changes to one person in the room. Would just have to be sure your hvac does not set of the pir.
    • pbcstudios

      PLTS on a Nano?
      Vera • plts • • pbcstudios  

      2
      0
      Votes
      2
      Posts
      1191
      Views

      hek

      @pbcstudios said: Am I wasting my time? I haven't found any posts with similar ideas and wonder if I'm missing something. Absolutely not. Always good to offload the controller when possible.