Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.63 KB

Readme.md

File metadata and controls

43 lines (31 loc) · 1.63 KB

Tempurpedic Remote Relay

This is an experimental hobbyist project, where the goal was to interface my adjustable Tempurpedic Ergo Adjustable Bed with my home automation system and with my Amazon Echo. Specifically, I wanted to use the bed's "vibrate" feature as an alarm clock in the morning, however, I figured I might as well wire up all of the other buttons on the remote, too!

This project was inspired by the one found here: http://www.quadomated.com/technology/automation/diy-tempurpedic-ergo-adjustable-bed-automation/

Parts used:

Other Miscellaneous Stuff:

  • Small Phillips Head Screwdriver
  • Soldering Iron and Solder
  • Wire Cutter
  • Electrical Tape

Installing the Particle CLI

If you've already installed spark-cli, please uninstall it before continuing.

Simply type: npm uninstall -g spark-cli into the command line.

First, make sure you have node.js installed!

Next, open a command prompt or terminal, and install by typing:

$ npm install -g particle-cli
$ particle cloud login

Note! If you have problems running this, make sure you using Terminal / the Command Prompt as an Administator, or try using sudo

$ sudo npm install -g particle-cli