"Athom login" Need to be fixed ;)

Global install of the athom-cli package shouldnt give a permission denied due to credentials …

Have you tried,

sudo npm install -g athom-cli;

@Jamie

You rock!

It is working again! Thanks!

image

Courtesy of xkcd

2 Likes

Hi, correct me if I am wrong, but you are saying that Athom-cli should be opening a port 35499 when it runs to pass back the auth token?

I am trying to build a simple node.js app that can connect to my homey and extract info, however I’m struggling with their documentation, as it’s all web based using the api with few examples.