hello,
Im struggling with a timer and time remaining. I’ve setup a timer to manual configure the irrigation duration. Beside the timer is working well the issue is optical.
After starting the irrigation the timer is not counting down. (In lovelace its working well)
Part of the js file
list: [{
title: 'Zone 1 gelopen op',
icon: 'mdi-flower-tulip',
value: '&switch.sproeier_1.last_changed'
},
{
title: 'Zone 2 gelopen op',
icon: 'mdi-flower-tulip',
value: '&switch.sproeier_3.last_changed'
},
{
title: 'Zone 3 gelopen op',
icon: 'mdi-flower-tulip',
value: '&switch.sproeier_6.last_changed'
},
{
title: 'Timer',
icon: 'mdi-timer',
value: '&timer.irrigation.attributes.remaining'
}
]// end items list
It looks like value: '&timer.irrigation.attributes.remaining'
is not updating.
Screen of the page: