Day of week scene timers on openluup

If I set up a scenec using altui on vera the scene overview show the time its next going to run - and it does ok. If I set up the same scene in openLuup for multiple days it doesnt work :-[ and the scene ‘device’ doesnt show the time - see attached

Vera created Json

[{"id":1,"enabled":1,"name":"new timer","type":2,"days_of_week":"1,2,3,4,5,6,7","time":"22:00:00","next_run":1480975200}]

openluup created json

[{"days_of_week":"1,2,3,4,5,6,7","enabled":1,"id":1,"name":"ntimer","time":"22:59:00","type":2}]

it looks like the scenes work if limited to one day but as soon as I add more days they just dont fire. After editting the scene the log file shows this

2016-12-05 20:58:53.217 openLuup.server:: GET /data_request?id=scene&action=create&json=%7B%22timers%22%3A%5B%7B%22days_of_week%22%3A%221%2C2%22%2C%22enabled%22%3A1%2C%22id%22%3A1%2C%22name%22%3A%22ntimer%22%2C%22time%22%3A%2222%3A59%3A00%22%2C%22type%22%3A2%7D%5D%2C%22triggers%22%3A%5B%5D%2C%22groups%22%3A%5B%7B%22actions%22%3A%5B%7B%22action%22%3A%22ToggleState%22%2C%22arguments%22%3A%5B%5D%2C%22device%22%3A%2210064%22%2C%22service%22%3A%22urn%3Amicasaverde-com%3AserviceId%3AHaDevice1%22%7D%5D%2C%22delay%22%3A0%7D%5D%2C%22Timestamp%22%3A1480971220%2C%22favorite%22%3Afalse%2C%22id%22%3A21%2C%22lua%22%3A%22%22%2C%22modeStatus%22%3A%220%22%2C%22name%22%3A%22New2%22%2C%22paused%22%3A0%2C%22room%22%3A2%7D HTTP/1.1 tcp{client}: 0x271b6e0 2016-12-05 20:58:53.222 openLuup.server:: request completed (2 bytes, 1 chunks, 4 ms) tcp{client}: 0x271b6e0

any idea whats going on ?

Thanks

This was a problem on earlier versions. I suggest you update to the latest development version by typing development into the Update box on the Plugins page next to openLuup and then clicking on the Update button.

Thank - you that worked fine - I spent ages testing this because I only seem to post about issues - really appreciate the work you have done/do on this

…well, that’s what makes things better.

I’m sorry you spent time on a solved issue. This one has been around for a while and was sorted only recently.

Always worth checking the openLuup Versions thread here: http://forum.micasaverde.com/index.php/topic,34526.msg300249.html#msg300249 for changes to the development branch (or master.) For trying out new fixes there is also a testing branch, but I tend not to document the changes there until they make it into development (which is really a sort of Beta test.)

[quote=“akbooer, post:4, topic:194624”]…well, that’s what makes things better.

I’m sorry you spent time on a solved issue.[/quote]

Dont be - trying things is the way I learn about it - until I break it :o

Yes started to keep an eye on lots of posts here problem is I dont always recognise the implication of the words in this case I guess you mean this bit

scenes - day-of-week and day-of-month timing error fixed, and status updates

which is pretty straightforward but at the time I read it I was working on something else - just started clearing scenes off of the Veraedge