Skip to content
Snippets Groups Projects
Commit 491a0f91 authored by 3d's avatar 3d
Browse files

add popcorn machine

parent a8123037
No related branches found
No related tags found
No related merge requests found
Subproject commit e8a049414bca2b14b158444dac1b94c2ca90d9be
Subproject commit 900377e4f72486f6699ecf736f96adfbc04e92da
......@@ -55,6 +55,7 @@
- config/esphome_plug06.yaml
- config/esphome_plug07.yaml
- config/esphome_plug08.yaml
- config/esphome_popcorn.yaml
register: config
- name: "stop {{ servicename }} docker"
......
{% set devicename = "esphome_popcorn" %}
{% include "/includes/ansible.inc.yaml" %}
{% include "/includes/board.d1_mini.inc.yaml" %}
{% include "/includes/common.inc.yaml" %}
spi:
miso_pin: GPIO12
clk_pin: GPIO14
climate:
- platform: pid
id: pid_climate
name: "PID Climate Controller"
sensor: pot_sensor
default_target_temperature: 21°C
heat_output: heater
control_parameters:
kp: 0.0
ki: 0.0
kd: 0.0
button:
- platform: template
name: "PID Climate Autotune"
on_press:
- climate.pid.autotune: pid_climate
sensor:
- platform: pid
name: "PID Climate Result"
type: RESULT
- platform: max31855
name: "Pot Temperature"
id: pot_sensor
cs_pin: GPIO15
update_interval: 30s
output:
- platform: slow_pwm
pin: GPIO0
id: heater
period: 15s
\ No newline at end of file
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