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

-
Reusing arduinos?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? -
Removing Gateway and Nodes from VeraThanks. 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
-
Motion & Relay Sensor issueTo kunall
Have You solved this problem? -
Removing Gateway and Nodes from VeraContinuing 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?