AdyRock / com.somfy.tahoma

Somfy TaHoma app for Homey
GNU General Public License v3.0
7 stars 3 forks source link

Hi, #145

Open FPPMvB opened 1 year ago

FPPMvB commented 1 year ago

In general I love the app and its funcionality. Most of the time everything is running as it should. But it can happen that either Homey, or the Tahoma box is creating me to get logged out which results in flows no longer working🥹

I would like to create a flow in which it is possible to look at the lightsensor and if it hasn't changed for x-time get a warning (create a flow to send the warning) "If lux from sensor X hasn't changed for X hrs, than push message"

Would such a flow be possible?

AdyRock commented 1 year ago

You could do it with the assistance of one of the timer apps.

  1. Create a flow that triggers when the lux value changes and start / restart a timer.
  2. Create a flow that triggers when the timer expires, which will be when the lux hasn't updated for the timer period.

I am also trying to figure out why the app is logged out.

FPPMvB commented 1 year ago

Great suggestion, I have created a glow, let's see if it works👍🏻