This file contains 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
rest: | |
- scan_interval: 15 | |
resource: https://192.168.180.199/ivp/meters/readings | |
verify_ssl: false | |
headers: | |
Authorization: !secret enphase_api_token | |
sensor: | |
- unique_id: enphase_rest_production_meter | |
name: "Enphase Production Meter" | |
json_attributes_path: "$.0.channels[0]" |
This file contains 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
alias: "[Tech] Router Watchdog" | |
mode: single | |
trigger: | |
- platform: state | |
entity_id: | |
- binary_sensor.ping_udm_ipv4 | |
to: "off" | |
for: | |
minutes: 15 | |
condition: |
This file contains 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
alias: Post Notification | |
description: "" | |
mode: restart | |
trigger: | |
- platform: state | |
entity_id: | |
- binary_sensor.z2maqarareed01_contact | |
from: "on" | |
to: "off" | |
for: |
This file contains 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
alias: "[Washing] Done" | |
description: "" | |
trigger: | |
- platform: numeric_state | |
entity_id: sensor.washing_machine_power | |
for: | |
hours: 0 | |
minutes: 0 | |
seconds: 0 | |
above: "500" |
This file contains 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_name: roller-door | |
friendly_name: Roller Door | |
## Board config | |
esphome: | |
name: ${device_name} | |
platform: ESP32 | |
board: m5stack-core-esp32 |
This file contains 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
## ui-views/0-home.yaml | |
title: Home | |
path: home | |
icon: mdi:home | |
badges: | |
- sun.sun | |
- sensor.moon | |
- person.matt | |
- person.tats |
This file contains 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
<# | |
.SYNOPSIS | |
Run a solar and battery simulation using real historical data | |
.DESCRIPTION | |
Combines real usage data from Powershop's export format, in 30-minute buckets, | |
with real regional solar performance data from https://pv-map.apvi.org.au/live, | |
in 15-minute buckets, to simulate the effectiveness of a solar and battery system. | |
.EXAMPLE | |
.\Run-Simulation.ps1 ` | |
-PeakGeneration 5.46 ` |
This file contains 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
- alias: 'Washing Done' | |
mode: restart | |
trigger: | |
- platform: numeric_state | |
entity_id: sensor.washing_machine_power | |
above: 0 | |
for: | |
minutes: 5 | |
action: | |
- wait_for_trigger: |
This file contains 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_name: powerpal-gateway | |
friendly_name: Powerpal Gateway | |
esphome: | |
name: ${device_name} | |
platform: ESP32 | |
board: m5stack-core-esp32 | |
wifi: |
This file contains 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
# Per https://www.home-assistant.io/docs/configuration/packages/#create-a-packages-folder | |
homeassistant: | |
packages: !include_dir_named packages |
NewerOlder