Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 2.94 KB

HA_Addon_Instructions.md

File metadata and controls

69 lines (51 loc) · 2.94 KB

Quick Start for Home Assistant users

Prerequisites

These instructions assume that you:

Installation

  1. Navigate in Home Assistant frontend to Supervisor -> Add-on Store
  2. Select the menu in the top right and click Repositories
  3. Paste the following URL into the Add Repository field: https://github.com/TD22057/insteon-mqtt
  4. Click ADD
  5. Scroll to find the Insteon MQTT Repository
  6. Click on the Insteon MQTT Add on
  7. Click Install
  8. Click Start to start the Add-on, this will create your initial config files.
  9. Edit /config/config.yaml (which can be found at '/addon_configs/83fc19e1_insteon-mqtt/config.yaml' within VSCode or SSH Addon) as appropriate. See configuration for detailed instructions.
  10. Enable the Discovery Platform

Alternatively, if you choose to define your entities in Home Assistant manually instead of using the Discovery Platform, see Home Assistant yaml config

  1. Restart the insteon-mqtt addon to pick up the changes to the config.yaml file.
  2. If you navigate in Home Assistant to Configuration -> Integrations -> MQTT you should see your devices and entities.
  3. Initialize your devices as discussed in initializing.
  4. See the device documentation for additional commands.

Backing up your Data

The default settings in the config.yaml file will save all user data to the /config/ directory. This directory is backed up when you make a snapshot of the Insteon-MQTT add-on. This directory may also contain a log file if you have enabled logging, be careful, this can get quite large.

You can also access this directory '/addon_configs/83fc19e1_insteon-mqtt/' within VSCode or SSH Addon.

Updating

Check the supervisor page periodically for updates to Insteon-MQTT

Additional Resources

  • User Interfaces for information on how to interact with Insteon-MQTT

  • Debugging for information on how to diagnose problems.

  • Device documentation for information on device configuration and available MQTT commands and options.