03-27-2024, 10:44 AM
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"
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"