17 Commits

Author SHA1 Message Date
Sebastian Muszynski
5b72c21170 Use main per default
Some checks failed
CI / yamllint (push) Has been cancelled
CI / Bundle external component and ESPHome (push) Has been cancelled
CI / Create common environment (push) Has been cancelled
CI / Check ruff (push) Has been cancelled
CI / Check flake8 (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Check pyupgrade (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Check clang-format (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Validate example configurations (push) Has been cancelled
CI / Build example configurations (push) Has been cancelled
2025-07-07 13:49:00 +02:00
Sebastian Muszynski
f9d8ff54c0 Bump component version
Some checks failed
CI / yamllint (push) Has been cancelled
CI / Bundle external component and ESPHome (push) Has been cancelled
CI / Create common environment (push) Has been cancelled
CI / Check ruff (push) Has been cancelled
CI / Check flake8 (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Check pyupgrade (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Check clang-format (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Validate example configurations (push) Has been cancelled
CI / Build example configurations (push) Has been cancelled
2025-07-05 21:05:40 +02:00
Sebastian Muszynski
91a7913e8b Disable active BLE scans to save some power and RF pollution (#54)
Some checks failed
CI / yamllint (push) Has been cancelled
CI / lint-clang-format (push) Has been cancelled
CI / lint-clang-tidy (push) Has been cancelled
CI / lint-python (push) Has been cancelled
CI / esphome-config (push) Has been cancelled
CI / esphome-compile (push) Has been cancelled
2024-10-21 13:57:14 +02:00
Sebastian Muszynski
98a0f0bf1e Add minimum required ESPHome version 2024-06-21 06:50:33 +02:00
Sebastian Muszynski
d1a917a1c7 Specify OTA platform 2024-06-20 21:41:59 +02:00
Sebastian Muszynski
afada45065 Improve triple charger support (#44) 2023-06-21 20:17:19 +02:00
Sebastian Muszynski
cdec1318b6 Drop patched BLE components (#39) 2023-06-03 12:54:19 +02:00
Sebastian Muszynski
d99d9b029b Expose capacity details as sensors (Closes: #36) (#38) 2023-04-21 11:01:01 +02:00
Sebastian Muszynski
6c3c0ced7c Make log level explicit 2023-04-13 13:12:42 +02:00
Sebastian Muszynski
cfd1285e93 Simplify MAC address discovery 2023-03-27 21:36:27 +02:00
Sebastian Muszynski
c4e9aceec0 Use recommended ESP-IDF platform version (#25) 2023-03-17 17:44:56 +01:00
Sebastian Muszynski
7b80c0dacb Expose some bits of the status bitmask as binary sensors (#21)
Additional binary sensors: controller active, AES active, current reduction
2023-02-12 11:13:46 +01:00
Sebastian Muszynski
afa3315b9e Add power sensor (Closes: #12) (#17) 2023-02-09 21:48:29 +01:00
Sebastian Muszynski
ad1c8f9044 Introduce binary sensors "charging" and "discharging" (Closes: #5) (#7) 2023-02-05 19:05:47 +01:00
Sebastian Muszynski
07929f0509 Decode status bits (#4) 2023-01-29 21:18:21 +01:00
Sebastian Muszynski
804b5a7e83 Introduce sensor entities (#2) 2023-01-22 21:09:23 +01:00
Sebastian Muszynski
42e6758aad Initial commit 2023-01-22 17:59:53 +01:00