Navigation

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

    lundebc

    @lundebc

    0
    Reputation
    3
    Posts
    372
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    lundebc Follow

    Best posts made by lundebc

    This user hasn't posted anything yet.

    Latest posts made by lundebc

    • RE: Arduino Pro Mini adapter card and nice box from "biltema"

      I am wondering if you have done improvements and published this schematic or eagle files? These are exactly as I have been thinking about to make the package better than simply using jumper wires to build my desired sensors. If you published them to OshPark or similar I would definitely buy several.

      Regards,

      Bruce

      posted in My Project
      lundebc
      lundebc
    • RE: [Tutorial] openHAB with serial gateway

      Ah, I finally see it, it was staring me in the face in the rules section. You identify via the msgType then assign in the rule. Doh!

      posted in OpenHAB
      lundebc
      lundebc
    • RE: [Tutorial] openHAB with serial gateway

      I have a real noob question, and I am way better with the electronics that I am the software. I can see my motion detector show up in my gateway, and in the events.log, so I know that I am getting to the Raspberry Pi I deployed opneHAB on.

      Here's some detail:
      So I have build the MySensors.org motion detector (and a separate temp/humidity sensor), loaded up the NRF24l01+ and PIR.
      I created a gateway out of a nano with NRF24l01+.
      I followed the tutorial on how to do the serial bindings.
      I see in the terminal window runtime.busevents that the motion detector is detecting movement, and later changing back to 0, along with the other sensor I have, which is the DHT11 for temp and humidity.

      2016-01-10 18:48:12 - Arduino state updated to 0;0;3;0;9;read: 4-4-0 s=1,c=1,t=0,pt=7,l=5:21.0
      4;1;1;0;0;21.0
      2016-01-10 18:48:12 - livingTemp01 state updated to 21.0
      2016-01-10 18:49:32 - Arduino state updated to 0;0;3;0;9;read: 10-10-0 s=1,c=1,t=16,pt=0,l=1:1
      10;1;1;0;16;1
      2016-01-10 18:49:35 - Arduino state updated to 0;0;3;0;9;read: 10-10-0 s=1,c=1,t=16,pt=0,l=1:0
      10;1;1;0;16;0

      My confusion is how this software all works to get just the information from the gateway to the screen.
      I know you have to declare an item in the demo.items file, and that item needs to be in the sitemap to display. but I do not understand how you get the status from the gateway? Can someone point me to some simple examples that include the mysensor.org PIR sensor? How does the item declaration get the knowledge of the change that the gateway is receiving from the sensor? I have read through several documents and tutorials, but I am missing this bit of information.

      posted in OpenHAB
      lundebc
      lundebc