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.

caseda

About

Username
caseda
Joined
Visits
5,158
Last Active
Roles
Member

Comments

  • @Fire69 ; right now it well be included as 3 devices, i could make it so it is only 2 this would make things a little bit confusing though, thanks to which device you can edit parameters to. So i will probably keep it this way until there is a way t…
  • @RobinVanKekem ; yes it does trigger an update to homey when switching with S1 (at least with my dual relay switch) S2 would be better because of a bug at the moment, but it works anyways
  • So i just added support for the FGS-222 (dual relay switch) (pending in pull request) It doesn't show proper status on Relais 1 (it shows it on the main device instead of relay 1), but this is a bug that i can't fix: https://github.com/athombv/home…
  • First going to write 1 (maybe 2) other drivers, after that going to (try) write a driver for the universal binary sensor. So hopefully this weekend. or if other people are willing to write it ofcourse
  • thankfully people know exactly the difference of the options  
  • @Ziglar ;;; change your tamper operation mode, to option (1) and for your lux (illumination), it is only send when more then 200 lux difference is measured and not on a time interval. so you would need to change these (they do impact battery life)
  • @spoelly  It's in the device (system) menu, it's called Logic/Logica just under the LEDring one
  • @spoelly that should definitely be possible. It does only work with the build in logics, not with the better logics app
  • @Reemster als de temperatuur in een variabel staat kan je hem ook aan roepen met alle If statements, dus ook beweging.  Dit heeft dan wel 2 flows nodig. 1 om de temperatuur te zetten in variabel en 1 om de variabel weer uit te lezen   Ik denk niet d…
  • Test function does not work like that, you will need a real trigger with temperatures or a build in logic variable which you can call with {{$name}} in the speech box  Zo werkt de test knop niet.  Je zult een echte trigger met temperatuur (tag) moe…
  • @phil_s  its not the settings that are crashing, it is the z-wave chip that is constantly active. I've noticed something extremely weird as well and though at first it was an error in my code. But it stayed active with the original code. So it must…
  • But homey is not a "blocky" system, it works with flows. The end result is pretty much the same, just separated into 3 different rows
  • Or you can make a 3 flow one, which survives any reboot what so ever. Since number variables (it needs to be a number variable) can't handle colon ( : ) you will only get the hours, making use of a "bug" which won't be fixed (so future proof): (well…
  • @fiek ; As long as you don't use the diming functionality, I guess it will work.  It has an on and off function as well (I believe) by pressing the icon and in flow as well  If the workings is about the same as zwave it will crash the app if you do…
  • Until the "or"  function has been added along side the better flow manager. Your way will be the most efficient way
  • @nicor ;; For the tamper alarm you will need to change parameter 74 to turn off the tamper alarm (if you don't use it anyway). Or parameter 75 to specify a cancelation time (by default the tamper alarm stays on permanently) 
  • @fiek  any other normal socket type should be able to do, but it's not confirmed that it always will work. AC-XXX is an older signal type. the newer models (ACD-XXXX) usually have little (to no) difficult with registering the older type of signal. t…
  • when just before you're pairing the kaku, and you press " CTRL + SHIFT + i " you will now get a window on the right side with all sorts of information, including (at the top) a tab menu with "Console". If you click that then you will be in Chrome's…
  • @blusser  I don't have 1 yet, but I'm going to buy one (need one anyway pretty soon, good reason to get it already) But testing in the publics anyways is always better
  • @Robin That definitely helps had not looked in the app.json for the greenwave devices, thanks And no problem you look over forum posts, it's pretty busy on the forum sometimes For the settings of the child devices, since it's a full device object. …
  • @blusser ; Can you control all 6 sockets individually? (yes this should be possible with the node 6) If so then I'll look into that code, Might be able to adapt the code.   If not, might try to include at least the main controller and then you are a…
  • Ah, yeah that's a bit of a weird image  when looking through the manual it shows a different image to the "turn control" might try to check a little bit further, but I don't think it will change much. Maybe able to dim lights and close/open curtain…
  • @NPeters ;; Are you talking about the same button as your titel is?  The button in your titel has a single (turn able) button, no Roman numbers in sight  Alternatively you can choose any other 4 button "remote"  there is to do what you want to ach…
  • @Peao i don't know yet, i have not tried to add multiple devices with one inclusion (because of the 2 separate relais) and athom has not responded yet to any of the questions on if, and how they are implementing this @Robin Since your the head of Z…
  • als je gebruik wil maken van de countdown timer dan zul je 2 flows moeten maken voor het uitschakelen: * wanneer beweging Stopt, zet timer. * als beweging begint, en timer loopt nog, stop timer Wat de echte bedoeling is, en dus geen count down ap…
  • @FrankBastiaens ;; ACD-XXX (3 x's) is a dimmer range ACD-XXXX (4 x's) is a normal wall plug range AC-XXX (3 x's) is also a normal wall plug range. so yeah, i think the choice is obvious
  • Do you know how to work with the Chrome Console? If you start the pairing it will show the command it is sending to the ACD-1000 inside there. Maybe that will give an error in your case Ps. have you tried to re-install (delete first) the kaku app? …
  • @Reemster ; It's actually like this: * The sensor sees motion, triggers motion. * Motion sensor is "blind" for 8 seconds (default) * After the 8 seconds until alarm cancellation (default 30 seconds) sees more motion, it will keep the alarm on (does…
  • JustMark said: The dimmer 2 has two switch inputs. I wonder if it is possible if my Homey can recieve these inputs? This way i can turn on/off my philips hue. It can, but has not been fully implemented as of yet
  • @NPeters ; Scenes are multiple click (double click, triple click) ways that sends a different signal, and thus can activate a different "scene" Without an app it wont work out of the box (it's not an on/off device) For the rest of your questions: …