Skip to content

Commit

Permalink
Add project description (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Dec 14, 2022
1 parent f9a6490 commit fa1e939
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions esp32-example.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
substitutions:
name: seplos-bms
device_description: "Monitor a Seplos BMS via RS485"
external_components_source: github://syssi/esphome-seplos-bms@main
tx_pin: GPIO4
rx_pin: GPIO5

esphome:
name: ${name}
comment: ${device_description}
project:
name: "syssi.esphome-seplos-bms"
version: 1.0.0

esp32:
board: wemos_d1_mini32
Expand Down
5 changes: 5 additions & 0 deletions esp8266-example-multiple-battery-banks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ substitutions:
battery_bank0: "${name} bank 0"
battery_bank1: "${name} bank 1"
battery_bank2: "${name} bank 2"
device_description: "Monitor a Seplos BMS via RS485"
external_components_source: github://syssi/esphome-seplos-bms@main
tx_pin: GPIO4
rx_pin: GPIO5

esphome:
name: ${name}
comment: ${device_description}
project:
name: "syssi.esphome-seplos-bms"
version: 1.0.0

esp8266:
board: d1_mini
Expand Down
5 changes: 5 additions & 0 deletions esp8266-example.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
substitutions:
name: seplos-bms
device_description: "Monitor a Seplos BMS via RS485"
external_components_source: github://syssi/esphome-seplos-bms@main
tx_pin: GPIO4
rx_pin: GPIO5

esphome:
name: ${name}
comment: ${device_description}
project:
name: "syssi.esphome-seplos-bms"
version: 1.0.0

esp8266:
board: d1_mini
Expand Down
5 changes: 5 additions & 0 deletions esp8266-fake-bms.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
substitutions:
name: seplos-bms-tx
device_description: "Fake Seplos BMS"
tx_pin: GPIO4
rx_pin: GPIO5

esphome:
name: ${name}
comment: ${device_description}
project:
name: "syssi.esphome-seplos-bms"
version: 1.0.0

esp8266:
board: d1_mini
Expand Down
3 changes: 3 additions & 0 deletions test-esp32.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

esphome -s external_components_source components ${1:-run} ${2:-esp32-example-faker.yaml}

0 comments on commit fa1e939

Please sign in to comment.