I have a few items with the custom interval value set to a MACRO (both flexible and scheduling). They were working fine in 6.4, but after upgrading to 7 the item's status switches to 'Not supported' and it's not run anymore.
The error shown is: Invalid scheduling interval "{$INVERTER_CHECK}". A similar error is thrown if the flexible option is selected.
Now, I am 100% sure the problem is due to putting MACRO in the value field, because if I substitute the macro {$INVERTER_CHECK} with the actual value the error goes away and the item is executed normally (like it was in v.6.4, but WITH THE MACRO in the value field)
Example
Macro is definined like this:
Custom intervals
runs OK
but
throws Invalid scheduling interval "{$INVERTER_CHECK}" error
I searched the release notes but didn't find any reference to this. Maybe I am missing something in the update, otherwise it looks like a bug to me.
Thanks for your help!
The error shown is: Invalid scheduling interval "{$INVERTER_CHECK}". A similar error is thrown if the flexible option is selected.
Now, I am 100% sure the problem is due to putting MACRO in the value field, because if I substitute the macro {$INVERTER_CHECK} with the actual value the error goes away and the item is executed normally (like it was in v.6.4, but WITH THE MACRO in the value field)
Example
Macro is definined like this:
Code:
{$INVERTER_CHECK} = 1-7,05:50-21:00
Code:
Type = Flexible Interval = 60 Period = 1-7,05:50-21:00
but
Code:
Type = Flexible
Interval = 60
Period = {$INVERTER_CHECK}
I searched the release notes but didn't find any reference to this. Maybe I am missing something in the update, otherwise it looks like a bug to me.
Thanks for your help!

Comment