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.

MrDutchfighter

About

Username
MrDutchfighter
Joined
Visits
1,923
Last Active
Roles
Member

Comments

  • I had good hopes, but I really can't get my head around the 'api' of the Harmony Hub. I've done my best but I don't seem to be able to fix the issues and find a solid solution. I don't know if what we are trying to achieve with the app is 'possible…
  • Slide API available! Slide API The Slide App has a ton of functionality in itself, but a lot of you also wanted to integrate Slide with your existing smart home system. That’s why we added an open and documented API as a stretch goal into the campa…
  • That's a lot of feedback! I just figured that when running my own repository on my Windows machine that it doesn't work (the folder structure is to deep, so can't load the node_modules). So I have to wait till I have the time to use my Mac again.
  • https://github.com/robertraaijmakers/com.logitech.harmony.hub/tree/master that one should work.. the develop is way behind -- nvm -- trying to fix it now And... solved @caseda, yeah, I have the feeling that a lot of applications are using way to …
  • Peke said: The app doesnt crash anymore, but is keeps saying searching when i enter my postal and house number. Then probably your address isn't supported. Only those are supported: * mijnAfvalWijzer * deAfvalApp * Cyclus * afvalwijzerA…
  • Okay, so the problem was in the fact that some node_modules were updated and there were some conflicting versions with Homey Internal modules. I updated all the modules and removed all the old ones. Please check the new version here: https://github…
  • Oké, thanks all! I just downloaded the app clean from my own Github branch. I saw some node modules are out of date, so I updated them. The branch can be found here: https://github.com/robertraaijmakers/com.logitech.harmony.hub Please note, the ver…
  • You can follow this topic to install the app via the command line: https://forum.athom.com/discussion/1448/how-to-cli-install-method And then you can find my version here: https://github.com/robertraaijmakers/com.athom.trashchecker
  • The cookies module and the rrule module are both on github in the node_modules folder. So I don't know what's wrong when you are running the app. I can't find any differences between my local directory and the committed version in Git. You do have …
  • Hm, will try to check this afternoon to see if all node modules are committed to git
  • Due to the minimal feedback that I got and the lack of time I didn't look into the app anymore lately. Will try to make some time in the upcoming weeks.
  • Can you try this version: https://github.com/robertraaijmakers/com.athom.trashchecker ?
  • Peke said: It keeps crashing??? Which version (and application settings (custom/postal zip details)) are you using and what is the error message that you get?
  • Tried, never succeeded though... https://forum.athom.com/discussion/11/controlling-a-central-ventilation-system-with-homey
  • @Jwoudenberg on my github page, the app owner doesn't react anymore so the app can't be published to the Athom store ATM
  • madmax said: I upload version 1.0.5 using developer tools and get an error and the app crash: You can temporarily fix this by running npm-install express when you're in the com.logitech.harmony.hub folder. Bit strange though that I have…
  • The 'rewrite' is done, but I haven't been able to solve the connection issue. I do think I've found the "issue" with the connection though. When I install the app (https://github.com/robertraaijmakers/com.logitech.harmony.hub) and run it, the trigg…
  • Does this mean Homey is directly accessible from the outside world (and thus hackable)? Time for some firewall rules for Homey
  • So I've been digging in the code and maybe got some good news... I'm still in the very early fase of testing, but did some rewriting of the code and got the basic action cards to work (start activity, send action, all off)... have to thoroughly test…
  • You can take a look at the HomeyDash implementation: https://forum.athom.com/discussion/1736/beta-release-homeydash-a-dashboard-app-for-homey Please make sure to not expose your bearer token to the outside world
  • I think the trouble is in the core. There are two nodejs libraries used that someone (not @brinkie I guess) wrote back in 2013. There are some changes made since that version, but not that much. And it doesn't sound that logical that the hubs API is…
  • Hi @dENNtoet Welcome! Maybe you can find some interesting starting information from this topic: https://forum.athom.com/discussion/2128/forum-suggestion-faq-topic There is also a part on getting started with developing 'where to start developing'…
  • Hi, I don't have an answer to all of the led happenings. But can tell that the last one is normal (after plugging in the power). Then Homeys led ring should turn orange/yellow and spin a for a while during booting.... but if Homey isn't booting you…
  • Oeh, you are quick. See below, even cooler Turns on your lights only when there is movement detected and the lux is below a certain level. y s
  • @Veldkornet, yes this is possible
  • Nope, I'm not. I'm to lazy to implement all different trash sites in the Netherlands (and worldwide). That's why I added the manual option to the app so that everyone can implement their own trash schedule with a few clicks
  • @FreeFrags correct, some libraries were missing. I pulled all the latest changes from the main branch (that of @grazyfrog) and applied some fixes to add the missing libraries. All should work now There are still some lose ends tho as you can see i…
  • You can do this the same as you would do if you speak to Homey? So something like this:
  • Thanks for all the answers, I will try them when I'm at my brothers place again next week. I'm glad the wiring in my house was more convenient
  • @Caseda, thanks, but those diagrams assume that the incoming and outgoing wire to the light switch are both connected to the dimmer. In my scenario the incoming wire of the light switch is the Fase (L) and the outgoing wire is the schakeldraad (T) w…