Skip to content

Getting Started

This will walk you through the process of connecting your new Apollo Automation sensor to Home Assistant through ESPHome. If at any point you get stuck, join our Discord for some help.

Connecting Through Hotspot

To connect through the sensor's onboard hotspot follow the below:

1. Plug the sensor into a quality power brick. They require 5v and under an amp so most phone chargers will be fine. ESP devices are sensitive to power fluctuations and users have had some issues with really cheap power bricks. If your device is restarting or unavailable please try a different power brick.

2. On your phone or PC, open the WiFi settings and connect to "Apollo MSR-2 Hotspot", it might take a minute for the WiFi network to show up.

3. Once connected it should automatically open a dashboard for your sensor

If this does not automatically open the dashboard, please open your web browser and go to http://192.168.4.1

4. Select the WiFi network that you would like your sensor to connect to or scroll to the bottom and type in your Wi-Fi network then click "Save".

Tip for Mesh Wi-Fi systems or multiple Access Points

If you have multiple access points or a mesh system please manually type in your Wi-Fi network so it will join with the strongest signal!

5. Once connected, the sensor's dashboard will automatically close. You've successfully connected your sensor to your Wi-Fi.

Click here for next steps!

Connecting with Improv via BLE

Pre-requirement:

Bluetooth built in such as a raspberry pi or at least one ESP32 BLE Proxy. If you have already followed the "Connecting through Hotspot" please skip this section.

1. Navigate to settings -> integrations then click the "ADD" button below your new Apollo device!

2. Click submit when it asks if you want to setup your new device and shows you a MAC address.

3. Type in your Wi-Fi name and password in the two fields.

4. Wait for it to finish, you will see the image below while it connects.

5. Click the link shown in the image below (do not click close).

6. When successful, you will see this image appear!

Connecting To ESPHome Device Builder

Skip the ESPHome Device Builder unless...

Feel free to skip to the next section by clicking hereunless you need to rename your sensor or do manual edits to the yaml

You can add the ESPHome Device Builder addon in Home Assistant to easily update your device or edit the yaml. If you don't have ESPHome Device Builder addon installed you can follow the steps here.

Make sure to fill out your Wi-Fi details in the SECRETS section by clicking on the SECRETS Image below.

esphome-device-compiler-dashboard-pic-1.png

# Your Wi-Fi SSID and password - keep the quotes and just replace the name and password between the quotes!
wifi_ssid: "your-wifi-ssid-here"
wifi_password: "your-wifi-pass-here"

1. Click the ESPHome Builder in your sidebar then click "TAKE CONTROL" for your new Apollo Device!

2. Rename your sensor here (this only renames the sensor in the ESPHome Device Compiler's Dashboard) or skip it and continue on by clicking "TAKE CONTROL" again as shown below.

3. Click "INSTALL" (DO NOT click skip!) and let your device get adopted into the ESPHome Device Builder. Please have patience as this takes a few minutes to compile and then install to your new Apollo device!

4. Once you see "INFO OTA successful" you are done. Click "STOP" to exit.

5. Your new device is now adopted into the ESPHome Device Builder and you can move on to Integrating with Home Assistant via the ESPHome Integration below!

Connecting to Home Assistant via ESPHome Integration:

1. Click the "Notifications" Icon in the bottom left.

2. Click "Check it out" to go to the integrations page and see the new device that was found.

3. Click "ADD" to begin adding the device to home assistant.

4. Click "SUBMIT" to confirm you want to add your new Apollo device to home assistant.

5. Give it an area and click "FINISH".

6. Your device is now added to home assistant via the ESPHome integration, and you can easily navigate to it by going to settings -> ESPHome integration -> click on the name of your new device!

Click here to join our Discord for fast support!