Sensor doesn't ask for nodeid
-
My sensor doesn't ask for a id from the gateway?
send: 0-0-0-0 s=255,c=0,t=17,pt=0,l=5,sg=0,st=ok:1.5.4 send: 0-0-0-0 s=255,c=3,t=6,pt=1,l=1,sg=0,st=ok:0 sensor started, id=0, parent=0, distance=0 send: 0-0-0-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=ok:1.0 send: 0-0-0-0 s=255,c=3,t=1,pt=0,l=0,sg=0,st=ok:
I cleared the eprom and have set
gw.begin();
-
@Sweebee
please upload your sketch and what hardware you are usingmaybe something is wrong in your sketch thats why it is always good to upload it
-
Already got it.
Used the normal clear eprom. and nog ClearEepromConfig. Somehow the normal one doesn't erase everything?
-
@Sweebee
I have only one ClearEpromConfig in my examples.
What is normal clear eprom?
-
This one:
-
MySensors writes 0xff(255) and the sketch you used writes 0(zero)