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.
Emile
About
- Username
- Emile
- Joined
- Visits
- 1,820
- Last Active
- Roles
- Administrator, Athom
Comments
-
Haha thanks, fixed!
-
No, that would be too confusing for my mom.
-
https://firmware.athom.com
-
Relevant: https://coffitivity.com/
-
What would you guys think of community moderators?
-
Thanks! Just wait for the website...
-
Emit a realtime event: Homey.manager('api').realtime('setting_changed', var_name); And in settings: Homey.on('setting_changed', function( name ){ ... });
-
Great suggestion, done!
-
About reading about issues: the goal with our blog is to have a post every two weeks with in-depth information about the technology, and unavoidable the issues we encounter! (It's gonna be awesome).
-
Just install the KlikAanKlikUit app and pair a new socket by generating a random signal. Done
-
Nah it's okay :-)
-
You could make a node.js server for your mac that open's apple scripts. Something like this: var applescript = require('applescript'); // https://github.com/TooTallNate/node-applescript var express = require('express') // http://expressjs.com var …
-
It doesn't matter if your PC is connected through cable or Wi-Fi, it should only be able to reach Homey on the local network. In the future we'll even add support for developing over USB :-)
-
Oops, that trigger is indeed always fired. I've fixed it, will be included in 0.8.20.
-
I must say, I'm a little bit surprised myself as well :-)
-
That shouldn't validate. If it does, that's a bug! Only values chosen should be saved.
-
The autocomplete argument is especially made for this. You can return all scenarios on an empty query as well, so the user doesn't have to type anything, just focus the field.
-
No specific version as of yet
-
This is something that will be added in the upcoming Notification Center
-
Fire69 said: Emile said: About not communicating a timeline.. well, we don't communicate that because we just don't know. Before this, were complaints were about us missing deadlines. Now we say honestly we don't know, and it's not apprec…
-
Rebtor said: I'm very disappointed with this update tbh. At that time the delivery date was begin summer 2015 and all Geek editions (including the pre-order geeks) would be send first. We never communicated this. Kickstarter backers…
-
This is fixed in the next update
-
We have some at our office and will integrate them when we've wrapped up the Bluetooth LE Apps API (about a month)!
-
I'll fix it asap
-
Because Flow™
-
@jorden could be, I've done a complete rewrite of the voices output @MennoVanDerAat A few days!
-
Ah crap, we've found a bug that broke the speech output in some cases. We'll fix it and ship it somewhat later. Sorry!
-
I'm planning on making a check box list for the day of the weeks card
-
I'm going to ship 0.8.18 this Friday to the beta channel
-
Easier: open Inspector in Google Chrome while you're looking at the homescreen and type in the console: api('PUT', '/manager/speaker/', { volume: 0.5 } ) And press enter. Voila!