Hi,
I am new to mysensors and mycontroller, and have now spend several evenings on getting it all running
Do anyone have a good guide to debug my setup, step by step, so that I can get an idea of why my setup wont work.
My setup:
a) I have installed mycontroller (1.0.0.Final) and have the server/interface running on my Rpi (Jessie).
b) Have a serial gateway programed ( Arduino Uno + nRF24l01+) and attached to the Rpi.
c) A Node (Arduino pro Mini + NRF24L01+ + DHT22) programmed
Issue 1) I am missing some indication of how the system is performing.
The mycontoller says it has connected to the Gateway.... but how often is this connection chekced? If I unplug the gateway, the Mycontroller still says OK connection....
Issue 2) My Node seems to work OK, in the debug log (serial conn. to Arduino) I can see that the Node finds the gateway... but it do not get an ID from Mycontroller....
How do I get debug log from the Serial Gateway controller.. (I know I have to enable debug in mysensors code, but how to monitor this data?)
Thanks,
Monics.