is there a simple command (probably of AT-style) to test an UZB stick plugged into a small embedded Linux board, without installing Z-Way or OpenZWave?
OK, I know the original Z-Wave API is closed source, but a simple ping-pong command to check basic functionality can't be a mystery...
Maybe show in one terminal the response by:
Code: Select all
> cat /dev/ttyACM0
bar
Code: Select all
> echo foo > /dev/ttyACM0
But what simple "foo" command should create what "bar" response to prove fundamental working Z-Wave controller ? (Maybe asking for the Node-ID, or the number of network nodes, or list all included nodes...)
Thanks
Achim