This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: esp32-cam-1 | |
| friendly_name: esp32-cam-1 | |
| esp32: | |
| board: esp32dev | |
| framework: | |
| type: arduino | |
| # Enable logging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: adc-pressure-sensor | |
| friendly_name: adc-pressure-sensor | |
| esp32: | |
| board: esp32dev | |
| framework: | |
| type: arduino | |
| # Enable logging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: air-quality | |
| comment: "${device_description}" | |
| friendly_name: Air Quality | |
| substitutions: | |
| device_description: "Air Quality Sensor (ENS160+AHT20)" | |
| device_name: "air-quality" | |
| ens160_update_interval: "100s" | |
| aht20_update_interval: "60s" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: ecosoft-softener | |
| comment: "${device_description}" | |
| friendly_name: Ecosoft Water Softener | |
| on_boot: | |
| priority: 200 | |
| then: | |
| - script.execute: on_boot | |
| substitutions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| substitutions: | |
| device_description: "Sonoff Basic with BME280 Outdoor" | |
| device_name: "sonoff-sw1" | |
| esphome: | |
| name: ${device_name} | |
| comment: "${device_description}" | |
| friendly_name: Sonoff SW1 | |
| esp8266: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: topas-meter | |
| comment: "${device_description}" | |
| friendly_name: Topas Meter | |
| substitutions: | |
| device_description: "Topas Septic Temperature and Water Level Meter" | |
| device_name: "topas-meter" | |
| water_warn_prc: "80" # water level in prc warning | |
| diag_updt_interval: 60s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| substitutions: | |
| name: jkbms-b2a8s20p-calb | |
| device_description: "Monitor a JK-BMS using the GPS port (UART-TTL)" | |
| external_components_source: github://syssi/esphome-jk-bms@main | |
| tx_pin: GPIO16 | |
| rx_pin: GPIO17 | |
| time: | |
| - platform: homeassistant | |
| id: homeassistant_time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: sonoff-b1-lamp | |
| friendly_name: Sonoff-B1-Lamp | |
| substitutions: | |
| device_description: "Sonoff B1 LED Lamp" | |
| device_name: "sonoff-b1-lamp" | |
| esp8266: | |
| board: esp01_1m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| substitutions: | |
| device_description: "Boiler connected Blitzwolf BW-SHP6 Plug" | |
| device_name: "boiler-shp-plug" | |
| sensors_update_interval: "30s" # plug sensors update interval | |
| diag_update_interval: "60s" # diagnostics sensors update interval | |
| # Higher value gives lower watt readout | |
| current_res: "0.00290" | |
| # Lower value gives lower voltage readout | |
| voltage_div: "940" | |
| # Max Power is 3450W for 15A and 2300W for 10A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: freezer-plug | |
| comment: "${device_description}" | |
| friendly_name: Freezer Plug | |
| substitutions: | |
| device_description: "Freezer Plug with power metering" | |
| power_update_interval: 15s | |
| diag_update_interval: 60s | |
| max_power: "2000" |