Skip to content

1. Getting Started

Smart Nest edited this page Jul 27, 2019 · 3 revisions

Getting Started


Welcome to the future of Home Automation, here are the steps so you can get started quickly:

Prerequisites:

before you start, make sure you have what you need:

  • Any programmable device with Internet Access (Arduino, RaspBerry, ESP)
  • Some MQTT library that you can use with the device
  1. Create your account at Smartnest website.
  2. Click on Add device and give it a name.
  3. Click on view and copy the Device ID.
  4. Configure your MQTT client with the following options:
  • Broker address: 3.122.209.170
  • Broker port: 1883.
  • Client ID: (Device ID copied in step 3)
  • Username: (Username selected during registration)
  • Password: (Password selected during registration)
  1. Press the "Turn On" button on the website and check the message on your device.
  2. Add Integrations: Follow the next guides about linking your Smartnest account with Alexa, Google, Siri and more.

if you have an ESP8266 device you can download the LED_Example to complete this tutorial.

Clone this wiki locally