Hi, I hope someone is still following this thread as it has been a long time.
I found this in my logs:
02 12/12/13 22:00:33.103 e[33;1mZW_Send_Data node 3 NO ROUTE (nil)e[0m <0x2c35d680>
So I wanted to find which device was causing it thinking that may have something to do with misterious Vera Restarts, so I found this in http://my_vera_ip:3480/data_request?id=user_data&output_format=xml
<device id="2" device_type="urn:schemas-micasaverde-com:device:SceneController:1" room="0" id_parent="1" embedded="0" disabled="0" device_file="D_SceneController1.xml" impl_file="" manufacturer="" model="" altid="1" ip="" mac="" time_created="1382723010" category_num="14" subcategory_num="0" local_udn="uuid:4d494342-5342-5645-0040-000002161a6c" name="_Scene Controller" invisible="1">
As I only have one scene controller, and does not have child devices, and this is not the device, I decide to try and delete it. First I unhide it using:
luup.attr_set("invisible","", 2)
It worked and show the device in the GUI, then I was able to delete it.
I restart the engine and UI and the device disappeared successfully, but in a couple of seconds, Lup engine restarted by itself and readd the device, again in hidden mode, now I have:
<device id="64" device_type="urn:schemas-micasaverde-com:device:SceneController:1" room="0" id_parent="1" embedded="0" disabled="0" device_file="D_SceneController1.xml" impl_file="" manufacturer="" model="" altid="1" ip="" mac="" time_created="1386915225" category_num="14" subcategory_num="0" local_udn="uuid:4d494342-5342-5645-0040-000002161a6c" name="_Scene Controller" invisible="1">
It only changed its id and time_created (of course). But why is it there? And why, if it is needed and Vera recreates it, has communication problems? Is it a real device? a Child device?? Hope someone can give me a clue.