This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.

Daily message

I want make a flow that sends me a push message when the temperature in a room is below a certain value. But I want only one message a day. How can I accomplish the last thing?

Comments

  • fiek said:
    I want make a flow that sends me a push message when the temperature in a room is below a certain value. But I want only one message a day. How can I accomplish the last thing?
    Use a better logic variable which you set to true once you send the message and set that variable to false again at midnight. In your flow for setting the temp you can use a condition to check if the variable is false an action to set it to true once it runs.
  • Phuturist said:
    fiek said:
    I want make a flow that sends me a push message when the temperature in a room is below a certain value. But I want only one message a day. How can I accomplish the last thing?
    Use a better logic variable which you set to true once you send the message and set that variable to false again at midnight. In your flow for setting the temp you can use a condition to check if the variable is false an action to set it to true once it runs.
    Of course..thank you
Sign In or Register to comment.