How to test gateway?
-
Hi All,
I'm new to mysensors and picked it up to use it with Pimatic on a RasPi.
I've built a serial gateway and loaded the default sketch.
Now I would like to check if the gateway is ok (I do not have sensors yet).
Is there a simple way to check the gateway without sensors?I looked at the Arduino serial monitor and see this:
0;0;3;0;9;gateway started, id=0, parent=0, distance=0 0;0;3;0;14;Gateway startup complete.
Gateway seems to start alright.
-
I don't think there is a way to test it if you don't have sensors.
Something needs to send data to it otherwise it will not do anything