Skip to content

Commit

Permalink
esphome_bbq max31855 🍗 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcallaghan authored May 6, 2020
1 parent 09437ce commit 879df4a
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions esphome_bbq.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
substitutions:
system_name: bbq
friendly_name: Esph BBQ

esphome:
name: "esph_${system_name}"
platform: ESP32
board: pico32

wifi:
ssid: !secret wifi_vlan1_ssid
password: !secret wifi_vlan1_password
fast_connect: true
ap:
ssid: "${friendly_name} AP"
password: !secret fallback_ssid_password

captive_portal:

logger:
level: VERY_VERBOSE

api:
password: !secret api_password

web_server:
port: 80

ota:
password: !secret ota_password

spi:
miso_pin: GPIO12
clk_pin: GPIO14

text_sensor:

- platform: version
name: "esph_${system_name}_version"

sensor:

- platform: wifi_signal
name: "esph_${system_name}_wifi_signal"
update_interval: 30s

- platform: uptime
name: "esph_${system_name}_uptime"
update_interval: 60s

- platform: max31855
name: "esph_${system_name}_ambient_temperature"
cs_pin: GPIO27
update_interval: 5s

0 comments on commit 879df4a

Please sign in to comment.