Problem with adding new sensor
-
Hi Everyone,
Can someone help explain why, when adding new sensors the following happens:
In this example i just added a new relay sensor (Arduino light 1:3).
If I then manually delete "Arduino Node 1" everything starts working:
Thanks,
Joseph
-
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 !
-
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
-
Manged to fix this buy re-installing all the Vera Plugins. Thanks for everyone's suggestions.
Suggested Topics
-
Day 1 - Status report
Announcements ā¢ 23 Mar 2014, 22:45 ā¢ hek 24 Mar 2014, 20:12 -
Compiling Sensor code using BME280 and ESP8266
Troubleshooting ā¢ 26 Feb 2025, 00:32 ā¢ dpcons 26 Feb 2025, 06:22 -
JSN-SR04T-V3.0 Coax cable extended
Troubleshooting ā¢ 14 days ago ā¢ bocalexandru 12 days ago -
Can not compile MySensors on esp8266
Troubleshooting ā¢ 24 Aug 2024, 15:35 ā¢ TheoL 29 Aug 2024, 20:47 -
Getting system time from the controller
Troubleshooting ā¢ 27 Feb 2025, 01:39 ā¢ dpcons 3 Mar 2025, 01:00 -
Echo request is not set
Troubleshooting ā¢ 12 Aug 2024, 15:36 ā¢ kamilb85 3 Sept 2024, 08:58