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.
DIYglenn
About
- Username
- DIYglenn
- Joined
- Visits
- 137
- Last Active
- Roles
- Member
Comments
-
I’ve bought some new sensors and will try to set up this from, scratch. (Gone from 433 to ZigBee). jjtbsomhorst said: When you use conditions in the second column all the conditions have to be true. If any of the values is still false the …
-
JPe said: https://apps.athom.com/app/org.knx Yeah, I got a mail just after I posted. But is Loxone Air KNX? Isn’t there a way to address the Touch directly as it is 868MHz? I thought KNX was wired only?
-
I wanted to bring this up again. You mention KNX regarding loxone, but I thought that was a wired system? As this product communicates with 868MHz, isn't there any possibility of Homey supporting it directly with an app?
-
Thanks! Will test. So regarding my question about condition change, is it any changed value for the sensor, or only when it meets the criteria for the flow? If flow activates at min 20C and the temperature goes from 19 a 20, it activates. But h…
-
Nothing? Today the wind triggered a flow to shut it, but even when the wind was lower, and the temperature was still 32C, it didn't open again?...
-
Ok, so that was just a way to ignore channel? i believe you are right. Holding the button does not seem to create problems, but clicking fast on it will sometimes generate a different bit-0. This is most likely a very simple code anyways, so it wi…
-
JPe said: Congratulations on this result. Hope you will make a complete description of how it can be handled the easiest way with the knowledge you have now, great! I definitely will! A bit out of my understanding if channel is needed o…
-
Update: Maybe I accidentally clicked the idle button?! I tried again now, (with window shut) so that the "up" button is open, and down is closed - it works. I guess this is the problem with basing on a existing app, a lot of cleanup. I've tried…
-
JPe said: It's probably possible to use the variable channel in an alternative way: ------------------------------- const data = { address: util.bitArrayToString(payload.slice(1, 22)), channel: util.bitArrayToString(payload.slice(…
-
Nah, I'm stuck again. Not sure what to edit in here, and I can't seem to get the wizard to recognize my remote, even though the log shows the payload.
-
I've done the changes, but not the "FirstBit" section, sorry but I'm not sure what's expected there? static dataToPayload(data) { if (data) { const command = commandMap.get(data.command || data.windowcoverings_state); …
-
Edit: most of my comment got lost... Sorry, I didn’t realize you had already told me to change the values. It does make sense, as it matches the values you suggested for the 433 generator app. Tired after putting kid to bed, and not reading car…
-
I did find this: if (stateMap.has(util.bitArrayToString(payload.slice(30, 37)))) { Changed to 23,25 as the "stateMap.get" one you suggested, but unfortunately no difference... Btw, I also swap "down" and "idle" as you suggested. But what do I do…
-
Thank you for your explanation. I might have to read that again a few times, but I'm getting the hang of it I've forked the example, and I'm working on a branch where I can test my settings. This keeps my code safe, it documents the progress for…
-
JPe said: Sorry, I didn't realize that you are using a two-button remote, I just popped in half way and forgot to read the start of this item. This explains the "01" and "10" at the end of the payload, these are the indicators of both buttons,…
-
It worked! Sorry, I must admit I don't quite understand where you get the numbers from. F.ex, "21", is that 22 minus the payload 6? Anyways, I got further! It paired the remote, and reacts to both lock and unlock (the bell animates when I click o…
-
Thanks for your help! It's all a bit confusing for me, not having decoded any RF signals before, and definitely not tried anything like this. I'll try your input and see if I can get it working. AFAIK the 433 generator is already deprecated, and…
-
JPe said: in \433_generator\drivers\doorbell.js you need to specify the part of "Payload" that you want to use, see : payloadToData(payload) { // Convert received data to usable variables if (payload.length === 17) { const data = { …
-
JPe said: seems something with the Sensitivity, maybe if you use "sensitivity": 0.5, it will go? Spot on! Changed to 0.5 and it worked immediately. I'm not quite sure where to go from here though, the app is installed, and I tried t…
-
I downloaded the app I forked from without editing anything, and I still get the same problem?!
-
I forked the doorbell app. I changed the values inn app.json and 433generator config to what I've recorded earlier. I now tried running with "athom app run", but get this: ✓ Validating app... ✘ Homey App did not validate against level `debug`: In…
-
DIYglenn said: Ran athom app create And then opened that folder and ran homey433 generate This gave me this error about a folder not existing Error: /Users/.../433_generator I created that folder, but this gave me a new error: Error: Cannot…
-
bvdbos said: I would try starting with https://github.com/BasKiers/com.a.doorbell and put your values in the app. Thanks! But that app seems to be built from the generator as well? I’ll try to work my way through it.
-
Anyone guys? Where do I go from here? Devs? RFDriver, 433MHz app generator? Are any of these two still usable, or should everything be made from scratch? I don't get it...
-
maxxie01 said: Jurgen, there is no basic or default app. You need to build it your self but it is possible. What you need: * Homey app SDK * How to create the signal * A lot of information and the rfdriver And you can come to one of the Home…
-
Ran athom app create And then opened that folder and ran homey433 generate This gave me this error about a folder not existing Error: /Users/.../433_generator I created that folder, but this gave me a new error: Error: Cannot find module '/Users…
-
Thanks you for creating this app. I'm wondering how to use a "precipitation value" from WU, as I'd like to have a flow do something when it starts raining.
-
Sorry for spamming my thoughts out on this forum. Does the above data make sense? as there probably is no SOF for this device, it starts high and goes low, should this be considered the first word like above? From the example text, [110, 1100] , […
-
New data: { "sof": [], "eof": [ 465, 3859 ], "words": [ [ 1396, 438 ], [ 463, 1304 ] ], "interval": 10000, "sensitivity": 0.7, "repetitions": 20, "minimalLength": 24, "maximalLength": 24 }