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.
caseda
About
- Username
- caseda
- Joined
- Visits
- 5,158
- Last Active
- Roles
- Member
Comments
-
@poc you will need to make a flow with "an alarm goes off" card as trigger
-
@kasteleman ;;;; looking through the code i found a json error: in ZMNHVD1 driver (app.json) you forgot to close the "instruction" tag this might cause the problem with association because it's directly behind it try using a JSON validator, this so…
-
(0x)0051 = hexidecimal for 81 (decimal) which is what homey uses so, you will first need to convert the number i use openzwave.com for my list, it's got 99% of all the devices including their manucaturerId, productId and productType id. thats als…
-
according to my list, ZMNHDD1 = productId: 81 and not 51? where did you get the 51 but me being a little bit curious, i'm missing the github link in this threat ;o
-
@MarcoWijk ;; the KaKu app (code) has not been published on github so there is no way for us to see and/or change anything in the code
-
@djesko that would be awesome, if that one works (including reponces to S2 (input 2)). I'll add the most common 211 id's as well and submit it as pull request.
-
@djesko fgs-221 isn't a singel relay?
-
@FlorisVanIngen i have update the version number now as well. if it still won't work, please send me the JSON (the node's information) that is being produced of both devices, in the chrome console, in a direct message
-
@blusser have not send it as a pull request yet, first want it to work properly enough (still waiting for a tester for the single relays). so might not send it in until Friday, unless there comes a tester for the singel relay today or tomorrow (fro…
-
@FlorisVanIngen I will bump the version number to 1.0.7 (in about an hour) then it's visible if you have the latest version
-
Ah, i assumed that the productTypeId would stay the same, but this also changes, updated as well so now it should really work.! Note to myself, never assume anything.!
-
oh my, i completely forget to change all icon's as wel.! wooops, changed them now as well. I'm so sorry.!
-
@FlorisVanIngen you can try again, have added your deviceId's to the driver/app hopefully this will become better soon, there will be so many devices if we need to include all id's as a separate device
-
@FlorisVanIngen it seems like you are using an older firmware (on the device itself). until athom comes with a solution for multiple deviceid's i will add your id's as well, maybe even trying something new give me a few minutes and it will work
-
RobinVanKekem said: caseda said: it is strange that it's not a default card, since 433 (KaKu) is using the same capability but it can be used in the [AND] collumn I wonder if it's the Z-Wave driver or Homey core is responsible…
-
it is strange that it's not a default card, since 433 (KaKu) is using the same capability but it can be used in the [AND] collumn
-
I'm adding the Universal Binary Sensor next (tomorrow) I have one in my possession so i can "easily" create driver for it without temperature sensors though Don't know how to handle temperature yet either, since it's not a requirement to have them…
-
Now the only thing i need is some tester(s) before i send it in as a pull request: added drivers: FGS-211, FGS-212, FGS-221, FGS-222 https://github.com/caseda/com.fibaro/tree/Development EDIT: if you are trying to install it, don't forget to instal…
-
yeah definitely! and it confirms what i already though which one it would be Thank you.! already writen the driver now
-
@djesko ; oh man, there are so many variants out there of the 221 (7 in total). So i will need some info (for now until athom has a way to include multiple device id's). What device id do you have, or if you don't know, what firmware version do you …
-
@djesko I don't really need more information, just if i need to add these 2 as well, won't take too much time, almost direct copy paste of the newer versions. Only bad thing is that i'm not able to test it myself again.
-
Does anybody have the older types of the relay's (221 & 211)? or are most of them the newer version (222 & 212), i don't know when they were introduced And i need some volunteers to test the driver for the 212. It will most likely work prop…
-
Whoo i almost feel like a athom employee now It should automatically get the latest version that is compatible with your firmware version. either through an extra link that is shown when the message "This app is incompatible with your Homey softw…
-
Latch switch: Is a button that will change its state off -> on, then the button itself jumps back out but the state stays on so you press it again to change the state back to off. So it's more a button then a switch
-
@RobinVanKekem That is the default in the manual, but since last update not anymore, as soon as it's get paired it will change the parameter to: tamper turn off after 30 seconds (so not if it's already paired)
-
@Eternity (woops needed to edit user *shame*) Hope you configured it right: When a switch goes back to its original position it's a momentary switch (stays on for a moment). A normal switch that stays in its current position (on/off) is a toggl…
-
@thayoung1 ;; You can use the fgs-222 in the when/if colum, (it has 2 cards in there, turned on, and, turned off) so yes your way is possible. Edit: just make sure when you use input S1 you use the main device in flows (for at the moment, until th…
-
@blusser It is working fully, there is just a bug where the status of relay 1 is only displayed on the main controller, it does switch on and off with relay 1 cards, it just doesn't show any external changes. That is the one I was going to write …
-
@Fire69 then you will need to put Relay 1 in there. Relay 1 does not show in which state Relay 1 is in that will do the main controller thanks to a bug i told about in my initial post That is also why i could remove 1 (which would be Relay 1)
-
The physical button will be connected on S1 (input), which will switch Q1 (output), where you will attach the lamp. (you will need power on L and IN) if you toggle the physical switch -> S1 (in default settings) it will switch Q1 on, if you then…