Hi Hari,
I have a working home made software to controll some appliance with z-Wave, If you need I share all my sources (VB 2008 express).
I m trying to fill as much as I can on the
http://wiki.linuxmce.org/index.php/ZWave_API#RZP15_Vizia_Leviton_Appliance_Module_switch but I ran into a problem with a HSM100 that is not always able to route trough the z-troller (it does works sometimes) So I was hoping maybe you could hand me some help with the routing part. I would like to be able to force the route to the z-troller with the path I choose since the auto routing seems not very reliable with z-wave... I found in your code
#define TRANSMIT_OPTION_AUTO_ROUTE 0x04
#define TRANSMIT_OPTION_FORCE_ROUTE 0x08
So I suppose I ll have to send a command like that 01 0X 08 15 UU
but how should I define the route to the next unit who is unit 13 (vizia switch) and then the ztroller in that case? Do you have any ideas? Would you share some binary tought?