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.
Comments
I tried several thing but i cannot get custom commands to run, only the commands which the app itself allows
Create a Flow of your choice and scroll down to Devices (apparaten)
Change it to Send a Command to a Device.
Next go to Soort to select the type of command you want to send ( I selected NumericBasic )
And now select the command you want to let the Homey perform on your Harmony
Thx thijs,
But this is the same as i allready tried, the command i want to use is not selectable from harmony hub(your last screenshot)....
So i can select the device and choose 'soort' but non of the options (i tried them all) has the option i am looking for (changing speaker selection between A and B ), on my harmony remote i asigned a button without any problem so the Harmony remote can do this without any problem, only the harmony app of homey not.
Thijs
I have now implemented the keepalive and a candy 2 hourly restart, hope it works..
Existing flows continued working, but I also tried to re-install the app and pair the Hub again, but after that my existing flows were broken and I cannot change any flow anymore. Help.
Found this happened to tcarnal as well, but cannot found the solution in this topic...
Tried everything, resyncing my hub, re-adding the hub in Homey, restart the Homey (cold boot)...
I see this in my chrome network log:
I fear I can't help. In my case the Candy hack works. Sort of...
A workaround is using IFTTT; Homey and Harmony are both supported.
I did the same, for a while, and it worked okay, albeit with a bigger delay.
@Bram
I do hope the Homey Harmony App gets some love from Athom (or a skilled developer). It is a popular home appliance, and I bet it has marketing value to have Homey support it correctly.
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)
the flows that where defined still work flawlessly
Thanks for your silent effort!
The nice thing about the most recent Harmony App is, that it added triggers. That was a cool extension of the functionality!
It allowed to use the actual Harmony hardware remote to also trigger a Harmony flow. So, if someone uses the Harmony remote to start the scene 'Film kijken", Homey would recognize that as a trigger and switch on my z-wave controlled subwoofer and set the Hue lights.
Would be a big step back if that is lost!
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 able to use certain buttons in flows etc. Only activities are supported.
Docs can be found here: https://docs.google.com/document/d/1fjPMr0eLJWaFoZw0JMu449dgKFXR0K1m6EoxsDbgt8I/pub
Indeed, hopefully Athom or some smart developer will still put some effort in the native app to get it working and ideally with the support of the use case Eternity mentions (trigger Homey flows from Harmony = WIN). Will switch back to Harmony app when it's stable again...
Thanks all!
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 hoping that Logitech would allow access to the API, and that the API is more advanced then the current one..
https://github.com/jreenen/com.jreenen.homeyharmonyhub
1) I can't select an activity on the card in the "when" column.
2) Is it possible to map a certain button (in my case the pause button) to a certain action? I would like to turn the kitchen lights on when pause is pressed when watching digital tv (with decoder).
Thanks!
However....
I managed to map a key (in my case the RECORD key on my Harmony remote) to open the Kodi menu, whilst Kodi is active.
In short; I added a device in Logitech - a multi media PC - and added this to my activity 'Playing Kodi'. In that activity I mapped a remote button - the RECORD one - to a 'PC key'. In Kodi I configured it to open the menu.
I can't find the post here, but someone also came up with the idea to add an IR device to both your Harmony activities and to Homey. You can than assign a button on your remote to control that IR device. If Homey is in line of sight, it can see the IR signal and use it as a trigger. ... to switch on your light. I have not tested this.
Good luck!