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.
Official
Comments
I suppose it will only send command to devices that have been turned on by Harmony.
So if you control some devices in another way than with your Harmony (by hand, original remote, ...) I don't think they will be turned off.
Example: You run a flow which starts a "Watch TV" activity. This would then trigger a flow having the "Activity Started" trigger card. But when using the remote or Harmony phone app to turn on said activity, it won't trigger the flow with "Activity Started" card.
To prevent endless polling of the Harmony, would be my guess.
In my situation the Harmony remote is still used a lot!
Starting an activity via this hardware remote now still triggers the 'old' Harmony Homey App. In my case it switches on z-wave powerplugs (so, starts KODI on a Pi3 and powers on the sub woofer). Other stuff is switched on / controlled directly by the Harmony hub (e.g. my Onkyo receiver and Samsung tv).
I noticed something in the protocol being used which might allow for some incoming events from the Harmony, but I'm not sure. This app is still in beta though, so might be added at some point. But I'm not going to speculate
Better leave that to @jreenen. What the app does at the moment, it does very well for me. Seems a lot more stable than the previous app I must say.
for example when I switch off everyting ( and Its night time) it sets my lighting to bright (hue) So i can cleanupmmy mess
@JasperKort
Had the same issue (unreachable ho) with installing the app from the store when I still had my development version installed.
@JasperKort @Eternity @tcarnal @MrDutchfighter
Jasper, you are right on the triggers. At the moment this app is only responding to the activities triggered by this app and not the activities that got started by using the Harmony remote. I will investigate a way to support activities triggered by the Harmony remote and update the devices in Homey accordingly, probably this will involve a polling mechanism so this won't be real-time (although I want it to be as near to real-time as possible).
@Fire69 @JasperKort
Jasper is right about the power of activity, it is related to the current running activity and will switch off all devices connected to that activity.
Think I managed to respond to everything but if I forgot to answer someone's question/comment please let me know!
Regards,
Jeroen
Good enough for me
remove develop version and restart homey
did it today and worked like a charm
Little sideline note, all harmony flows Will be broken afterwards
need to fix them but that was to be expected after removing the app
Good and bad news, I will start with the bad news: As it seems the harmony hub does not know the power on/off state of individual devices it is only aware of the current activity that is running. That means if you turn off an individual device but according to the current activity it is switched on the harmony hub assumes it is still on. This is fine as long as your device supports a power on and power off command but if it only supports the power toggle command the on/off state might get out of sync. At the moment this also means I cannot detect if an individual device got turned on or off if the command is given outside of the app (e.g. via the official Logitech harmony client). I will investigate if there is an alternative way to at least keep the on/off state within Homey in sync.
The good news is that I managed to detect if a new activity has been started outside of the app (e.g. via the official Logitech harmony client) and it will trigger the activity started flow. This code will be in the upcoming release v1.2.0 which I hopefully submit this week.
Last Sunday I submitted v1.1.1 for approval which is still in pending approval state. This release should fix a problem that some users might encounter "Error: MAX_CLIENTS=6" and crashes the app.
Warm regards,
Jeroen van Reenen
Great work Sir!
I control my receiver via your app. I want a flow where I can adjust it volume, so I use the Send Command THEN-card, select the Control Group Volume and select command VolumeUp. This works fine, but it would be even better if I can control the volume with bigger steps. For example:
Volume, VolumeUp, 10
Yes, I can do that by putting 10 Send Command THEN-card in the flow, but maybe you could add a parameter where people can send the amount of times the command must be send?
Another question about volume control. I see a command to Mute, but no command to unMute. I have to use the VolumeUp/VolumeDown command to unmute now, this also changes the volume up or down. Could you add such a command?
I use Harmony to control on/off and input, but volume is done with the Onkyo app.
Adjusting volume with bigger steps would still be useful...