Skip to content

Example esphome configuration to switch a tethercell battery via bluetooth

Notifications You must be signed in to change notification settings

w00dst0ck/esphome-tethercell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

esphome-tethercell

After having a few Tethercell batteries lying unused in a drawer for a few years, it was time to put them back to use.

Example esphome configuration as package to switch a tethercell battery via bluetooth

esp32_ble_tracker:

packages:
  tethercell1:
    url: https://github.com/w00dst0ck/esphome-tethercell
    files:
      - path: esphome_tethercell_generic.yaml
        vars:
          tethercell_number: 1
          tethercell_mac: 88:33:14:49:XX:XX
          tethercell_pin: 00000000
    ref: main
    refresh: 1d

  tethercell2:
    url: https://github.com/w00dst0ck/esphome-tethercell
    files:
      - path: esphome_tethercell_generic.yaml
        vars:
          tethercell_number: 2
          tethercell_mac: 88:33:14:49:XX:XX
          tethercell_pin: 00000000
    ref: main
    refresh: 1d

About

Example esphome configuration to switch a tethercell battery via bluetooth

Topics

Resources

Stars

Watchers

Forks