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.

aloft

About

Username
aloft
Joined
Visits
48
Last Active
Roles
Member

Comments

  • Version 0.1.0 has been submitted for approval to the app store. * Added condition card ; so you can check if a CountDown timer is or isn't running in a flow * Fixed code for compatibility with 0.8.35 ; otherwise it won't save variables.
  • First observation: - Save Z-wave settings: OK - BetterLogic and Countdown still not saving their settings. Not in 'install' mode nor in 'run' mode.
    in Homey v0.8.35 Comment by aloft May 2016
  • @GeurtDijker  I've implemented your suggestion (and changed it a little bit), but to test I need 0.8.35 , so it might take a day or 2. If you like to be contributed in the app.json file, send me a message with your email address, and I'll add you.  …
  • Deentje said: @aloft , thats a known issue https://github.com/athombv/homey/issues/607 will be fixed soon with a hotfix (0.8.35) Sorry, didn't see that issue. I'll eagerly wait for the hotfix!
    in 0.8.34 Comment by aloft May 2016
  • Anyone getting this as well when trying to save new parameters on a newly added Z-wave device? Cannot read property 'id' of undefined
    in 0.8.34 Comment by aloft May 2016
  • I've had to do a full factory reset; after booting Homey, port 22 and port 80 were responding, but I never got a website displayed (nor was any flow working). The recovery procedure didn't even did a countdown, after 30 seconds it just started. A n…
    in 0.8.34 Comment by aloft May 2016
  • GeurtDijker said: Hi @aloft ;; I was thinking about a "Debouncer" using your Countdown disabling and enabling flows: https://forum.athom.com/discussion/comment/22576/#Comment_22576 ; Is it possible to create a  Condition Card/ Condition  "Coun…
  • Menno said: Sounds like countdown app is sort of doing the same (wish it existed Earlier) but I have 2 rooms so 1 I will use my old way and in the other room I will test this newer way and see what works better. 1big + for countdown one LESS fl…
  • Is this the recessed door sensor? Because I have id 0x59 instead of 0x70 as product ID. 
  • I've removed one sensor, and re-added it under 0.8.32 ; it seems to work correctly, when adding the parameters 101,1,1;121,1,256;1,1,0  . It was added 'securely' I have an extra icon, which I don't have with a previous door sensor I added earlier. …
  • ErikVanDongen said: I have installed z-wave switched all over my house. All these powered z-wave devices creates a mesh-network with a good range. Battery powered devices use this mesh network to reach the controller. It would not recommend to …
  • DaneeDeKruyff said: Strange, for me Z-wave is better in this firmware. I must add I did a full reset and started from scratch after the firmware upgrade. Also, for now I've only added 4 Aeotec MultiSensors all working well, the problems I had…
    in 0.8.32 Comment by aloft April 2016
  • Z-Wave got more instable in 0.8.32, although it could also be impacted by an extra Z-wave 230V powered device I added. Some devices don't report updates anymore (or at least, it isn't processed by Homey) and for devices that still works, the delay i…
    in 0.8.32 Comment by aloft April 2016
  • RamonBaas said: aloft said: 433 (Kaku and other devices) command sent by a remote are processed 4-5 times. If I press a button on a Kaku (or Action) remote, the associated flow gets executed 4-5 times, with a delay of 1-2 seconds in be…
    in 0.8.32 Comment by aloft April 2016
  • 433 (Kaku and other devices) command sent by a remote are processed 4-5 times. If I press a button on a Kaku (or Action) remote, the associated flow gets executed 4-5 times, with a delay of 1-2 seconds in between. That was at 0.8.30 and before not…
    in 0.8.32 Comment by aloft April 2016
  • @cautje ; Depending on  the use case, you might consider using the CountDown app ( available if you're running firmware 0.8.30 or higher).  If you're trigger to turn on/off the Kaku switches is based on a trigger that can happen again in those 10 mi…
  • @EvertorN ; nice default values for @mentions ;-)
  • I think it still works when you do this: WHEN variable changed ( which can be either holiday, night, tv or movement )  AND  $holiday=false, and, $night=true, and $tv=false, and $movement=false   ( 4 cards in that column ) THEN lights-off Or do you…
  • Uranday said: The system is down.... working on a native version for the evohome. Do you already have a first prototype?  I am getting pretty irritated by the evohome-ifttt (dis)integration; more often than not, the Evohome channel is no…
  • TedTolboom said: @Ziglar I'm at this moment using the same parameters (no surprise though)... and get lux updates once every ~34 minutes (based on 1800 setting) and at the Z-wave interval (in below graph the points corresponding to the Temp…
  • I think question (and answer) should be in the FAQ ;-)   Or an extra explanation in the 'show stuff for geeks'.  "Zulu" is not a well known abbreviation for UTC timezone outside of the military and pilots. 
    in Time zone Comment by aloft April 2016
  • I see two scenarios, but i might misunderstand your question: - It becomes night (at 22:00) : So then you have a flow     if variable "night" changed AND "boolean night is TRUE" THEN $action - Certain flows should only run at night:     if $trigger…
  • For a "quick & dirty" solution for Sonos support while we wait for the Sonos App that supports Sonos remote control: https://forum.athom.com/discussion/comment/18437/#Comment_18437 You'll need an extra device (your NAS, a Raspberry PI, PC that…
  • posthok said: aloft said: keverjeroen said: Anyone tried this app to communicate with a Sonos? Yes, just did (inspired by your question): I installed https://github.com/jishi/node-sonos-http-api/blob/master/README.md in…
  • Are you sure the generic alarm is turning on when movement is detected? Look at your 'Devices tab' , click on "Fibaro Gang" and make some movement. You should see the generic alarm icon go from black to red.  Where does the "Lux" come from?  I thin…
  • Yes: When luminance change -> store lux in BetterLogic value "lumen" When generic alarm is on AND BetterLogic lumen lower than 25   Switch on Kaku when generic alarm is off > Switch off Kaku You add all kinds of more intelligence to it : onl…
  • Based on a question in another topic, I tried. And succeeded: I installed https://github.com/jishi/node-sonos-http-api/blob/master/README.md in a Docker image outside of Homey. On a Synology, but everywhere were Docker can run, this would work.  Yo…
    in Sonos app Comment by aloft April 2016
  • keverjeroen said: Anyone tried this app to communicate with a Sonos? Yes, just did (inspired by your question): I installed https://github.com/jishi/node-sonos-http-api/blob/master/README.md in a Docker image outside of Homey.  You can …
  • If you look in the "Devices" tab, do you see all Hue lights as 'reachable' ? 
    in Philips Hue Comment by aloft April 2016
  • rob_houweling said: BasVanDenBosch said: Did you power-off? I can imagine a crashed radio/receiver won't revive if there's still power feeded... That did the trick! Thanks for the idea, stupid of me that I didn't think of this …
    in 0.8.30 Comment by aloft April 2016