diff --git a/components/logger.rst b/components/logger.rst index b059efbba..27250dab6 100644 --- a/components/logger.rst +++ b/components/logger.rst @@ -1,3 +1,5 @@ +.. _logger: + Logger Component ================ diff --git a/components/kuntze.rst b/components/sensor/kuntze.rst similarity index 93% rename from components/kuntze.rst rename to components/sensor/kuntze.rst index d204b8671..b4727c693 100644 --- a/components/kuntze.rst +++ b/components/sensor/kuntze.rst @@ -11,7 +11,7 @@ instrument in ESPHome. It uses :ref:`UART ` (ModBUS) for communication. Once configured you can use sensors as described below for your projects. -.. figure:: ../images/kuntze.jpg +.. figure:: ../../images/kuntze.jpg :align: center Kuntze NeonĀ® Multi instrument @@ -30,14 +30,14 @@ The device communicates at ``19200`` baud ``8E1``. To connect to ESPHome, an RS4 transceiver is needed. Choose a type which does not need a trigger to send and receive data, for example: -.. figure:: ../images/rs485.jpg +.. figure:: ../../images/rs485.jpg The controller connects to the UART of the MCU. For ESP32 GPIO `16` to `TXD` and `17` to RXD are the default ones but any other pins can be used as well. 3.3V to VCC and GND to GND. .. warning:: - If you are using the :doc:`logger` make sure you are not using the same pins for it or otherwise disable the UART + If you are using the :ref:`logger` make sure you are not using the same pins for it or otherwise disable the UART logging with the ``baud_rate: 0`` option. Component @@ -52,7 +52,7 @@ A configured modbus component is optional. It will be automatically created. - id: uart_bus tx_pin: GPIO16 rx_pin: GPIO17 - baud_rate: 19600 + baud_rate: 19200 parity: EVEN sensor: @@ -81,7 +81,7 @@ See Also -------- - :ref:`uart` -- :doc:`logger` +- :ref:`logger` - :ref:`Sensor ` - `Kuntze manuals `__ - `Communication protocol `__ diff --git a/index.rst b/index.rst index 2ab0cfdfd..ede62c1fa 100644 --- a/index.rst +++ b/index.rst @@ -365,6 +365,7 @@ Miscellaneous uFire ISE sensor, components/sensor/ufire_ise, ufire_ise.png, pH & Temperature Resol VBus, components/vbus, resol_deltasol_bs_plus.jpg Person Sensor (SEN21231), components/sensor/sen21231, sen21231.png + Kuntze pool sensor, components/sensor/kuntze, kuntze.jpg Motion