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

ATOM Lite Reference File #66

Open
sumur1au opened this issue Aug 20, 2024 · 1 comment
Open

ATOM Lite Reference File #66

sumur1au opened this issue Aug 20, 2024 · 1 comment

Comments

@sumur1au
Copy link

For reference if anyone wants to use the ATOM Lite for the Tesla BLE Project

substitutions:
  name: ble-tesla
  friendly_name: Ble Tesla
  charging_amps_max: "16"

packages:
  common: github://yoziru/esphome-tesla-ble/packages/common.yml@main
  client: github://yoziru/esphome-tesla-ble/packages/client.yml@main
# listener: github://yoziru/esphome-tesla-ble/packages/listener.yml@main

external_components:
  source: github://yoziru/esphome-tesla-ble/packages/external_components.yml@main

esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
  libraries:
    - https://github.com/yoziru/tesla-ble.git  

esp32:
  board: m5stack-atom
  flash_size: 4MB
  framework:
    type: esp-idf
    version: 5.3.0
    platform_version: 6.8.1 

####################################################
wifi:
  fast_connect: true
  ssid: !secret IoT_ssid
  password: !secret IoT_password
  on_connect:
    - esp32_ble_tracker.start_scan:
        continuous: true
  on_disconnect:
    - esp32_ble_tracker.stop_scan:
  output_power: 8.5dBm  

  # Enable fallback hotspot (for captive portal) in case wifi connection fails
  ap:
    ssid: "ESPHome $friendly_name"
    password: !secret ap_password

# Enable Home Assistant API
api:
  encryption:
    key: !secret api_encryption

ota:
  - platform: esphome
    password: !secret api_ota_Password

web_server:
  port: 80
  auth:
    username: admin
    password: !secret web_server_password  
  
####################################################

# Enable logging
logger:
@swainstm
Copy link

swainstm commented Dec 9, 2024

I am very interested in getting and Atom lite going with this. But excuse my lack of knowledge, but how do we integrate this configuration into the install process as outlined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants