Hi
it seems simple, but what I tried does not work: trigger an action from a certain time I compare the time of the device to the time of the action (a text variable transformed into numeric in adding zero) and i use a timer to repeat each minutes
Hi
it seems simple, but what I tried does not work: trigger an action from a certain time I compare the time of the device to the time of the action (a text variable transformed into numeric in adding zero) and i use a timer to repeat each minutes
This might be the source of the issue @bibbi - can you share a screenshot of the blocks youâre using to do this?
I donât know if this is causing a problem but youâre comparing a string (â1830â) to a number. I would make the houraction variable a number or convert it by adding zero to it.
hi
thanks for your support
i think itâs what i did in the Timer1 Fires blocks
sorry i think i have forgotten something
I fixed it but it still doesnât work
Have you confirmed that your timer is firing?
Have you confirmed that the variables have the values you expect them to have?
hi
indeed
1904 becomes 194
how to keep zero?
Use the test block. If the current minute value is less than 10, join a â0â to the front of it. If not, just use the current minute block.
hi
I thought I knew everything about hours
thank you