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:
- 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.
- 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.
- 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
- Select the WiFi network that you would like your sensor to connect to.
- Input the WiFi password. After connecting, the sensor's dashboard will automatically close. You've successfully connected your sensor, please check out the "Connecting Sensor To Home Assistant" section for the next steps.
Connecting with Improv via BLE
Pre-requirement: Bluetooth built in such as a raspberry pi or at least one ESP32 BLE Proxy.
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 Compiler (previously ESPHome Addon)
Note: You can skip the esphome device compiler completely if you do not want to rename your sensor or make edits to the yaml. Please Skip to the next part by clicking here!
You can add the ESPHome Device Compiler addon in Home Assistant to easily update your device or edit the yaml. If you don't have ESPHome Device Compiler addon installed you can follow the steps here: Installing The ESPHome Device Compiler.
Make sure to fill out your Wi-Fi details in the SECRETS section by clicking on the SECRETS Image below.
# 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 Compiler 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 Compiler. Please have patience as this takes a few minutes to compile and then install to your new Apollo device!
4. When it is finished, it will look like this image below and you can click "Close" in the bottom right to get back to the main screen. As long as it says "INFO OTA successful" then it finished successfully. There is no need to be worried about "ERROR Logger not configured" as that was removed to allow for other components to exist on your new Apollo device!
5. Your new device is now adopted into the ESPHome Device Compiler 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 "Notification" 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!
7. Check out our other wiki articles or reach out to us on Discord if you have any other questions!