Scene Missing

Strange, I have had a scene disappear that has been running fine for months, at first I thought I might have deleted it by accident so I went to recreate it, but it said there was already a scene with that name but it doesn’t appear in the scenes list
any idea how I can either bring it back or delete it

thanks
Nobber

I’d retrieve the userdata (http://your_Vera_IP_address:3480/data_request?id=user_data&output_format=xml) and look at what shows up under scenes. See if the scene is there and what might be wrong or missing from its parameters. Then you can act on the scene using requests shown here: http://wiki.micasaverde.com/index.php/Luup_Requests#scene
YOu could retrieve the JSON data for the scene, make sure it’s correct, delete the scene and then recreate it using the JSON data you retrieved. This assumes the requests work as stated in the Wiki.

1 Like