Hello,
I'm new in MySenros world, I've already installed Jeedom on a Rasberry and now I would like to start building some sensors. I've used an arduino nano as serial gateway through USB with RFM69 communication. (Ive uploaded in the Arduino the Exemple Code for Serial Gateway proposed in MySensors library and only did as modification to uncomment the RFM69 include and commented NRF24.).
On Sensor side I've used an other Arduino Nano with RFM69 and a simple relay. (I followed MySensors tutorial to solder the relay and connected RFM69 the same way as on the gateway).
Jeedom does recognize the Gateway (all is green on Plugin details).
When entering in Listen mode from MySensors menu in Jeedom, and then powering up the sensors, I do not get any message in Jeedom webpage.
Here are Debug logs from Gateway:
0;255;3;0;9;5 TSM:INIT
0;255;3;0;9;7 TSF:WUR:MS=0
0;255;3;0;9;10 TSM:INIT:TSP OK
0;255;3;0;9;13 TSM:INIT:GW MODE
0;255;3;0;9;16 TSM:READY:ID=0,PAR=0,DIS=0
0;255;3;0;9;19 MCO:REG:NOT NEEDED
0;255;3;0;14;Gateway startup complete.
0;255;0;0;18;2.3.1
0;255;3;0;9;24 MCO:BGN:STP
0;255;3;0;9;30 MCO:BGN:INIT OK,TSP=1
0;255;3;0;9;33 TSM:READY:NWD REQ
0;255;3;0;9;1254 TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=20,pt=0,l=0,sg=0,ft=0,st=OK:
and here is the Sensors:
| / |_ / | ___ _ __ ___ ___ _ __ ___
| |/| | | | _ \ / _ \ _ \/ __|/ _ \|
_/ __|
| | | | || || | / | | _ \ _ | | _
|| ||_, |/ ___|| ||/_/|| |/
|__/ 2.3.1
16 MCO:BGN:INIT REPEATER,CP=RRNRA---,REL=255,VER=2.3.1
26 MCO:BGN:BFR
28 TSM:INIT
29 TSF:WUR:MS=0
31 TSM:INIT:TSP OK
33 TSM:FPAR
1269 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
3276 !TSM:FPAR:NO REPLY
3278 TSM:FPAR
4497 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
4664 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
4669 TSF:MSG:FPAR OK,ID=0,D=1
6504 TSM:FPAR:OK
6505 TSM:ID
6506 TSM:ID:REQ
6514 TSF:MSG:SEND,255-255-0-0,s=106,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
8521 TSM:ID
8522 TSM:ID:REQ
8529 TSF:MSG:SEND,255-255-0-0,s=74,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
10539 TSM:ID
10540 TSM:ID:REQ
10548 TSF:MSG:SEND,255-255-0-0,s=44,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
12555 TSM:ID
12556 TSM:ID:REQ
12563 TSF:MSG:SEND,255-255-0-0,s=12,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
14570 !TSM:ID:FAIL
14571 TSM:FAIL:CNT=1
14573 TSM:FAIL:DIS
14575 TSF:TDI:TSL
It seems to me that Sensor is exchanging some information with the gateway but is not able to receive the ID to use?
Can somebody help and explain a little how this would work? (it seems strange for me for example in the Gateway code uploaded in the Arduino to have the 3 functions remaining empty Setup/Presentation/Loop?)
Thanks a lot in advance!