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.
swttt
About
- Username
- swttt
- Joined
- Visits
- 2,163
- Last Active
- Roles
- Member
Comments
-
Are you running it in a docker? And did you forward the right ports of that docker?
-
@Oskar Haven't used it that much to debug tho (it's not that i created HA-Bridge :P ) you double checked their docs to see if you did all the right steps?
-
@madmax They should work with the current HomeyDash beta, and will work in the future update as well. Every device gets their class (like light etc.) so even speech wil work for grouped devices if you ask homey to turn off all the lights in the liv…
-
@Ronald_A Huhm...might need to create an app settings page for that. But first somehow i want to create a setting to sync device status to the grouped device. So you can chose if 1 device within the group is on, show grouped device as off and only …
-
Cool! Good to see its usefull got tired myself of dragging 3 lights to one flow just to switch on the kitchen lights etc.
-
Not sure if the spotify connect beta app is > firmware 1.5.0 only but worth a shot. It will replace the Spotify for Sonos app once stable i think. Here should be a link saying "switch to beta":https://apps.athom.com/app/com.spotify
-
Using Neo and Fibaro for this right now, but my Happybubbles are on their way. Then i will be able to track persons per rome more precisely.
-
Published version 1.0.0
-
Ye just press install from the appstore.
-
Shared some screenshots on Slack yesterday...still need to work out the widgets. But the API is working even without the auth (so spend time for nothing on that awesome part ).
-
Voor de zekerheid... je drukt toch wel op opslaan?
-
Don't forget the money that Amazon invested in something like this and the access to data they have. Let's hope homey will get there some day, but i do think its a matter of money as well. Remembered i was talking to someone from Athom about using …
-
@Leeuw1960 @Eternity New capabilities will be added once i consider it stable enough. @Niek Known issue, and couldn't test it myself. Got some Ikea lights yesterday with light_temperature, so can test now and wil try to fix it this weekend. @bl…
-
Read-only for a switch seems something that could be implemented in the core as a setting i guess. Worth a github feature request
-
This is a setting for the Fibaro wallplug, not sure if its possible with any other brand
-
@MrDutchfighter Seems like its just polling for activities in the code. (haven't looked hard tho, but there is a var for interval setting in the driver) But can't find anything related to realtime events, so polling seems to be the only way. I was…
-
Spotify Connect is coming to Homey soon... In the meantime we'll be working on the new Homey Smartphone App, Bluetooth Audio, Spotify Connect and the new developer portal. They changed their web api that makes it possible So no need to spam spot…
-
The official "open" api is just simple REST. No sockets etc. Doesn't mean it's not possible, but would need to poll the hub for it. (i think its polling thats being used right now as well tho) Other then that, the biggest change is that you want be…
-
Tried to get API access, but Logitech still didn't reply. They do provide a really simple API (that you can access without requesting it), but thats a few steps backwards compared to what the app was. (just controlling activities)
-
Ye a known issue, will be fixed in the next release.
-
Aaah good point...still planning on adding a realtime listener to devices that get removed from homey. So they will get removed from homekit as well But can't help you with a solution right now, sounds like a re-install of the app might be needed..
-
Hi Paul, You tried rebooting homey? Or pull the plug? If that wasn't working, what version of the firmware are you running?
-
@lubbertkramer nja.... je zou wel iets meer empathie kunnen hebben
-
By the way, you can get allot of help on Slack
-
If you are working on a SDK1 app, i would suggest you start with SDK2. SDK2 works with promises (or async await) and works a lot better when you get used to it I think you could add the callback after: parsed.feed.entries.forEach(function(value){…
-
@JBS The new Athom-API and Vue make it allot faster, but hard to give any numbers since it is quite early. I did fix the authorization issues, and somehow created my own. (Was a big issue as well) When you go to the homeydash url in the new versio…
-
Have to look into reconnecting sockets after standby. For now you will need to refresh indeed
-
Athom employees all have a hangover tomorrow
-
Ye just looked in the docs again...a stateless switch seems to be the service i would need Other then that there is a contact sensor service as well (don't need to define door or window there), so that one is easy as well.
-
@dennis91 Where maybe some of the scripts could be replaced with flows of course...depending on what you are doing exactly. Another solutions (other then suggested already) might be to rewrite the scripts in javascript and run them as apps