Skip to content

Instantly share code, notes, and snippets.

@mathias
Created October 14, 2014 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathias/a5189ff3e034528df0fc to your computer and use it in GitHub Desktop.
Save mathias/a5189ff3e034528df0fc to your computer and use it in GitHub Desktop.
$ tessel run home-sensors.js --listen all
TESSEL! Connected to TM-00-04-f000da30-004e4f3c-26682586.
INFO Bundling directory /Users/mathiasx/dev/tessel-weather
INFO Deploying bundle (1.94 MB)...
Tessel is reading 2031104 bytes...
Populating filesystem...
Starting script: /_start.js
Initializing runtime...
Loading tessel library...
Running script...
Uptime since startup: 668.872384s
INFO Running script...
Tessel started!
Connected to si7020!
trying to open socket with 0 sockets already open
Opening socket 0
currently have 1 sockets open
Pushed: {
humidity : 48.676055908203,
temp : 27.807404785156
}
HCI Event error on command: 1007
Error connecting to TCP socket.
Closing socket 0
closing. currently have 0 sockets open
trying to open socket with 0 sockets already open
Opening socket 0
currently have 1 sockets open
HCI Event error on command: 1007
Error connecting to TCP socket.
Closing socket 0
closing. currently have 0 sockets open
trying to open socket with 0 sockets already open
Opening socket 0
currently have 1 sockets open
HCI Event error on command: 1007
Error connecting to TCP socket.
Closing socket 0
closing. currently have 0 sockets open
trying to open socket with 0 sockets already open
Opening socket 0
currently have 1 sockets open
HCI Event error on command: 1007
Error connecting to TCP socket.
Closing socket 0
closing. currently have 0 sockets open
trying to open socket with 0 sockets already open
Opening socket 0
currently have 1 sockets open
HCI Event error on command: 1007
Error connecting to TCP socket.
Closing socket 0
closing. currently have 0 sockets open
problem with request: ENOENT Cannot connect to 192.168.1.106 Got: err-5
Closing socket 0
closing more sockets than are open
Closing socket 0
closing more sockets than are open
Closing socket 0
closing more sockets than are open
Closing socket 0
closing more sockets than are open
Closing socket 0
closing more sockets than are open
Error: ENOENT Cannot close socket 0 Got: err-24
at _new (src/colony/lua/colony-init.lua:494)
at <anonymous> ([T]:src/colony/modules/net.js:478)
Disabling UART0 pins
Disabling UART2 pins
Disabling UART3 pins
Script ended with return code 8.
Ready.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment