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.
Closed
Interactive flow-editor
This discussion has been closed.
Comments
Would it be possible to activate things on set times, without any manual input? So having an option in the left column to state "if time > 18:00" or "if time > sunset"?
Would be usefull to close curtains and turn on lamps etc.
I kind of assume it's possible, but haven't read/seen any proof yet.
Half my IFTTT-recipes are based on those times right now, and I was planning on migrating everything to Homey ofcourse!
I'm probably not the only one too :-)
On topic: Could you give me a few examples of using sunrise/sunset for domotica? I'm very curious and willing to learn!
Examples?
For now it's limited to lighting, since I'm waiting for my Homey to start buying extra hardware.
Here are some recipes I use with IFTTT now:
- My indoor decorative lights turn on at sunset.
- My terrrace lights turn on at sunset and back off at sunrise.
- My gardenlight turns on at 6.30am and off at sunrise so my dog isn't sitting in the dark while we're off working.
Later I would at least like to use it to open/close my blinds and/or curtains.
If I'm correct, even Homewizard does that
For a new question, is it possible to insert a timer like, "do something" when light is on for 5 minutes?
Thx for the examples, I'm trying to collect as many ideas as possible for home automation. I've got 40+ already. I espcially like the one where your do needs light to read the newspaper, heh, heh. ;-)
Sunrise / sunset would be a nice feature but not mandatory at the first release I think.
And like Emile said, build a nice case and I bet the community will write a plugin/app to do enable it.
Build a better case and maybe Homey will have it standard. :-)) Lots's of developers lurking these forums.
For a new question, is it possible to insert a timer like, "do something" when light is on for 5 minutes?
That'd be really nice! Maybe it's tackled by the feature of delaying the resulting action, Emile said it would be possible to trigger e.g. on a doorsensor, and then after 5 minutes trigger something. But that might not be the same. Emile, could you shed some light on that?
But you're right, building a case with some examples does probably work better. :-) Unfortunately, he doesn't read the newspaper, he just destroys our garden. Maybe I should just leave the light off :-P
To be honest, since in my view it is such a basic trigger (even the KAKU internet station and the Homewizard have these) I am quite amazed that it is not possible on the Homey?!? I have my curtains and lights working on this trigger so from my point of view it would be mandatory ;-) I cannot imagine it will be that hard to put it in Homey (again, since even KAKU and Homewizard have it :-))
Be aware that some later byers could have problems with the interactive flow-editor already.
For myself as an example is Linux unknown territory.
But with help from others I was able to make a PHP program for the Kaku ICS-1000 to used om my pc.
They make the send part for the commands and how to used that part.
I have try to understand that part and it is me succeeded for only 50%.
Thats why I think I can manage the programming with help all I shall not understand every thing.
So Emile, be careful with advertising how flexible Homey is in doing a lots of things without telling that you have to do many of thinks yourself.
Sunset;
- turn on frontdoor light
- (if nobody home) switch on several HUE lamps
- (if nobody home) close backyard sunscreen
- (if nobody home) randomly turn on some light through the house
- (if nobody home) turn on light in backyard
- (if motion in room) turn light on
Sunrise;
- turn of frontdoor light
- (lights in house on and nobody home) turn lights off
- (lux > 5.000, nobody home, wind < 5ms, no rain) sunscreen open
So using sun info makes you less dependent on lux-sensors and make the system more reliable and less expensive.
The only thing you need; Coords (location of the system)
And now a days with geo options(set location on a Gmap) in modern browsers, thats not an problem anymore.
It makes scenes which turning lights less predictable and more human.
Looks good but how do you put it in Homey.
What and where do you have to change something to use some time before/after sun rise/set.
If (sunset) then switchLight.randomDelayMinutes(2,4).On(kitchen) end
If (sunset) then switchLight.randomDelayMinutes(3,7).On(frontDoor) end
when {smartPlug(WashingMachine).powerUsage} is {<=10} , sendEmail {to:MarcoF;subject:Washing Machine Ready;Message:Washing Machine is ready, please empty it!}
if powerUsage of smartplug "WashingMachine" is <= 10W then sendEmail to MarcoF@.....
Or send pushmessages to multiple smartphones.