Luup engine is taking longer to reload

Help!
I just tried to create a scene to run every 5 minutes to correct for a humidity sensor. Now my Vera3 (UI5) will not start up. I get “Luup engine is taking longer to reload”. How do I get into to delete the scene? I was able to get into the vera using winscp( I found some info on the forum about how to get it) Can I use this to delete the scene?

Is LUUP sufficiently ‘up’ to try using the HTTP request to delete the scene here [url=http://wiki.micasaverde.com/index.php/Luup_Requests#scene]http://wiki.micasaverde.com/index.php/Luup_Requests#scene[/url]?

akbooer
I was trying to use your code that you posted awhile back for the ST814 Temp/humidity sensor. I tried following the information on the link you provided, but I am not the greatest with this stuff. What do I need to do to get into and try to delete the scene?

Sorry, I’m not sure which code you’re referring to.

I tried following the information on the link you provided, but I am not the greatest with this stuff. What do I need to do to get into and try to delete the scene?
Depends on the number of the scene you are trying to delete, but something like...
http://<YourVeraIP>:3480/data_request?id=scene&action=delete&scene=5

Hope the link works.

http://forum.micasaverde.com/index.php/topic,15733.0.html

http://<YourVeraIP>:3480/data_request?id=scene&action=delete&scene=5

[/quote]

I get an error… cannot connect to the server when trying the code provided.(I did put my Vera IP in)

OK, well then Luup is probably not up long enough to accept and act on this command.

I did a reset and loaded a good backup.
Thank you for the suggestions.