Skip to content
Snippets Groups Projects
Commit b7cc2b4c authored by jabertwo's avatar jabertwo
Browse files

abluft in esphome

parent bcb64c43
No related branches found
No related tags found
No related merge requests found
{% set devicename = "esphome_abluft" %}
{% include "/includes/ansible.inc.yaml" %}
{% include "/includes/board.d1_mini.inc.yaml" %}
{% include "/includes/common.inc.yaml" %}
# fan control
output:
- platform: esp8266_pwm
inverted: true
min_power: 0.15
max_power: 0.82
zero_means_zero: true
pin: D1
id: pwmout
fan:
- platform: speed
output: pwmout
name: Speed
sensor:
- platform: pulse_counter
pin:
number: D2
mode: INPUT_PULLUP
unit_of_measurement: 'RPM'
name: RPM
update_interval: 5s
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment