esphome-docs/guides/cli.rst

256 lines
6.2 KiB
ReStructuredText
Raw Permalink Normal View History

2018-11-03 16:21:10 +01:00
Command Line Interface
======================
2018-11-14 22:12:27 +01:00
.. seo::
2019-02-16 23:25:23 +01:00
:description: Documentation for the command line interface of ESPHome.
2018-11-14 22:12:27 +01:00
2018-11-03 16:21:10 +01:00
Base Usage
----------
2019-02-16 23:25:23 +01:00
ESPHome's command line interface always has the following format
2018-11-03 16:21:10 +01:00
.. code-block:: console
2018-11-03 16:21:10 +01:00
esphome [OPTIONS] <COMMAND> <CONFIGURATION...> [ARGUMENTS]
2019-07-28 12:41:15 +02:00
.. note::
You can specify multiple configuration files in the command line interface for some commands,
just list all files after the <COMMAND> like so:
2019-07-28 12:41:15 +02:00
.. code-block:: console
esphome run livingroom.yaml kitchen.yaml
``--help`` Option
--------------------
.. option:: -h|--help
Output possible <commands> and [arguments].
Note: you can also use ``--help`` for any command to get arguments specific to that command.
.. code-block:: console
esphome <some_command> --help
2018-11-03 16:21:10 +01:00
``--verbose`` Option
--------------------
.. option:: -v|--verbose
Enable verbose esphome logs.
``--quiet`` Option
------------------
.. option:: -q|--quiet
Disable all esphome logs.
``--substitution`` Option
-------------------------
*(can be issued multiple times)*
.. option:: -s|--substitution KEY VALUE
Defines or overrides substitution KEY with value VALUE.
Please see :ref:`command line substitutions <command-line-substitutions>` for details.
2018-11-03 16:21:10 +01:00
``run`` Command
---------------
The ``esphome run <CONFIG>`` command is the most common command for ESPHome. It
2018-11-03 16:21:10 +01:00
* Validates the configuration
* Compiles a firmware
* Uploads the firmware (over OTA or USB)
* Starts the log view
2019-02-16 23:25:23 +01:00
.. program:: esphome run
2018-11-10 15:29:50 +01:00
.. option:: --device UPLOAD_PORT
2018-11-03 16:21:10 +01:00
Manually specify the upload port/IP to use. For example ``/dev/cu.SLAB_USBtoUART``, or ``192.168.1.176``
to perform an OTA.
2018-11-03 16:21:10 +01:00
.. option:: --no-logs
Disable starting log view.
.. option:: --topic TOPIC
Manually set the topic to subscribe to for MQTT logs (defaults to the one in the configuration).
.. option:: --username USERNAME
Manually set the username to subscribe with for MQTT logs (defaults to the one in the configuration).
.. option:: --password PASSWORD
Manually set the password to subscribe with for MQTT logs (defaults to the one in the configuration).
.. option:: --client-id CLIENT_ID
Manually set the client ID to subscribe with for MQTT logs (defaults to a randomly chosen one).
.. option:: --host-port HOST_PORT
Specify the host port to use for legacy Over the Air uploads.
``config`` Command
------------------
2019-02-16 23:25:23 +01:00
.. program:: esphome config
2018-11-10 15:29:50 +01:00
The ``esphome config <CONFIG>`` validates the configuration and displays the validation result.
2018-11-03 16:21:10 +01:00
``compile`` Command
-------------------
2019-02-16 23:25:23 +01:00
.. program:: esphome compile
2018-11-10 15:29:50 +01:00
The ``esphome compile <CONFIG>`` validates the configuration and compiles the firmware.
2018-11-03 16:21:10 +01:00
.. option:: --only-generate
If set, only generates the C++ source code and does not compile the firmware.
``upload`` Command
------------------
2019-02-16 23:25:23 +01:00
.. program:: esphome upload
2018-11-10 15:29:50 +01:00
The ``esphome upload <CONFIG>`` validates the configuration and uploads the most recent firmware build.
2018-11-03 16:21:10 +01:00
.. option:: --device UPLOAD_PORT
2018-11-03 16:21:10 +01:00
Manually specify the upload port/IP address to use. For example ``/dev/cu.SLAB_USBtoUART``, or ``192.168.1.176``
to perform an OTA.
2018-11-03 16:21:10 +01:00
.. option:: --host-port HOST_PORT
Specify the host port to use for legacy Over the Air uploads.
``clean-mqtt`` Command
----------------------
2019-02-16 23:25:23 +01:00
.. program:: esphome clean-mqtt
2018-11-10 15:29:50 +01:00
The ``esphome clean-mqtt <CONFIG>`` cleans retained MQTT discovery messages from the MQTT broker.
2018-11-03 16:21:10 +01:00
See :ref:`mqtt-using_with_home_assistant`.
.. option:: --topic TOPIC
Manually set the topic to clean retained messages from (defaults to the MQTT discovery topic of the
node).
.. option:: --username USERNAME
Manually set the username to subscribe with.
.. option:: --password PASSWORD
Manually set the password to subscribe with.
.. option:: --client-id CLIENT_ID
Manually set the client ID to subscribe with.
``wizard`` Command
------------------
2019-02-16 23:25:23 +01:00
.. program:: esphome wizard
2018-11-10 15:29:50 +01:00
The ``esphome wizard <CONFIG>`` command starts the ESPHome configuration creation wizard.
2018-11-03 16:21:10 +01:00
``mqtt-fingerprint`` Command
----------------------------
2019-02-16 23:25:23 +01:00
.. program:: esphome mqtt-fingerprint
2018-11-10 15:29:50 +01:00
The ``esphome mqtt-fingerprint <CONFIG>`` command shows the MQTT SSL fingerprints of the remote used
2018-11-03 16:21:10 +01:00
for SSL MQTT connections. See :ref:`mqtt-ssl_fingerprints`.
``version`` Command
-------------------
2019-02-16 23:25:23 +01:00
.. program:: esphome version
2018-11-10 15:29:50 +01:00
The ``esphome version`` command shows the current ESPHome version and exits.
2018-11-03 16:21:10 +01:00
``clean`` Command
-----------------
2019-02-16 23:25:23 +01:00
.. program:: esphome clean
2018-11-10 15:29:50 +01:00
The ``esphome clean <CONFIG>`` command cleans all build files and can help with some build issues.
2018-11-03 16:21:10 +01:00
``dashboard`` Command
---------------------
2019-02-16 23:25:23 +01:00
.. program:: esphome dashboard
2018-11-10 15:29:50 +01:00
The ``esphome dashboard <CONFIG>`` command starts the ESPHome dashboard server for using ESPHome
through a graphical user interface. This command accepts a configuration directory instead of a
single configuration file.
2018-11-03 16:21:10 +01:00
.. option:: --port PORT
2018-11-10 15:29:50 +01:00
Manually set the HTTP port to open connections on (defaults to 6052)
2018-11-03 16:21:10 +01:00
.. option:: --username USERNAME
The optional username to require for authentication.
2018-11-03 16:21:10 +01:00
.. option:: --password PASSWORD
The optional password to require for authentication.
2018-11-03 16:21:10 +01:00
.. option:: --open-ui
If set, opens the dashboard UI in a browser once the server is up and running.
2021-03-17 20:11:41 +01:00
``logs`` Command
---------------------
.. program:: esphome logs
The ``esphome logs <CONFIG>`` command validates the configuration and shows all logs.
2021-03-17 20:11:41 +01:00
.. option:: --topic TOPIC
Manually set the topic to subscribe to.
.. option:: --username USERNAME
Manually set the username.
.. option:: --password PASSWORD
Manually set the password.
.. option:: --client-id CLIENT_ID
Manually set the client id.
.. option:: --device SERIAL_PORT
2021-03-17 20:11:41 +01:00
Manually specify a serial port/IP to use. For example ``/dev/cu.SLAB_USBtoUART``.
2018-11-03 16:21:10 +01:00
Using Bash or ZSH auto-completion
---------------------------------
ESPHome's command line interface provides the ability to use auto-completion features provided by Bash or ZSH.
You can register ESPHome for auto-completion by adding the following to your ~/.bashrc file:
.. code-block:: console
eval "$(register-python-argcomplete esphome)"
For more information, see `argcomplete <https://kislyuk.github.io/argcomplete/>`__ documentation.