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
looks like a gui bug to me.
First field is working OK. Also when using the Activity card, I can select all 8 activities from the list.
Reading this topic I see the possibility to see the active activity is recently removed for performance reasons. Are there any plans to bring this back? Or any feedback/return info from Hub at all would be great, would also be great to be able to link the smarthome functions from the remote to Homey flows!
Good job on this app
I tested this with my ziggo horizon decoder just don't forget to set a delay of one second at the second command and 2 seconds for third command.
Why does your flow to set a channel have a flow card with "text does not contain" that channel?
otherwise you can't test with the test button
Ok. I will try that.
I'd like to use this to switch between my tv and projector, but as long as I can't get the 2nd field working, it's a no go
Tried Safari and google chrome on my mac, both no go
The second field just stays empty for some reason...
@Brinkie : When I don't select a device and then click in the second field, it says 'Geen resultaten gevonden'
So there is a difference with when I do select a device, then the second field just stays empty...
I've been debugging your app through the cli.
When I click the first field, I get this:
But when I select the second field, nothing happens at all.
So I did some testing with HarmonyHubCLI (https://github.com/sushilks/harmonyHubCLI)
With this tool, I can list the supported commands per device:
Is there anything else I can do to debug this further?
Notice the missing device ID in your output: Finding device '' on 192.168.1.9...
That's where your problem is! What device did you select from the first list?
If I understand you correctly, you don't select a device from the first field, but immediately try to open the second field? If so then there you have your problem. It is required (!) to first select a device from the first field. Then you can select a command group supported by that device from the second field. Finally you can select a command from the selected command group in the third field.
I cloned your app and ran it with 'athom project --run'
In my flow I selected the first field and that gave me this output:
So the ' ' can't be because I didn't select a device. I couldn't have selected a device yet, because I was trying to display the list of devices
After I select a device from the list, I select the second field, and then nothing happens. Not in the card and not in the debug output.
So when I don't select a device and directly click the second field, then I get a 'Geen resultaten gevonden'.
What should I get in the second field? Could you give an example?
When I was testing with HarmonyHubCLI I noticed that it had problems with devices with spaces in the name, so I changed them all (eg. 'Panasonic TV' -> 'PanasonicTV' hoping it would solve my problem, but no luck
Do you have any problems configuring the remote itself? Looks like the Hub is not return the correct data or that the Homey app can not interpreted your device data correctly.
Have you checked the network tab of your browser to see if the request when clicking in the second field times out or something else happens (like permission etc.).
I'll check what the browser says...