Problem with adding new sensor
-
Restarting Vera and refreshing your browser would probably give the same result as deleting the device..
-
I've tried restarting the vera, my USB gateway and the sensor without luck. In fact if i don't manually delete the "Node 1" sensor my other sensors stop working.
Just curious why this is happening. Other than this bug i can't believe how easy everything was to setup !
-
I've tried restarting the vera, my USB gateway and the sensor without luck. In fact if i don't manually delete the "Node 1" sensor my other sensors stop working.
Just curious why this is happening. Other than this bug i can't believe how easy everything was to setup !
try to flash the EEPROM
sometimes you need to reset the radio ID, in my experience
/* * * This sketch clears radioId, relayId and routing info in EEPROM * */ #include <SPI.h> #include <EEPROM.h> void setup() { for (int i=0;i<512;i++) { EEPROM.write(i, 0xff); } } void loop() { // Nothing to do here... } -
try to flash the EEPROM
sometimes you need to reset the radio ID, in my experience
/* * * This sketch clears radioId, relayId and routing info in EEPROM * */ #include <SPI.h> #include <EEPROM.h> void setup() { for (int i=0;i<512;i++) { EEPROM.write(i, 0xff); } } void loop() { // Nothing to do here... }Thanks i will try this over the weekend.
I actually found a post from Hek on http://forum.micasaverde.com/index.php/topic,16170.msg158102.html#msg158102
Which says "The -node (or -relay) device is automatically created for every Arduino in your sensor network. "
So its interesting that i'm deleting this yet everything is still working :)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login

