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.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Write advanced flows
techniman
Member
So i've been trying to move some of my Domoticz functionality to Homey but this requires me to write some more advanced flows,
while the drag-and-drop work well for short flows it does not for the ones with lengthy actions,
the text field where you drop the tags does not scroll properly.. as a workaround i'd like to write the tag manually in the text field, does anyone know if this is possible?
For example I've tried;
$Temperatuur
$#Temperatuur
#$Temperatuur
[$Temperatuur]
[#$Temperatuur]
[#Temperatuur]
#[Temperatuur]
No luck yet :-/
while the drag-and-drop work well for short flows it does not for the ones with lengthy actions,
the text field where you drop the tags does not scroll properly.. as a workaround i'd like to write the tag manually in the text field, does anyone know if this is possible?
For example I've tried;
$Temperatuur
$#Temperatuur
#$Temperatuur
[$Temperatuur]
[#$Temperatuur]
[#Temperatuur]
#[Temperatuur]
No luck yet :-/
Comments
Position your cursor in the text box at the position you like to include the token
Go to the token list and draw the token from the list to the text box, it should include the token at the position you left the cursor at
In this way, I also build below mathJS calculation:
Full calculation:
back
bvdbos said: Also not working
( $LIFX1_time_night_min_int$ < $sunset_time$ ? $LIFX1_time_night_min_int$ : 0 )
which is an IF statement.
Thus: $temperature$
this does not account for all the states of devices etc, only the logic variables (so no, not even possible with the better logic)