# I have put my comments next to the parameters I need clarity on.
My main issue is the PIN numbers and the esphome references.
I need clarity on its server 16 equivalent. Thank you.
# yaml details below
esphome: # This shouldn't be ESPHome right?
name: a8s # This should be the server 16 board right?
platform: ESP32 # This should be raspberry pi?
board: esp32dev # Kindly advice on the board name?
wifi:
ssid: "KinCony"
password: "a12345678"
captive_portal:
uart:
id: mod_bus # Can this be the same?
tx_pin: 33 # Should this be the same since its not an ESP32 or 14
rx_pin: 32 # # Should this be the same since its not an ESP32 or 15
baud_rate: 9600 # No comment
stop_bits: 1 # No comment
parity: EVEN # No comment
modbus:
id: modbus1
uart_id: mod_bus
modbus_controller:
- id: a8s
address: 0x01
modbus_id: modbus1
setup_priority: -10
update_interval: 5s
sensor:
- platform: modbus_controller
modbus_controller_id: a8s
name: "Voltage"
id: modbus_voltage
register_type: holding
address: 0x64
unit_of_measurement: "V"
value_type: FP32
accuracy_decimals: 2
My main issue is the PIN numbers and the esphome references.
I need clarity on its server 16 equivalent. Thank you.
# yaml details below
esphome: # This shouldn't be ESPHome right?
name: a8s # This should be the server 16 board right?
platform: ESP32 # This should be raspberry pi?
board: esp32dev # Kindly advice on the board name?
wifi:
ssid: "KinCony"
password: "a12345678"
captive_portal:
uart:
id: mod_bus # Can this be the same?
tx_pin: 33 # Should this be the same since its not an ESP32 or 14
rx_pin: 32 # # Should this be the same since its not an ESP32 or 15
baud_rate: 9600 # No comment
stop_bits: 1 # No comment
parity: EVEN # No comment
modbus:
id: modbus1
uart_id: mod_bus
modbus_controller:
- id: a8s
address: 0x01
modbus_id: modbus1
setup_priority: -10
update_interval: 5s
sensor:
- platform: modbus_controller
modbus_controller_id: a8s
name: "Voltage"
id: modbus_voltage
register_type: holding
address: 0x64
unit_of_measurement: "V"
value_type: FP32
accuracy_decimals: 2