Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- esphome:
- name: esp32-c3-zero
- friendly_name: ESP32 C3 Zero
- esp32:
- board: esp32-c3-devkitm-1
- framework:
- type: esp-idf
- #TEST of Dallasng because one_wire kept failing
- external_components:
- - source: github://nrandell/dallasng
- logger:
- api:
- encryption:
- key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
- ota:
- - platform: esphome
- password: "xxxxxxxxxxxxxxxxxxxx"
- wifi:
- ssid: !secret wifi_ssid
- password: !secret wifi_password
- manual_ip:
- static_ip: xxx.xxx.xxx.xxx
- gateway: xxx.xxx.xxx.xxx
- subnet: xxx.xxx.xxx.xxx
- dns1: xxx.xxx.xxx.xxx #dns1 not necessary
- # Enable fallback hotspot (captive portal) in case wifi connection fails
- ap:
- ssid: "Esp32-C3-Zero Fallback Hotspot"
- password: "xxxxxxxxxxxxx"
- captive_portal:
- dallasng:
- - pin: 0
- update_interval: 3s
- #one_wire: #replaced by dallasng
- #- platform: gpio
- #pin: 0
- sensor:
- - platform: dallasng #dallas_temp #replaced by dallasng
- address: 0x150300a2797eab28
- name: Frem
- resolution: 12
- #update_interval: 1s #updateinterval moved to dallasng
- accuracy_decimals: 1
- - platform: dallasng #dallas_temp #replaced by dallasng
- address: 0xa90300a2792a2f28
- name: Vandvarmer ud
- resolution: 12
- #update_interval: 1s #updateinterval moved to dallasng
- accuracy_decimals: 1
- - platform: dallasng #dallas_temp #replaced by dallasng
- address: 0x0eb110d71964ff28
- name: Retur
- resolution: 12
- #update_interval: 1s #updateinterval moved to dallasng
- accuracy_decimals: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement