SmartThings_SenseMonitor
SmartThings_SenseMonitor copied to clipboard
Ubuntu Install
I am trying to run the node server setup on ubuntu 16.04. I ran into some issues. :
-
(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.
-
Make sure to set the hub to a static IP address so it doesn't change.
-
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
Thanks for the feedback. I'll take a look at these.