Global install of the athom-cli package shouldnt give a permission denied due to credentials β¦
Have you tried,
sudo npm install -g athom-cli;
Global install of the athom-cli package shouldnt give a permission denied due to credentials β¦
Have you tried,
sudo npm install -g athom-cli;

Courtesy of xkcd
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.