Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC686-A4 0-10 ->PWM
#1
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"


Attached Files Image(s)
   
Reply
#2
you can try, i have not tested, A4S have PWM output port.
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)