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.
Lammy
About
- Username
- Lammy
- Joined
- Visits
- 68
- Last Active
- Roles
- Member
Comments
-
@Andreas, you can find the id of a specific device with the following code: let devices = await Homey.devices.getDevices(); _.forEach(devices, device => { if (device.name == 'EG WZ-HWA_B.102-Leselampe) console.log(device.id);…
-
Let's say it is a slip of the mind ;-) Thanks for pointing out.
-
Here is a script that finds flows based on their title and triggers them. I use it to trigger flows from the Telegram Bot app. As a convenience the script has an array of shortcuts, so you don't need to enter the full title for frequently used flow…
-
I had the same problem as Bas: No reaction after upgrade to Homekit v1.5. I'm on Homey 1.5.3 by the way. Homekit version 1.5.1 has solved the issue. Thanks sprut, for the quick response.
-
Hi Sietse, the script 4 posts up sets BL variables.
-
@Caros, there's nothing on that print strong enough to supply your sensor. The only option you have is to put the 12VDC supply close the WTW and reuse the wires. You can even put it inside the WTW, plenty of space left.
-
@fabiannmb, thanks for the interesting link. This Brink WTW is somewhere in between. It's low-voltage driven and adjustable in a discrete way. @Caros, I'll have a look sometime this week. Keep you posted.
-
Hey Caros, you can even made the WTW run on 13 different speeds if you replace one of those dip-switch banks with 4 relays. You could use a Better Logic slider to adjust the speed, or have a humidity sensor and/or air quality sensor control the spee…
-
Hi Caros, That's correct. But like @WRos said, you cannot guarantee that Q1 and Q2 are never closed at the same time. Most likely it doesn't cause any problems and the WTW will simply choose the highest speed, but the manual doesn't mention it. (Tha…
-
Caros, this is how to toggle between high and low with your WTW. You can use the AMU-500 for that.
-
Hi Caros, you're on the right track. The picture shows one changeover switch, but you need two of those switches. No matter what state you put S1 and S2 in, P will always be connected to only 1, 2, or 3. In your case the connection to 1 is redundant…
-
I've created this script to split command and arguments from a Telegram bot message. It works, but I'd like to accomplish more. The script uses Better Logic and relies on apiPut(), but I want it to be more versatile. How can I trigger programmatic f…
-
Hi Caros, That Kaku switch puts mains on the 3 outputs and your WTW operates on low voltage, so don't do it unless you want to have a blast See your manual on page 5, near the end of section 2.5.1. You can use the AMU-500 from Kaku instead. It h…