Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/docs/devices/KinCony-KC868-A16/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ board: esp32

Remove the 433MHz modules from the board. Connect the board with a USB-C cable to your commputer. While pressing the `S2` switch, attach the external power supply (12V) to the board. Erase flash and then flash the board with the usual ESPHome installation methods.

In this state, the Kincony A16 panel can only be used as a Modbus slave device (Modbus server).
For more information: Modbus Server Example (https://esphome.io/components/modbus_controller.html#example-server)

To enable Modbus master mode (Modbus client), the 120-ohm termination resistor labeled R79 on the board must be removed.

![image](https://github.com/user-attachments/assets/e0e7a779-9f81-48b3-a394-a1a42b3f4ee9)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the image in this PR



Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra line not needed

Suggested change

## Basic Configuration

```yaml
Expand Down