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
V

virgus1970

@virgus1970
About
Posts
14
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Freedomotic
    V virgus1970

    Ok. I'm going to start next week & will keep You up to date

    Freedomotic automation serialgateway controller

  • Freedomotic
    V virgus1970

    Hi, Freedomotic!
    I'm too interesting in testing hardware (sensors & rellays) with MySensor Plugin on Pi B+. Do You need one more tester?

    Freedomotic automation serialgateway controller

  • EasyIoT server - Mysensors Raspberry Pi controller
    V virgus1970

    Why IOT-server does not supported now by MySensor.org?
    It was deleted from the list of controllers.

    Controllers automation raspberry controller

  • [contest] My 4-in1 LED-dimmer/motion/temp-hum sensor
    V virgus1970

    To C4Vette
    How did You manage to display the data of last trip?

    My Project contest

  • Motion & Relay Sensor issue
    V virgus1970

    The further observation shows that "this" comes more probably from Vera (from plugin IMHO). Then I connect GW to serial monitor nothing similar happens.
    May be reading logs of Vera can help? But I don't know where I can find them...

    Troubleshooting interrupt sleep issue multisensor motion sensor relay

  • Reusing arduinos?
    V virgus1970

    As for me clearing the EEPROM of the board & restart of Vera (shutting off the power for couple of minutes) helped. Vera included early ignored board with the id1 (my first node was deleted from Vera about month ago).
    Thanks to hek for advise.

    Troubleshooting

  • Motion & Relay Sensor issue
    V virgus1970

    I solved this problem by adding following code:

      // Read digital motion value
      tripped = digitalRead(DIGITAL_INPUT_SENSOR); 
        if(lastTripped != tripped) 
        { 
          if(lastTripped == 0)
          {
            Serial.print("Motion detected. Sensor value=");
            lastTripped = 1;
          }
          else
          {
            Serial.print("Sensor value=");
            lastTripped = 0;
          }  
          Serial.println(tripped);
          // Send tripped value to gw 
          gw.send(msg.set(tripped?"1":"0"));  
         }
    

    But now I have anorther problem.
    I test now two boards (Node1 & Node2). Node1 is Relay & Motion. Node2 is Relay with button. Everything is OK after start of Node1. But after motion sensor is trigged Vera begin to transmit to Node1 Asking Message constantly without any action from me. Like that:
    Скриншот 2015-03-29 20.39.17.png
    It stops only after couple of times pushing the button of Node2.
    Any ideas of solution?
    P.S. It doesn't interrupt work of both relays (Node1 & Node2) & reports of Motion sensor.

    Troubleshooting interrupt sleep issue multisensor motion sensor relay

  • Reusing arduinos?
    V virgus1970

    As I've mentioned already, the hardware was the same, and NRF-module has a capacitor. The power for board is enough (about 1A). And this Arduino board was identified without any problem at first.
    Does any way exist to set node ID manually in this case?

    Troubleshooting

  • Install your own controller on cheap android tvbox
    V virgus1970

    Does A20 TV Box with DomoTiga on board work with MySensors sensors?
    I read this page, but didn't receive clear answer

    Controllers

  • Reusing arduinos?
    V virgus1970

    It looks like this
    Скриншот 2015-03-01 19.40.10.png

    Troubleshooting

  • Reusing arduinos?
    V virgus1970

    I have the same problem. After clearing EEPROM & deleting the node from Vera the same board doesn't want to be identified by GateWay Plugin. The communication is OK, cause hardware is the same & distance is minimum (all boards are on one table).
    I didn't try the above mentioned ways (restarting Vera, clearing EEPROM of GateWay board), but it seems it doesn't help :cry:
    Does any solution exist?

    Troubleshooting

  • Removing Gateway and Nodes from Vera
    V virgus1970

    Thanks. But as for me sometimes for some reason it doesn't work (however sometimes everything OK). Then I clear EEPROM of Arduino board (sensor) I have the same problem

    Vera

  • Motion & Relay Sensor issue
    V virgus1970

    To kunall
    Have You solved this problem?

    Troubleshooting interrupt sleep issue multisensor motion sensor relay

  • Removing Gateway and Nodes from Vera
    V virgus1970

    Continuing the theme. In order to use the same node this other sensors (to make some tests, especially with mergering several sensors on one board) I had to delete sensors from Vera, without deleting the node. Is it?

    Vera
  • Login

  • Don't have an account? Register

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