Smart Home Automation Forum

Full Version: KC686-A4 0-10 ->PWM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

Is it possible to use the 0-10v output as a pwm output? I want to control a heating pump with it.
The firmware would be ESPhome. I am attaching the pump PWM signal data.

esphome:
  name: pump
  platform: ESP32

wifi:
  ssid: "xxx"
  password: "xxx"

# Enable logging
logger:

# Enable Home Assistant API
api:
  password: "xxx"

ota:
  password: "xxx"

output:
  - platform: ledc
    pin: GPIO26
    frequency: 100 Hz
    id: pump_pwm

fan:
  - platform: speed
    output: pump_pwm
    name: "pump"
you can try, i have not tested, A4S have PWM output port.