Page 1 of 1

double day + time trigger not working

Posted: Sunday 09 February 2020 21:55
by TheCondor
Hi, i've a very basic script which at 8.00 change the content of a string value according of the garbage calendar, and the second at 21.00 send a notification to my phone as reminder.
The first (at 8:00 on.... ) is triggered, the second totally ignored. Thre content of the script works fine, if i invert the two 'at....' all is working. Seems that only the first row is readed!

Code: Select all

	on = {
            timer = {
                        'at 8:00 on mon,tue,wed,thu,fri,sat,sun',
                        'at 21:00 on mon,tue,wed,thu,fri,sun'
                    },
        },

	execute = function(dz, item)

Re: double day + time trigger not working

Posted: Monday 10 February 2020 9:45
by waaren
TheCondor wrote: Sunday 09 February 2020 21:55 Hi, i've a very basic script which at 8.00 change the content of a string value according of the garbage calendar, and the second at 21.00 send a notification to my phone as reminder.
The first (at 8:00 on.... ) is triggered, the second totally ignored.
I cannot replicate this on domoticz V4.11671 / dzVents 2.5.7. All rows are read and processed
What is your version ?
Can you try again with different times / days and see if you find a pattern ?

Re: double day + time trigger not working  [SOLVED]

Posted: Monday 10 February 2020 9:57
by TheCondor
Hi, i'm on V 4.11337 / dzVents Version: 2.4.29
I try to update.