Navigation

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

    Topics created by Tomasz Pazio

    • Tomasz Pazio

      Need idea for turn off speakers when tv is off
      General Discussion • • Tomasz Pazio  

      7
      0
      Votes
      7
      Posts
      2175
      Views

      Tomasz Pazio

      Ok solution is now live PowerNode from GreenWave with power monitoring. I'm monitoring power consumption on DVBT reciever. When it goes up from idle, tv and speakers turn on, when goes to idle consumption it turn off all
    • Tomasz Pazio

      Humidity, temperature, motion and bunch of relays...
      Troubleshooting • • Tomasz Pazio  

      12
      0
      Votes
      12
      Posts
      5416
      Views

      petoulachi

      I found where was the problem, I'm really a newbee... The motion sensor was plugged to the 3.3VCC, not 5V, doing this strange behaviour !
    • Tomasz Pazio

      Multiple nodes or multiple sensors
      General Discussion • • Tomasz Pazio  

      3
      0
      Votes
      3
      Posts
      1556
      Views

      AWI

      I like the logical grouping of sensors in nodes. It also saves me a lot of 'hardware'. And there is the challenge of combining code, (conflicting) libraries and amount of memory. Which I actualy like. You need to use some best practices (like non blocking code) and be aware of timing issues though.
    • Tomasz Pazio

      Nano shield from Robotale
      General Discussion • • Tomasz Pazio  

      3
      0
      Votes
      3
      Posts
      2686
      Views

      gregl

      I bought 5 of these from iTead a long time back.. excellent to get going quickly and for testing.! Highly recommend these! This one has been running on my desk just as a light lux sensor for months without needing any attention. IMG_20150808_135557.jpg
    • Tomasz Pazio

      Connect mysensors node to existing alarm system.
      General Discussion • • Tomasz Pazio  

      2
      0
      Votes
      2
      Posts
      1251
      Views

      gigaguy

      I tapped into a newer alarm systems door sensors by measuring the voltage via the analog pins. My alarm still works, but I can also see open/closed via mysensors/openhab.
    • Tomasz Pazio

      multiple DS18D20 does not report temperature
      Troubleshooting • • Tomasz Pazio  

      27
      0
      Votes
      27
      Posts
      11312
      Views

      clio75

      Hi, I have the same problem. No temperature is transported to GW. This log is from Sensor: req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: sensor started, id=255, parent=0, distance=1 req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: I have added some exstra lines in serial printout so I know that ds1820 is found and read. req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: sensor started, id=255, parent=0, distance=1 req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: **Sensors found 1 **req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: temp : 23.80 But This value is not transported to GW. Any idee ? Thanx