Ok. I'm going to start next week & will keep You up to date
virgus1970
@virgus1970
Best posts made by virgus1970
Latest posts made by virgus1970
-
RE: Freedomotic
Hi, Freedomotic!
I'm too interesting in testing hardware (sensors & rellays) with MySensor Plugin on Pi B+. Do You need one more tester? -
RE: EasyIoT server - Mysensors Raspberry Pi controller
Why IOT-server does not supported now by MySensor.org?
It was deleted from the list of controllers. -
RE: [contest] My 4-in1 LED-dimmer/motion/temp-hum sensor
To C4Vette
How did You manage to display the data of last trip? -
RE: Motion & Relay Sensor issue
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... -
RE: Reusing arduinos?
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. -
RE: Motion & Relay Sensor issue
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:
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. -
RE: Reusing arduinos?
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? -
RE: Install your own controller on cheap android tvbox
Does A20 TV Box with DomoTiga on board work with MySensors sensors?
I read this page, but didn't receive clear answer