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

  • @orcson ; the deletion of z-wave devices was pre-announced, because of the full re-write. The not being able to install the fibaro app is odd if you really are on 0.9.3 Have you tried to restart your homey? (settings -> system -> reboot homey)
  • @Fire69 ;; I was going to test the new way of adding relays by removing/repairing some devices. Not a great success I must say... First double relay I tried I couldn't get removed.  I tried clicking the X on the main node, it got stuck on the dialog…
  • No, the temp sensor is not the problem with Polling, temp Sensors has a different bug/change that needs to be done first in the zwave core/capabilities (it's one of the issues on github)  no it's both contacts, but I might have seen a work around s…
  • @aaabest It's exactly as you say. IFTTT does not support headers.  And probably won't do that for a while (they have been talking (complaining) about it for a while already)  So it's just not (easily) possible with "the American way" echo. If you …
  • @Fire69 it was already the case before (you needed the main in [IF]  and [AND] Flows)  But yes, main device = s1/q1 as well
  • @HansieNL  Since last update (few minutes ago) it will. @ everyone My pull request just got merged and published.! (v1.0.10) This means the new way for relays/switches (only 2 devices). You will need to re-pair them to have just 2 devices, but it …
  • @Oskar ; it is not in the kaku app, it is something in the homey capabilities (homey's core) it has already been a bug for a long time, and will (should) be fixed in an update in the near future
  • @BasVanDenBosch  Doesn't somfy use 2 way communication? if not then indeed it will not work. (it will still send the command "down" once, when already down manually, but that is the same for your way)
  • @djesko ;; I tried to create a driver for the binary sensor, but have not been successful to get it working properly without having to poll it every 10 seconds (because short input signals definitely possible). And that is way too much! Maybe athom…
  • I didn't know about somfy, don't have it myself, but you definitely you can use that as well (then it even doesn't get send when it was put down manually)
  • If athom was a big company, or if homey is only reliant on 1 software part (which it isn't because it works with apps) i would agree. I think you could better compare homey with Android or IOS that only gets a big update once a year, why? because i…
  • @BasVanDenBosch There are several options to only send it once besides yours, like: 1: [IF] Lux has changed [AND] Time is later then 17:45 [AND] Lux = less then 200 [AND] rolluik_stand = up/true [THEN] Roluik Omlaag [THEN] set rolluik_stand = down/…
  • No the 56 lux is the value that is inside the "lux" tag you see hanging on the [IF] card. You will need to process this tag first by 1 setting it in a variable (this needs a extra flow 1: [IF] Helderheid is veranderd [THEN] Set a variable (Luminant…
  • 1: So what IS the value in your variable? is it below 200 now? (since your using better logic this would be very easy to see in the settings) 2: But why use a variable anyway if you use "de helderheid is veranderd" card you can use the tag in the d…
  • @JaapPelt ; Well that is exactly why the "Readme"/Description file is included and updated in the app store   So you can exactly see what is supported, and what isn't And with athom, never assume anything when they/other people are talking about da…
  • @RogierVanWijk  Did you reset the FGS-222 itself as well? or just homey
  • @JaapPelt It almost seems like you don't read even the threat your posting in. but this is what is says in short: the FGR-222 isn't supported yet by the one in the app store, you will need my pull request or wait until it has been accepted
  • i have the smoke sensor myself but never tested the alarms themselves (didn't create the driver either though). They should work without any changes in any of the parameters. So will see if i can find time to debug this issue tomorrow (Tuesday) or …
  • KaKu has no separate API, but you will have to use the default REST API, but to explain the REST API now that the page is hidden is a bit difficult (including de api json overview). Try looking at the Dashboard @swttt is creating that is using the …
  • @evad @blusser  I will change the driver so it will work properly. (hopefully ) 
  • Ah i see what is going "wrong" here, that is the FGK-101, that sticker must be an old sticker/internal fibaro number. Maybe that is with all FGK-101's @blusser does your door/window sensor also has that sticker inside? (FGK001, see post above) Sti…
  • @evad  FGK-001 does not exist, so it's hard to believe you have that one. there is the FGK-101 without Z-Wave + and several FGK-10X with Z-Wave+ versions So all starts with an 1. If you had the FGK-001 then it would have been a different ID and wo…
  • this is why it's different: Dimmer = in the class of "Light" because dimmers are 99% of the time a light anyway. So no option for choosing is needed. The Relays/Switches = class of "Socket" because that is the only class where all capabilities bei…
  • so that is not on the support page? oh wait, there is, took me 5 seconds to find: https://www.athom.com/en/support/KB000003/ and the link is even shown after your done setting up homey. So just a lack of able to read
  • that's strange, the FGK-101 doesn't specify the BASIC command class in the driver, at all. how does it sense that there is a report on the basic command class. Maybe it will work (better) if i change the command class used to just the basic.. did y…
  • you mean something like the trello page? https://trello.com/b/aYBmd9Ru/athom-s-public-timeline-for-homey
  • That is just one version (v2.2 - v2.4) though, if you have the newer 2.5 version (FGR-222) you will need to wait for my pull request or install it manually from github
  • Its one of the issues on github now, to add the functionality of "relative dimming control" https://github.com/athombv/homey/issues/833
  • @Alexander  the latest github version is now the same as the one in the store   and good luck with re-adding all devices, i know how it feels (done it sooo many times now)
  • @Wimstradamus ; i have the binary sensor myself but thanks for the info though   the reason why it isn't implemented yet is because i came into some issues that i needed to think about before i'm able to add it and it working properly. But i have s…