03-09-2025, 10:18 AM
This is my Bin file generated by esphome and flashed with esphome flasher and download tool.
compiled with esphome 2025.2
a minimal setup, only modbus is activated and a binairy sensor for the status
not able to upload a bin file, so compressed it to a zip file
Yaml:
esphome:
name: kincony-dev
friendly_name: Kincony_dev
platformio_options:
board_build.flash_mode: dio
esp32:
board: esp32-s3-devkitc-1
framework:
type: esp-idf
# Enable Home Assistant API
api:
encryption:
key: ""
ota:
- platform: esphome
password: ""
# Enable logging
logger:
hardware_uart: USB_SERIAL_JTAG
ethernet:
type: W5500
clk_pin: GPIO43
mosi_pin: GPIO44
miso_pin: GPIO42
cs_pin: GPIO41
interrupt_pin: GPIO2
reset_pin: GPIO1
uart:
- id: uart_485
baud_rate: 9600
debug:
direction: BOTH
dummy_receiver: true
after:
timeout: 10ms
tx_pin: 16
rx_pin: 15
parity: EVEN
rx_buffer_size: 1024
stop_bits: 1
modbus:
id: modbus1
uart_id: uart_485
send_wait_time: 1000ms
# flow_control_pin: GPIO4
web_server:
port: 80
binary_sensor:
- platform: status
name: "Kincony-dev Status"
compiled with esphome 2025.2
a minimal setup, only modbus is activated and a binairy sensor for the status
not able to upload a bin file, so compressed it to a zip file
Yaml:
esphome:
name: kincony-dev
friendly_name: Kincony_dev
platformio_options:
board_build.flash_mode: dio
esp32:
board: esp32-s3-devkitc-1
framework:
type: esp-idf
# Enable Home Assistant API
api:
encryption:
key: ""
ota:
- platform: esphome
password: ""
# Enable logging
logger:
hardware_uart: USB_SERIAL_JTAG
ethernet:
type: W5500
clk_pin: GPIO43
mosi_pin: GPIO44
miso_pin: GPIO42
cs_pin: GPIO41
interrupt_pin: GPIO2
reset_pin: GPIO1
uart:
- id: uart_485
baud_rate: 9600
debug:
direction: BOTH
dummy_receiver: true
after:
timeout: 10ms
tx_pin: 16
rx_pin: 15
parity: EVEN
rx_buffer_size: 1024
stop_bits: 1
modbus:
id: modbus1
uart_id: uart_485
send_wait_time: 1000ms
# flow_control_pin: GPIO4
web_server:
port: 80
binary_sensor:
- platform: status
name: "Kincony-dev Status"