SmartThings_SenseMonitor icon indicating copy to clipboard operation
SmartThings_SenseMonitor copied to clipboard

Ubuntu Install

Open kiowadriver opened this issue 7 years ago • 1 comments

I am trying to run the node server setup on ubuntu 16.04. I ran into some issues. :

  1. (Minor Issue) In step #5 of the node server install it says to "Open the server.js file in a text editor and put in your Sense login information". However, It looks like you added a config file to store the parameters that are not mentioned in the instructions.

  2. Make sure to set the hub to a static IP address so it doesn't change.

  3. Install the following on Ubuntu 16.04 for node.js: Install node.js

For 16.04 LTS: curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - sudo apt install -y nodejs

kiowadriver avatar Dec 31 '18 16:12 kiowadriver

Thanks for the feedback. I'll take a look at these.

brbeaird avatar Jan 31 '19 23:01 brbeaird