Repeater Node not working, pls help debug...
-
Hi,
unfortunately I can´t get my first repeater node to work. Actually it worked a few times, now I only get these messages and it is not communicating correctly with my GW:
This is my repeater node code:
// Repeater Node1, Repeater Nodes starten bei ID 50 //#define MY_DEBUG #define MY_RADIO_NRF24 //MySensor Library auf NRF24 Funkmodul einstellen, muss vor MySensor.h Initialisierung geschehen // Define Node ID #define MY_NODE_ID 50 #define MY_PARENT_NODE_ID 0 #define MY_PARENT_NODE_IS_STATIC #define MY_REPEATER_FEATURE #include <MySensors.h> #include <SPI.h> #include "Timer.h" //Variables Timer t; //Messages //Presentation; present sensors to gateway! void presentation(){ // Send the sketch version information to the gateway and Controller sendSketchInfo("Repeater Node 1", "1.0"); wait(500); } //Setup void setup() { Serial.begin(9600); sendImAlive(); t.every(60000, sendImAlive); } //Starte den Loop void loop() { Serial.println("Sending Update..."); t.update(); Serial.println("...Done!"); } void sendImAlive() { sendHeartbeat(); }
I hope you can help me! Thanks in advance!!!
-
NACK usually it is a range issue if the radio module is working correctly. Try putting repeater node closer to the gateway
1 out of 2
Suggested Topics
-
Day 1 - Status report
Announcements • 23 Mar 2014, 22:45 • hek 24 Mar 2014, 20:12 -
Can not compile MySensors on esp8266
Troubleshooting • 24 Aug 2024, 15:35 • TheoL 29 Aug 2024, 20:47 -
Compiling Sensor code using BME280 and ESP8266
Troubleshooting • 26 Feb 2025, 00:32 • dpcons 26 Feb 2025, 06:22 -
JSN SR04T - Temperature Influencing Readings
Troubleshooting • 6 Sept 2019, 07:51 • Timbergetter 20 days ago -
Ghost Child
Troubleshooting • 15 Mar 2025, 07:44 • FcNanoLed 30 days ago -
DHT22 wrong sensor type in Home Assistant
Troubleshooting • 7 days ago • Commodoreuno 2 days ago