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


Messages In This Thread
KC686-A4 0-10 ->PWM - by Yocee - 03-27-2024, 10:44 AM
RE: KC686-A4 0-10 ->PWM - by admin - 03-27-2024, 01:03 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)