Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kincony Server 16 Modbus
#3
# 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
Reply


Messages In This Thread
Kincony Server 16 Modbus - by Setornam - 07-17-2024, 03:41 PM
RE: Kincony Server 16 Modbus - by admin - 07-17-2024, 11:56 PM
RE: Kincony Server 16 Modbus - by Setornam - 07-18-2024, 09:34 AM
RE: Kincony Server 16 Modbus - by admin - 07-18-2024, 11:57 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)