Skip to main content

Basic Configuration

Use the button below to access the addon configuration page:

Open your Home Assistant instance and show the dashboard of a Supervisor add-on.

If the above link does not work ensure you have completed the Installation

Example Configuration

Please note the amcrest2mqtt add-on requires the MQTT broker add-on to be installed and configured before use.

amcrest_host: '192.168.0.x'
amcrest_port: '80'
amcrest_username: 'admin'
amcrest_password: 'my_super_secure_passw0rd'
storage_poll_interval: '3600'
device_name: ''
home_assistant: true
home_assistant_prefix: ''

Options

ParameterRequiredDescription
amcrest_hostYesIP address of your Amcrest device
amcrest_portNoPort used by your Amcrest device (defaults to 80)
amcrest_usernameNoUsername used by your Amcrest device (defaults to admin)
amcrest_passwordYesPassword used by your Amcrest device
home_assistantNoSet to true to enable Home Assistant integration (defaults to true)
home_assistant_prefixNoPrefix used by Home Assistant (defaults to 'homeassistant')
storage_poll_intervalNoHow often to fetch storage data (in seconds) (defaults to 3600)
device_nameNoOverride the default device name used in the Amcrest app

For additional information please refer to the amcrest2mqtt documentation.