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'm more then willing to help you one sec and I will install it
do I have to delete the old one first or just install it?
Installation went fine
and YESSSS the remote is reacting like it use to do
Problem fixed. for other people having trouble with entone and sending command in flow changed value from 1 to 0.
Now sending commands in flow are working and more important my remote is still working
I'm on a mac, can somebody pinpoint me to how to do the CLI install?
Settings - System - Show Stuff for geeks - node_version
Install Node.js:
Download Node.js (Homey's version) from https://nodejs.org/en/ and install it on your PC.
Download App.ZIP from GitHub (https://github.com/...) to your PC:
Click "Download ZIP"
Unpack ZIP:
Unpack App.ZIP on your PC
Open Node.js command prompt, and install the athom-cli tools:
npm install -g athom-cli
On the command prompt, log in to your Homey:
athom login
Navigate to the 'root' folder of the App on your PC
For running project:
athom project --run
For installing project:
athom project --install
https://developers.athom.com/library/getting-started/
https://github.com/netactivenl/com.logitech.harmony.hub
@brinkie I will keep you posted
Submitted v0.3.2 (submitted, awaiting approval)
- Removed "activity_changed" action card for now, because the polling was causing the app to crash (eventually) and the Hub to become less responsive.
It crashed while trying to add the activity cart and I was calling the autocomplete functionality.
I did click a couple of times in the auto complete field triggering multiple requests perhaps for available activities (I'm not the most patient guy).
Is the max clients a limit within the Homey app or of the hub itself?
Is there anything i can do to investigate the cause of this crash?
Kind regards.
The cause of the crash is probably related to the polling for the current activity (every 5 sec). This behavior seems to make the app crash due to some memory leak.
Therefor in the recently submitted update (v0.3.2) this behavior is removed. Hopefully this will make the app stable again, so we can build from there.
If you don't want to wait until the update is approved, you can take it from GitHub as well.
My understanding was that the harmony hub sends out an activity changed XMPP message as soon as an activity changes. Is this correct? and if so what is the reason for polling opposed to listening in on the API?
https://github.com/sushilks/harmonyHubCLI
Announcement
Version v0.3.2 is now current. I'm looking forward on feedback about stability changes, positive or negative.