Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add web interface #278

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion esp32-ble-example.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: jk-bms
device_description: "Monitor and control a JK-BMS via bluetooth"
device_description: "Monitor and control a JK-BMS via bluetooth incl. web interface"
external_components_source: github://syssi/esphome-jk-bms@main
mac_address: C8:47:8C:E1:E2:E1
# Defaults to "JK02". Please use "JK04" if you have some old JK-BMS version (f.e. JK-B2A16S hw 3.0, sw. 3.3.0)
Expand All @@ -23,6 +23,11 @@ external_components:
- source: ${external_components_source}
refresh: 0s

web_server:
local: false

captive_portal:

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
Expand All @@ -32,6 +37,7 @@ logger:

# If you don't use Home Assistant please remove this `api` section and uncomment the `mqtt` component!
api:
reboot_timeout: 0s

# mqtt:
# broker: !secret mqtt_host
Expand Down
Loading