Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
specki
ansible-warpzone
Commits
8aa80f81
Commit
8aa80f81
authored
2 years ago
by
3d
Browse files
Options
Downloads
Patches
Plain Diff
change popcorn to esp32
parent
8bcdbc43
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
intern/docker_esphome/templates/config/esphome_popcorn.yaml
+52
-69
52 additions, 69 deletions
intern/docker_esphome/templates/config/esphome_popcorn.yaml
with
52 additions
and
69 deletions
intern/docker_esphome/templates/config/esphome_popcorn.yaml
+
52
−
69
View file @
8aa80f81
{
%
set devicename = "esphome_popcorn" %
}
{
%
include "/includes/ansible.inc.yaml" %
}
{
%
include "/includes/board.
d1_mini
.inc.yaml" %
}
{
%
include "/includes/board.
esp32-doit-devkit-v1
.inc.yaml" %
}
on_boot
:
priority
:
250
...
...
@@ -13,77 +13,60 @@
spi
:
miso_pin
:
GPIO12
clk_pin
:
GPIO14
miso_pin
:
GPIO19
mosi_pin
:
GPIO23
clk_pin
:
GPIO18
climate
:
-
platform
:
pid
id
:
pid_heater
name
:
"
PID
Heater
Controller"
sensor
:
pot_sensor
default_target_temperature
:
264
heat_output
:
pot_heater
control_parameters
:
kp
:
0.0
ki
:
0.0
kd
:
0.0
visual
:
min_temperature
:
0
max_temperature
:
275
temperature_step
:
1
font
:
-
file
:
"
gfonts://Roboto"
id
:
my_font
size
:
115
-
file
:
"
04B03.ttf"
id
:
b03
size
:
20
color
:
-
id
:
my_red
red
:
100%
green
:
0%
blue
:
0%
-
id
:
my_green
red
:
0%
green
:
100%
blue
:
0%
-
id
:
my_blue
red
:
0%
green
:
0%
blue
:
100%
-
id
:
my_yellow
red
:
100%
green
:
100%
blue
:
0%
button
:
-
platform
:
template
name
:
"
PID
Heater
Autotune"
on_press
:
-
climate.pid.autotune
:
pid_heater
display
:
-
platform
:
ili9341
model
:
TFT
2.4
cs_pin
:
GPIO5
dc_pin
:
GPIO16
reset_pin
:
GPIO17
rotation
:
90°
sensor
:
-
platform
:
max31855
name
:
"
Pot
Temperature"
id
:
pot_sensor
cs_pin
:
GPIO15
update_interval
:
30s
-
platform
:
pid
name
:
"
PID
Heater
Result"
type
:
RESULT
-
platform
:
pid
name
:
"
PID
PROPORTIONAL
Result"
type
:
PROPORTIONAL
-
platform
:
pid
name
:
"
PID
INTEGRAL
Result"
type
:
INTEGRAL
-
platform
:
pid
name
:
"
PID
DERIVATIVE
Result"
type
:
DERIVATIVE
-
platform
:
pid
name
:
"
PID
HEAT
Result"
type
:
HEAT
lambda
:
|-
it.printf(160,120,id(my_font),TextAlign::CENTER,"264°C");
time
:
-
platform
:
sntp
id
:
ntp_time
timezone
:
'
Europe/Berlin'
output
:
-
platform
:
slow_pwm
pin
:
GPIO0
id
:
pot_heater
period
:
15s
-
platform
:
ledc
pin
:
GPIO4
id
:
gpio_4_backlight_pwm
binary_sensor
:
-
platform
:
gpio
pin
:
number
:
GPIO13
inverted
:
true
mode
:
input
:
true
pullup
:
true
name
:
"
Heat
Button"
id
:
heat_button
on_release
:
then
:
-
climate.control
:
id
:
pid_heater
mode
:
"
OFF"
on_press
:
then
:
-
climate.control
:
id
:
pid_heater
mode
:
HEAT
target_temperature
:
264
\ No newline at end of file
light
:
-
platform
:
monochromatic
output
:
gpio_4_backlight_pwm
name
:
"
ILI9341
Display
Backlight"
id
:
back_light
restore_mode
:
ALWAYS_ON
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment