mirror of
https://github.com/esphome/esphome.git
synced 2025-11-03 08:31:47 +00:00
Compare commits
1 Commits
ina226-ext
...
jesserockz
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3792823c24 |
15
.clang-tidy
15
.clang-tidy
@@ -5,12 +5,9 @@ Checks: >-
|
|||||||
-altera-*,
|
-altera-*,
|
||||||
-android-*,
|
-android-*,
|
||||||
-boost-*,
|
-boost-*,
|
||||||
-bugprone-easily-swappable-parameters,
|
|
||||||
-bugprone-implicit-widening-of-multiplication-result,
|
|
||||||
-bugprone-narrowing-conversions,
|
-bugprone-narrowing-conversions,
|
||||||
-bugprone-signed-char-misuse,
|
-bugprone-signed-char-misuse,
|
||||||
-cert-dcl50-cpp,
|
-cert-dcl50-cpp,
|
||||||
-cert-err33-c,
|
|
||||||
-cert-err58-cpp,
|
-cert-err58-cpp,
|
||||||
-cert-oop57-cpp,
|
-cert-oop57-cpp,
|
||||||
-cert-str34-c,
|
-cert-str34-c,
|
||||||
@@ -18,7 +15,6 @@ Checks: >-
|
|||||||
-clang-analyzer-osx.*,
|
-clang-analyzer-osx.*,
|
||||||
-clang-diagnostic-delete-abstract-non-virtual-dtor,
|
-clang-diagnostic-delete-abstract-non-virtual-dtor,
|
||||||
-clang-diagnostic-delete-non-abstract-non-virtual-dtor,
|
-clang-diagnostic-delete-non-abstract-non-virtual-dtor,
|
||||||
-clang-diagnostic-ignored-optimization-argument,
|
|
||||||
-clang-diagnostic-shadow-field,
|
-clang-diagnostic-shadow-field,
|
||||||
-clang-diagnostic-unused-const-variable,
|
-clang-diagnostic-unused-const-variable,
|
||||||
-clang-diagnostic-unused-parameter,
|
-clang-diagnostic-unused-parameter,
|
||||||
@@ -29,7 +25,6 @@ Checks: >-
|
|||||||
-cppcoreguidelines-macro-usage,
|
-cppcoreguidelines-macro-usage,
|
||||||
-cppcoreguidelines-narrowing-conversions,
|
-cppcoreguidelines-narrowing-conversions,
|
||||||
-cppcoreguidelines-non-private-member-variables-in-classes,
|
-cppcoreguidelines-non-private-member-variables-in-classes,
|
||||||
-cppcoreguidelines-prefer-member-initializer,
|
|
||||||
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
||||||
-cppcoreguidelines-pro-bounds-constant-array-index,
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
||||||
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
||||||
@@ -41,7 +36,6 @@ Checks: >-
|
|||||||
-cppcoreguidelines-pro-type-union-access,
|
-cppcoreguidelines-pro-type-union-access,
|
||||||
-cppcoreguidelines-pro-type-vararg,
|
-cppcoreguidelines-pro-type-vararg,
|
||||||
-cppcoreguidelines-special-member-functions,
|
-cppcoreguidelines-special-member-functions,
|
||||||
-cppcoreguidelines-virtual-class-destructor,
|
|
||||||
-fuchsia-multiple-inheritance,
|
-fuchsia-multiple-inheritance,
|
||||||
-fuchsia-overloaded-operator,
|
-fuchsia-overloaded-operator,
|
||||||
-fuchsia-statically-constructed-objects,
|
-fuchsia-statically-constructed-objects,
|
||||||
@@ -74,7 +68,6 @@ Checks: >-
|
|||||||
-modernize-use-nodiscard,
|
-modernize-use-nodiscard,
|
||||||
-mpi-*,
|
-mpi-*,
|
||||||
-objc-*,
|
-objc-*,
|
||||||
-readability-container-data-pointer,
|
|
||||||
-readability-convert-member-functions-to-static,
|
-readability-convert-member-functions-to-static,
|
||||||
-readability-else-after-return,
|
-readability-else-after-return,
|
||||||
-readability-function-cognitive-complexity,
|
-readability-function-cognitive-complexity,
|
||||||
@@ -89,6 +82,8 @@ WarningsAsErrors: '*'
|
|||||||
AnalyzeTemporaryDtors: false
|
AnalyzeTemporaryDtors: false
|
||||||
FormatStyle: google
|
FormatStyle: google
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
|
- key: google-readability-braces-around-statements.ShortStatementLines
|
||||||
|
value: '1'
|
||||||
- key: google-readability-function-size.StatementThreshold
|
- key: google-readability-function-size.StatementThreshold
|
||||||
value: '800'
|
value: '800'
|
||||||
- key: google-runtime-int.TypeSuffix
|
- key: google-runtime-int.TypeSuffix
|
||||||
@@ -163,9 +158,3 @@ CheckOptions:
|
|||||||
value: ''
|
value: ''
|
||||||
- key: readability-qualified-auto.AddConstToQualified
|
- key: readability-qualified-auto.AddConstToQualified
|
||||||
value: 0
|
value: 0
|
||||||
- key: readability-identifier-length.MinimumVariableNameLength
|
|
||||||
value: 0
|
|
||||||
- key: readability-identifier-length.MinimumParameterNameLength
|
|
||||||
value: 0
|
|
||||||
- key: readability-identifier-length.MinimumLoopCounterNameLength
|
|
||||||
value: 0
|
|
||||||
|
|||||||
@@ -1,60 +1,56 @@
|
|||||||
{
|
{
|
||||||
"name": "ESPHome Dev",
|
"name": "ESPHome Dev",
|
||||||
"image": "ghcr.io/esphome/esphome-lint:dev",
|
"image": "ghcr.io/esphome/esphome-lint:dev",
|
||||||
"postCreateCommand": ["script/devcontainer-post-create"],
|
"postCreateCommand": [
|
||||||
"containerEnv": {
|
"script/devcontainer-post-create"
|
||||||
"DEVCONTAINER": "1",
|
],
|
||||||
"PIP_BREAK_SYSTEM_PACKAGES": "1",
|
"runArgs": [
|
||||||
"PIP_ROOT_USER_ACTION": "ignore"
|
"--privileged",
|
||||||
},
|
"-e",
|
||||||
"runArgs": ["--privileged", "-e", "ESPHOME_DASHBOARD_USE_PING=1"],
|
"ESPHOME_DASHBOARD_USE_PING=1"
|
||||||
|
],
|
||||||
"appPort": 6052,
|
"appPort": 6052,
|
||||||
"customizations": {
|
"extensions": [
|
||||||
"vscode": {
|
// python
|
||||||
"extensions": [
|
"ms-python.python",
|
||||||
// python
|
"visualstudioexptteam.vscodeintellicode",
|
||||||
"ms-python.python",
|
// yaml
|
||||||
"visualstudioexptteam.vscodeintellicode",
|
"redhat.vscode-yaml",
|
||||||
// yaml
|
// cpp
|
||||||
"redhat.vscode-yaml",
|
"ms-vscode.cpptools",
|
||||||
// cpp
|
// editorconfig
|
||||||
"ms-vscode.cpptools",
|
"editorconfig.editorconfig",
|
||||||
// editorconfig
|
],
|
||||||
"editorconfig.editorconfig"
|
"settings": {
|
||||||
],
|
"python.languageServer": "Pylance",
|
||||||
"settings": {
|
"python.pythonPath": "/usr/bin/python3",
|
||||||
"python.languageServer": "Pylance",
|
"python.linting.pylintEnabled": true,
|
||||||
"python.pythonPath": "/usr/bin/python3",
|
"python.linting.enabled": true,
|
||||||
"python.linting.pylintEnabled": true,
|
"python.formatting.provider": "black",
|
||||||
"python.linting.enabled": true,
|
"editor.formatOnPaste": false,
|
||||||
"python.formatting.provider": "black",
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnPaste": false,
|
"editor.formatOnType": true,
|
||||||
"editor.formatOnSave": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
"editor.formatOnType": true,
|
"terminal.integrated.defaultProfile.linux": "bash",
|
||||||
"files.trimTrailingWhitespace": true,
|
"yaml.customTags": [
|
||||||
"terminal.integrated.defaultProfile.linux": "bash",
|
"!secret scalar",
|
||||||
"yaml.customTags": [
|
"!lambda scalar",
|
||||||
"!secret scalar",
|
"!include_dir_named scalar",
|
||||||
"!lambda scalar",
|
"!include_dir_list scalar",
|
||||||
"!extend scalar",
|
"!include_dir_merge_list scalar",
|
||||||
"!include_dir_named scalar",
|
"!include_dir_merge_named scalar"
|
||||||
"!include_dir_list scalar",
|
],
|
||||||
"!include_dir_merge_list scalar",
|
"files.exclude": {
|
||||||
"!include_dir_merge_named scalar"
|
"**/.git": true,
|
||||||
],
|
"**/.DS_Store": true,
|
||||||
"files.exclude": {
|
"**/*.pyc": {
|
||||||
"**/.git": true,
|
"when": "$(basename).py"
|
||||||
"**/.DS_Store": true,
|
},
|
||||||
"**/*.pyc": {
|
"**/__pycache__": true
|
||||||
"when": "$(basename).py"
|
},
|
||||||
},
|
"files.associations": {
|
||||||
"**/__pycache__": true
|
"**/.vscode/*.json": "jsonc"
|
||||||
},
|
},
|
||||||
"files.associations": {
|
"C_Cpp.clang_format_path": "/usr/bin/clang-format-11",
|
||||||
"**/.vscode/*.json": "jsonc"
|
|
||||||
},
|
|
||||||
"C_Cpp.clang_format_path": "/usr/bin/clang-format-13"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1,3 +1,2 @@
|
|||||||
# Normalize line endings to LF in the repository
|
# Normalize line endings to LF in the repository
|
||||||
* text eol=lf
|
* text eol=lf
|
||||||
*.png binary
|
|
||||||
|
|||||||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -19,8 +19,6 @@
|
|||||||
- [ ] ESP32 IDF
|
- [ ] ESP32 IDF
|
||||||
- [ ] ESP8266
|
- [ ] ESP8266
|
||||||
- [ ] RP2040
|
- [ ] RP2040
|
||||||
- [ ] BK72xx
|
|
||||||
- [ ] RTL87xx
|
|
||||||
|
|
||||||
## Example entry for `config.yaml`:
|
## Example entry for `config.yaml`:
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
38
.github/actions/restore-python/action.yml
vendored
38
.github/actions/restore-python/action.yml
vendored
@@ -1,38 +0,0 @@
|
|||||||
name: Restore Python
|
|
||||||
inputs:
|
|
||||||
python-version:
|
|
||||||
description: Python version to restore
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
cache-key:
|
|
||||||
description: Cache key to use
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
outputs:
|
|
||||||
python-version:
|
|
||||||
description: Python version restored
|
|
||||||
value: ${{ steps.python.outputs.python-version }}
|
|
||||||
runs:
|
|
||||||
using: "composite"
|
|
||||||
steps:
|
|
||||||
- name: Set up Python ${{ inputs.python-version }}
|
|
||||||
id: python
|
|
||||||
uses: actions/setup-python@v4.7.0
|
|
||||||
with:
|
|
||||||
python-version: ${{ inputs.python-version }}
|
|
||||||
- name: Restore Python virtual environment
|
|
||||||
id: cache-venv
|
|
||||||
uses: actions/cache/restore@v3.3.2
|
|
||||||
with:
|
|
||||||
path: venv
|
|
||||||
# yamllint disable-line rule:line-length
|
|
||||||
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-venv-${{ inputs.cache-key }}
|
|
||||||
- name: Create Python virtual environment
|
|
||||||
if: steps.cache-venv.outputs.cache-hit != 'true'
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
python -m venv venv
|
|
||||||
. venv/bin/activate
|
|
||||||
python --version
|
|
||||||
pip install -r requirements.txt -r requirements_optional.txt -r requirements_test.txt
|
|
||||||
pip install -e .
|
|
||||||
19
.github/workflows/ci-docker.yml
vendored
19
.github/workflows/ci-docker.yml
vendored
@@ -8,28 +8,21 @@ on:
|
|||||||
branches: [dev, beta, release]
|
branches: [dev, beta, release]
|
||||||
paths:
|
paths:
|
||||||
- "docker/**"
|
- "docker/**"
|
||||||
- ".github/workflows/ci-docker.yml"
|
- ".github/workflows/**"
|
||||||
- "requirements*.txt"
|
- "requirements*.txt"
|
||||||
- "platformio.ini"
|
- "platformio.ini"
|
||||||
- "script/platformio_install_deps.py"
|
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "docker/**"
|
- "docker/**"
|
||||||
- ".github/workflows/ci-docker.yml"
|
- ".github/workflows/**"
|
||||||
- "requirements*.txt"
|
- "requirements*.txt"
|
||||||
- "platformio.ini"
|
- "platformio.ini"
|
||||||
- "script/platformio_install_deps.py"
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: read
|
packages: read
|
||||||
|
|
||||||
concurrency:
|
|
||||||
# yamllint disable-line rule:line-length
|
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-docker:
|
check-docker:
|
||||||
name: Build docker containers
|
name: Build docker containers
|
||||||
@@ -40,15 +33,15 @@ jobs:
|
|||||||
arch: [amd64, armv7, aarch64]
|
arch: [amd64, armv7, aarch64]
|
||||||
build_type: ["ha-addon", "docker", "lint"]
|
build_type: ["ha-addon", "docker", "lint"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4.7.1
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3.0.0
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3.0.0
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
- name: Set TAG
|
- name: Set TAG
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
419
.github/workflows/ci.yml
vendored
419
.github/workflows/ci.yml
vendored
@@ -7,292 +7,55 @@ on:
|
|||||||
branches: [dev, beta, release]
|
branches: [dev, beta, release]
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- "**"
|
|
||||||
- "!.github/workflows/*.yml"
|
|
||||||
- ".github/workflows/ci.yml"
|
|
||||||
merge_group:
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
env:
|
|
||||||
DEFAULT_PYTHON: "3.9"
|
|
||||||
PYUPGRADE_TARGET: "--py39-plus"
|
|
||||||
CLANG_FORMAT_VERSION: "13.0.1"
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
common:
|
ci:
|
||||||
name: Create common environment
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
outputs:
|
|
||||||
cache-key: ${{ steps.cache-key.outputs.key }}
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Generate cache-key
|
|
||||||
id: cache-key
|
|
||||||
run: echo key="${{ hashFiles('requirements.txt', 'requirements_optional.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT
|
|
||||||
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
|
|
||||||
id: python
|
|
||||||
uses: actions/setup-python@v4.7.1
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
- name: Restore Python virtual environment
|
|
||||||
id: cache-venv
|
|
||||||
uses: actions/cache@v3.3.2
|
|
||||||
with:
|
|
||||||
path: venv
|
|
||||||
# yamllint disable-line rule:line-length
|
|
||||||
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-venv-${{ steps.cache-key.outputs.key }}
|
|
||||||
- name: Create Python virtual environment
|
|
||||||
if: steps.cache-venv.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
|
||||||
python -m venv venv
|
|
||||||
. venv/bin/activate
|
|
||||||
python --version
|
|
||||||
pip install -r requirements.txt -r requirements_optional.txt -r requirements_test.txt
|
|
||||||
pip install -e .
|
|
||||||
|
|
||||||
black:
|
|
||||||
name: Check black
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Restore Python
|
|
||||||
uses: ./.github/actions/restore-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
- name: Run black
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
black --verbose esphome tests
|
|
||||||
- name: Suggested changes
|
|
||||||
run: script/ci-suggest-changes
|
|
||||||
if: always()
|
|
||||||
|
|
||||||
flake8:
|
|
||||||
name: Check flake8
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Restore Python
|
|
||||||
uses: ./.github/actions/restore-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
- name: Run flake8
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
flake8 esphome
|
|
||||||
- name: Suggested changes
|
|
||||||
run: script/ci-suggest-changes
|
|
||||||
if: always()
|
|
||||||
|
|
||||||
pylint:
|
|
||||||
name: Check pylint
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Restore Python
|
|
||||||
uses: ./.github/actions/restore-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
- name: Run pylint
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
pylint -f parseable --persistent=n esphome
|
|
||||||
- name: Suggested changes
|
|
||||||
run: script/ci-suggest-changes
|
|
||||||
if: always()
|
|
||||||
|
|
||||||
pyupgrade:
|
|
||||||
name: Check pyupgrade
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Restore Python
|
|
||||||
uses: ./.github/actions/restore-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
- name: Run pyupgrade
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
pyupgrade ${{ env.PYUPGRADE_TARGET }} `find esphome -name "*.py" -type f`
|
|
||||||
- name: Suggested changes
|
|
||||||
run: script/ci-suggest-changes
|
|
||||||
if: always()
|
|
||||||
|
|
||||||
ci-custom:
|
|
||||||
name: Run script/ci-custom
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Restore Python
|
|
||||||
uses: ./.github/actions/restore-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
- name: Register matcher
|
|
||||||
run: echo "::add-matcher::.github/workflows/matchers/ci-custom.json"
|
|
||||||
- name: Run script/ci-custom
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
script/ci-custom.py
|
|
||||||
script/build_codeowners.py --check
|
|
||||||
|
|
||||||
pytest:
|
|
||||||
name: Run pytest
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Restore Python
|
|
||||||
uses: ./.github/actions/restore-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
- name: Register matcher
|
|
||||||
run: echo "::add-matcher::.github/workflows/matchers/pytest.json"
|
|
||||||
- name: Run pytest
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
pytest -vv --tb=native tests
|
|
||||||
|
|
||||||
clang-format:
|
|
||||||
name: Check clang-format
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Restore Python
|
|
||||||
uses: ./.github/actions/restore-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
- name: Install clang-format
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
pip install clang-format==${{ env.CLANG_FORMAT_VERSION }}
|
|
||||||
- name: Run clang-format
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
script/clang-format -i
|
|
||||||
git diff-index --quiet HEAD --
|
|
||||||
- name: Suggested changes
|
|
||||||
run: script/ci-suggest-changes
|
|
||||||
if: always()
|
|
||||||
|
|
||||||
compile-tests-list:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
outputs:
|
|
||||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Find all YAML test files
|
|
||||||
id: set-matrix
|
|
||||||
run: echo "matrix=$(ls tests/test*.yaml | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
validate-tests:
|
|
||||||
name: Validate YAML test ${{ matrix.file }}
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
- compile-tests-list
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
file: ${{ fromJson(needs.compile-tests-list.outputs.matrix) }}
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Restore Python
|
|
||||||
uses: ./.github/actions/restore-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
- name: Run esphome config ${{ matrix.file }}
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
esphome config ${{ matrix.file }}
|
|
||||||
|
|
||||||
compile-tests:
|
|
||||||
name: Run YAML test ${{ matrix.file }}
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
- black
|
|
||||||
- ci-custom
|
|
||||||
- clang-format
|
|
||||||
- flake8
|
|
||||||
- pylint
|
|
||||||
- pytest
|
|
||||||
- pyupgrade
|
|
||||||
- compile-tests-list
|
|
||||||
- validate-tests
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
max-parallel: 2
|
|
||||||
matrix:
|
|
||||||
file: ${{ fromJson(needs.compile-tests-list.outputs.matrix) }}
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Restore Python
|
|
||||||
uses: ./.github/actions/restore-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
- name: Run esphome compile ${{ matrix.file }}
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
esphome compile ${{ matrix.file }}
|
|
||||||
|
|
||||||
clang-tidy:
|
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
- black
|
|
||||||
- ci-custom
|
|
||||||
- clang-format
|
|
||||||
- flake8
|
|
||||||
- pylint
|
|
||||||
- pytest
|
|
||||||
- pyupgrade
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 2
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- id: ci-custom
|
||||||
|
name: Run script/ci-custom
|
||||||
|
- id: lint-python
|
||||||
|
name: Run script/lint-python
|
||||||
|
- id: test
|
||||||
|
file: tests/test1.yaml
|
||||||
|
name: Test tests/test1.yaml
|
||||||
|
pio_cache_key: test1
|
||||||
|
- id: test
|
||||||
|
file: tests/test2.yaml
|
||||||
|
name: Test tests/test2.yaml
|
||||||
|
pio_cache_key: test2
|
||||||
|
- id: test
|
||||||
|
file: tests/test3.yaml
|
||||||
|
name: Test tests/test3.yaml
|
||||||
|
pio_cache_key: test3
|
||||||
|
- id: test
|
||||||
|
file: tests/test4.yaml
|
||||||
|
name: Test tests/test4.yaml
|
||||||
|
pio_cache_key: test4
|
||||||
|
- id: test
|
||||||
|
file: tests/test5.yaml
|
||||||
|
name: Test tests/test5.yaml
|
||||||
|
pio_cache_key: test5
|
||||||
|
- id: test
|
||||||
|
file: tests/test6.yaml
|
||||||
|
name: Test tests/test6.yaml
|
||||||
|
pio_cache_key: test6
|
||||||
|
- id: pytest
|
||||||
|
name: Run pytest
|
||||||
|
- id: clang-format
|
||||||
|
name: Run script/clang-format
|
||||||
- id: clang-tidy
|
- id: clang-tidy
|
||||||
name: Run script/clang-tidy for ESP8266
|
name: Run script/clang-tidy for ESP8266
|
||||||
options: --environment esp8266-arduino-tidy --grep USE_ESP8266
|
options: --environment esp8266-arduino-tidy --grep USE_ESP8266
|
||||||
@@ -317,62 +80,106 @@ jobs:
|
|||||||
name: Run script/clang-tidy for ESP32 IDF
|
name: Run script/clang-tidy for ESP32 IDF
|
||||||
options: --environment esp32-idf-tidy --grep USE_ESP_IDF
|
options: --environment esp32-idf-tidy --grep USE_ESP_IDF
|
||||||
pio_cache_key: tidyesp32-idf
|
pio_cache_key: tidyesp32-idf
|
||||||
|
- id: yamllint
|
||||||
|
name: Run yamllint
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code from GitHub
|
- uses: actions/checkout@v3
|
||||||
uses: actions/checkout@v4.1.1
|
- name: Set up Python
|
||||||
- name: Restore Python
|
uses: actions/setup-python@v4
|
||||||
uses: ./.github/actions/restore-python
|
id: python
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
python-version: "3.9"
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
|
||||||
|
- name: Cache virtualenv
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: .venv
|
||||||
|
# yamllint disable-line rule:line-length
|
||||||
|
key: venv-${{ steps.python.outputs.python-version }}-${{ hashFiles('requirements*.txt') }}
|
||||||
|
restore-keys: |
|
||||||
|
venv-${{ steps.python.outputs.python-version }}-
|
||||||
|
|
||||||
|
- name: Set up virtualenv
|
||||||
|
# yamllint disable rule:line-length
|
||||||
|
run: |
|
||||||
|
python -m venv .venv
|
||||||
|
source .venv/bin/activate
|
||||||
|
pip install -U pip
|
||||||
|
pip install -r requirements.txt -r requirements_optional.txt -r requirements_test.txt
|
||||||
|
pip install -e .
|
||||||
|
echo "$GITHUB_WORKSPACE/.venv/bin" >> $GITHUB_PATH
|
||||||
|
echo "VIRTUAL_ENV=$GITHUB_WORKSPACE/.venv" >> $GITHUB_ENV
|
||||||
|
# yamllint enable rule:line-length
|
||||||
|
|
||||||
|
# Use per check platformio cache because checks use different parts
|
||||||
- name: Cache platformio
|
- name: Cache platformio
|
||||||
uses: actions/cache@v3.3.2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.platformio
|
path: ~/.platformio
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
key: platformio-${{ matrix.pio_cache_key }}-${{ hashFiles('platformio.ini') }}
|
key: platformio-${{ matrix.pio_cache_key }}-${{ hashFiles('platformio.ini') }}
|
||||||
|
if: matrix.id == 'test' || matrix.id == 'clang-tidy'
|
||||||
|
|
||||||
- name: Install clang-tidy
|
- name: Install clang tools
|
||||||
run: sudo apt-get install clang-tidy-14
|
run: |
|
||||||
|
sudo apt-get install \
|
||||||
|
clang-format-11 \
|
||||||
|
clang-tidy-11
|
||||||
|
if: matrix.id == 'clang-tidy' || matrix.id == 'clang-format'
|
||||||
|
|
||||||
- name: Register problem matchers
|
- name: Register problem matchers
|
||||||
run: |
|
run: |
|
||||||
|
echo "::add-matcher::.github/workflows/matchers/ci-custom.json"
|
||||||
|
echo "::add-matcher::.github/workflows/matchers/lint-python.json"
|
||||||
|
echo "::add-matcher::.github/workflows/matchers/python.json"
|
||||||
|
echo "::add-matcher::.github/workflows/matchers/pytest.json"
|
||||||
echo "::add-matcher::.github/workflows/matchers/gcc.json"
|
echo "::add-matcher::.github/workflows/matchers/gcc.json"
|
||||||
echo "::add-matcher::.github/workflows/matchers/clang-tidy.json"
|
echo "::add-matcher::.github/workflows/matchers/clang-tidy.json"
|
||||||
|
|
||||||
- name: Run clang-tidy
|
- name: Lint Custom
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
script/ci-custom.py
|
||||||
script/clang-tidy --all-headers --fix ${{ matrix.options }}
|
script/build_codeowners.py --check
|
||||||
|
if: matrix.id == 'ci-custom'
|
||||||
|
|
||||||
|
- name: Lint Python
|
||||||
|
run: script/lint-python -a
|
||||||
|
if: matrix.id == 'lint-python'
|
||||||
|
|
||||||
|
- run: esphome compile ${{ matrix.file }}
|
||||||
|
if: matrix.id == 'test'
|
||||||
env:
|
env:
|
||||||
# Also cache libdeps, store them in a ~/.platformio subfolder
|
# Also cache libdeps, store them in a ~/.platformio subfolder
|
||||||
PLATFORMIO_LIBDEPS_DIR: ~/.platformio/libdeps
|
PLATFORMIO_LIBDEPS_DIR: ~/.platformio/libdeps
|
||||||
|
|
||||||
|
- name: Run pytest
|
||||||
|
run: |
|
||||||
|
pytest -vv --tb=native tests
|
||||||
|
if: matrix.id == 'pytest'
|
||||||
|
|
||||||
|
# Also run git-diff-index so that the step is marked as failed on
|
||||||
|
# formatting errors, since clang-format doesn't do anything but
|
||||||
|
# change files if -i is passed.
|
||||||
|
- name: Run clang-format
|
||||||
|
run: |
|
||||||
|
script/clang-format -i
|
||||||
|
git diff-index --quiet HEAD --
|
||||||
|
if: matrix.id == 'clang-format'
|
||||||
|
|
||||||
|
- name: Run clang-tidy
|
||||||
|
run: |
|
||||||
|
script/clang-tidy --all-headers --fix ${{ matrix.options }}
|
||||||
|
if: matrix.id == 'clang-tidy'
|
||||||
|
env:
|
||||||
|
# Also cache libdeps, store them in a ~/.platformio subfolder
|
||||||
|
PLATFORMIO_LIBDEPS_DIR: ~/.platformio/libdeps
|
||||||
|
|
||||||
|
- name: Run yamllint
|
||||||
|
if: matrix.id == 'yamllint'
|
||||||
|
uses: frenck/action-yamllint@v1.3.0
|
||||||
|
|
||||||
- name: Suggested changes
|
- name: Suggested changes
|
||||||
run: script/ci-suggest-changes
|
run: script/ci-suggest-changes
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
if: always()
|
if: always() && (matrix.id == 'clang-tidy' || matrix.id == 'clang-format' || matrix.id == 'lint-python')
|
||||||
|
|
||||||
ci-status:
|
|
||||||
name: CI Status
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- common
|
|
||||||
- black
|
|
||||||
- ci-custom
|
|
||||||
- clang-format
|
|
||||||
- flake8
|
|
||||||
- pylint
|
|
||||||
- pytest
|
|
||||||
- pyupgrade
|
|
||||||
- compile-tests
|
|
||||||
- clang-tidy
|
|
||||||
if: always()
|
|
||||||
steps:
|
|
||||||
- name: Success
|
|
||||||
if: ${{ !(contains(needs.*.result, 'failure')) }}
|
|
||||||
run: exit 0
|
|
||||||
- name: Failure
|
|
||||||
if: ${{ contains(needs.*.result, 'failure') }}
|
|
||||||
run: exit 1
|
|
||||||
|
|||||||
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
lock:
|
lock:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v4.0.1
|
- uses: dessant/lock-threads@v3
|
||||||
with:
|
with:
|
||||||
pr-inactive-days: "1"
|
pr-inactive-days: "1"
|
||||||
pr-lock-reason: ""
|
pr-lock-reason: ""
|
||||||
|
|||||||
24
.github/workflows/needs-docs.yml
vendored
24
.github/workflows/needs-docs.yml
vendored
@@ -1,24 +0,0 @@
|
|||||||
name: Needs Docs
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [labeled, unlabeled]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
check:
|
|
||||||
name: Check
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check for needs-docs label
|
|
||||||
uses: actions/github-script@v6.4.1
|
|
||||||
with:
|
|
||||||
script: |
|
|
||||||
const { data: labels } = await github.rest.issues.listLabelsOnIssue({
|
|
||||||
owner: context.repo.owner,
|
|
||||||
repo: context.repo.repo,
|
|
||||||
issue_number: context.issue.number
|
|
||||||
});
|
|
||||||
const needsDocs = labels.find(label => label.name === 'needs-docs');
|
|
||||||
if (needsDocs) {
|
|
||||||
core.setFailed('Pull request needs docs');
|
|
||||||
}
|
|
||||||
141
.github/workflows/release.yml
vendored
141
.github/workflows/release.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
tag: ${{ steps.tag.outputs.tag }}
|
tag: ${{ steps.tag.outputs.tag }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v3
|
||||||
- name: Get tag
|
- name: Get tag
|
||||||
id: tag
|
id: tag
|
||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
@@ -30,12 +30,8 @@ jobs:
|
|||||||
TAG=$(cat esphome/const.py | sed -n -E "s/^__version__\s+=\s+\"(.+)\"$/\1/p")
|
TAG=$(cat esphome/const.py | sed -n -E "s/^__version__\s+=\s+\"(.+)\"$/\1/p")
|
||||||
today="$(date --utc '+%Y%m%d')"
|
today="$(date --utc '+%Y%m%d')"
|
||||||
TAG="${TAG}${today}"
|
TAG="${TAG}${today}"
|
||||||
BRANCH=${GITHUB_REF#refs/heads/}
|
|
||||||
if [[ "$BRANCH" != "dev" ]]; then
|
|
||||||
TAG="${TAG}-${BRANCH}"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
echo "tag=${TAG}" >> $GITHUB_OUTPUT
|
echo "::set-output name=tag::${TAG}"
|
||||||
# yamllint enable rule:line-length
|
# yamllint enable rule:line-length
|
||||||
|
|
||||||
deploy-pypi:
|
deploy-pypi:
|
||||||
@@ -43,17 +39,15 @@ jobs:
|
|||||||
if: github.repository == 'esphome/esphome' && github.event_name == 'release'
|
if: github.repository == 'esphome/esphome' && github.event_name == 'release'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4.7.1
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Set up python environment
|
- name: Set up python environment
|
||||||
env:
|
|
||||||
ESPHOME_NO_VENV: 1
|
|
||||||
run: |
|
run: |
|
||||||
script/setup
|
script/setup
|
||||||
pip install twine
|
pip install setuptools wheel twine
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python setup.py sdist bdist_wheel
|
run: python setup.py sdist bdist_wheel
|
||||||
- name: Upload
|
- name: Upload
|
||||||
@@ -63,95 +57,104 @@ jobs:
|
|||||||
run: twine upload dist/*
|
run: twine upload dist/*
|
||||||
|
|
||||||
deploy-docker:
|
deploy-docker:
|
||||||
name: Build and publish ESPHome ${{ matrix.image.title}}
|
name: Build and publish docker containers
|
||||||
if: github.repository == 'esphome/esphome'
|
if: github.repository == 'esphome/esphome'
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: ${{ matrix.image.title == 'lint' }}
|
|
||||||
needs: [init]
|
needs: [init]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
matrix:
|
||||||
image:
|
arch: [amd64, armv7, aarch64]
|
||||||
- title: "ha-addon"
|
build_type: ["ha-addon", "docker", "lint"]
|
||||||
suffix: "hassio"
|
|
||||||
target: "hassio"
|
|
||||||
baseimg: "hassio"
|
|
||||||
- title: "docker"
|
|
||||||
suffix: ""
|
|
||||||
target: "docker"
|
|
||||||
baseimg: "docker"
|
|
||||||
- title: "lint"
|
|
||||||
suffix: "lint"
|
|
||||||
target: "lint"
|
|
||||||
baseimg: "docker"
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4.7.1
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3.0.0
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3.0.0
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
- name: Log in to docker hub
|
- name: Log in to docker hub
|
||||||
uses: docker/login-action@v3.0.0
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Log in to the GitHub container registry
|
- name: Log in to the GitHub container registry
|
||||||
uses: docker/login-action@v3.0.0
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Generate short tags
|
|
||||||
id: tags
|
|
||||||
run: |
|
|
||||||
docker/generate_tags.py \
|
|
||||||
--tag "${{ needs.init.outputs.tag }}" \
|
|
||||||
--suffix "${{ matrix.image.suffix }}"
|
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5.0.0
|
run: |
|
||||||
|
docker/build.py \
|
||||||
|
--tag "${{ needs.init.outputs.tag }}" \
|
||||||
|
--arch "${{ matrix.arch }}" \
|
||||||
|
--build-type "${{ matrix.build_type }}" \
|
||||||
|
build \
|
||||||
|
--push
|
||||||
|
|
||||||
|
deploy-docker-manifest:
|
||||||
|
if: github.repository == 'esphome/esphome'
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: [init, deploy-docker]
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
build_type: ["ha-addon", "docker", "lint"]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
python-version: "3.9"
|
||||||
file: ./docker/Dockerfile
|
- name: Enable experimental manifest support
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
run: |
|
||||||
target: ${{ matrix.image.target }}
|
mkdir -p ~/.docker
|
||||||
push: true
|
echo "{\"experimental\": \"enabled\"}" > ~/.docker/config.json
|
||||||
# yamllint disable rule:line-length
|
|
||||||
cache-from: type=registry,ref=ghcr.io/${{ steps.tags.outputs.image }}:cache-${{ steps.tags.outputs.channel }}
|
- name: Log in to docker hub
|
||||||
cache-to: type=registry,ref=ghcr.io/${{ steps.tags.outputs.image }}:cache-${{ steps.tags.outputs.channel }},mode=max
|
uses: docker/login-action@v2
|
||||||
# yamllint enable rule:line-length
|
with:
|
||||||
tags: ${{ steps.tags.outputs.tags }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
build-args: |
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
BASEIMGTYPE=${{ matrix.image.baseimg }}
|
- name: Log in to the GitHub container registry
|
||||||
BUILD_VERSION=${{ needs.init.outputs.tag }}
|
uses: docker/login-action@v2
|
||||||
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Run manifest
|
||||||
|
run: |
|
||||||
|
docker/build.py \
|
||||||
|
--tag "${{ needs.init.outputs.tag }}" \
|
||||||
|
--build-type "${{ matrix.build_type }}" \
|
||||||
|
manifest
|
||||||
|
|
||||||
deploy-ha-addon-repo:
|
deploy-ha-addon-repo:
|
||||||
if: github.repository == 'esphome/esphome' && github.event_name == 'release'
|
if: github.repository == 'esphome/esphome' && github.event_name == 'release'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [deploy-docker]
|
needs: [deploy-docker]
|
||||||
steps:
|
steps:
|
||||||
- name: Trigger Workflow
|
- env:
|
||||||
uses: actions/github-script@v6.4.1
|
TOKEN: ${{ secrets.DEPLOY_HA_ADDON_REPO_TOKEN }}
|
||||||
with:
|
# yamllint disable rule:line-length
|
||||||
github-token: ${{ secrets.DEPLOY_HA_ADDON_REPO_TOKEN }}
|
run: |
|
||||||
script: |
|
TAG="${GITHUB_REF#refs/tags/}"
|
||||||
github.rest.actions.createWorkflowDispatch({
|
curl \
|
||||||
owner: "esphome",
|
-u ":$TOKEN" \
|
||||||
repo: "home-assistant-addon",
|
-X POST \
|
||||||
workflow_id: "bump-version.yml",
|
-H "Accept: application/vnd.github.v3+json" \
|
||||||
ref: "main",
|
https://api.github.com/repos/esphome/home-assistant-addon/actions/workflows/bump-version.yml/dispatches \
|
||||||
inputs: {
|
-d "{\"ref\":\"main\",\"inputs\":{\"version\":\"$TAG\"}}"
|
||||||
version: "${{ github.event.release.tag_name }}",
|
# yamllint enable rule:line-length
|
||||||
content: ${{ toJSON(github.event.release.body) }}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|||||||
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v8.0.0
|
- uses: actions/stale@v6
|
||||||
with:
|
with:
|
||||||
days-before-pr-stale: 90
|
days-before-pr-stale: 90
|
||||||
days-before-pr-close: 7
|
days-before-pr-close: 7
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
days-before-issue-close: -1
|
days-before-issue-close: -1
|
||||||
remove-stale-when-updated: true
|
remove-stale-when-updated: true
|
||||||
stale-pr-label: "stale"
|
stale-pr-label: "stale"
|
||||||
exempt-pr-labels: "not-stale"
|
exempt-pr-labels: "no-stale"
|
||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
There hasn't been any activity on this pull request recently. This
|
There hasn't been any activity on this pull request recently. This
|
||||||
pull request has been automatically marked as stale because of that
|
pull request has been automatically marked as stale because of that
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
close-issues:
|
close-issues:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v8.0.0
|
- uses: actions/stale@v6
|
||||||
with:
|
with:
|
||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
|
|||||||
48
.github/workflows/sync-device-classes.yml
vendored
48
.github/workflows/sync-device-classes.yml
vendored
@@ -1,48 +0,0 @@
|
|||||||
---
|
|
||||||
name: Synchronise Device Classes from Home Assistant
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: "45 6 * * *"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
sync:
|
|
||||||
name: Sync Device Classes
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: github.repository == 'esphome/esphome'
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
|
|
||||||
- name: Checkout Home Assistant
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
with:
|
|
||||||
repository: home-assistant/core
|
|
||||||
path: lib/home-assistant
|
|
||||||
|
|
||||||
- name: Setup Python
|
|
||||||
uses: actions/setup-python@v4.7.1
|
|
||||||
with:
|
|
||||||
python-version: 3.11
|
|
||||||
|
|
||||||
- name: Install Home Assistant
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install -e lib/home-assistant
|
|
||||||
|
|
||||||
- name: Sync
|
|
||||||
run: |
|
|
||||||
python ./script/sync-device_class.py
|
|
||||||
|
|
||||||
- name: Commit changes
|
|
||||||
uses: peter-evans/create-pull-request@v5.0.2
|
|
||||||
with:
|
|
||||||
commit-message: "Synchronise Device Classes from Home Assistant"
|
|
||||||
committer: esphomebot <esphome@nabucasa.com>
|
|
||||||
author: esphomebot <esphome@nabucasa.com>
|
|
||||||
branch: sync/device-classes
|
|
||||||
delete-branch: true
|
|
||||||
title: "Synchronise Device Classes from Home Assistant"
|
|
||||||
body-path: .github/PULL_REQUEST_TEMPLATE.md
|
|
||||||
token: ${{ secrets.DEVICE_CLASS_SYNC_TOKEN }}
|
|
||||||
22
.github/workflows/yaml-lint.yml
vendored
22
.github/workflows/yaml-lint.yml
vendored
@@ -1,22 +0,0 @@
|
|||||||
name: YAML lint
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [dev, beta, release]
|
|
||||||
paths:
|
|
||||||
- "**.yaml"
|
|
||||||
- "**.yml"
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- "**.yaml"
|
|
||||||
- "**.yml"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
yamllint:
|
|
||||||
name: yamllint
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out code from GitHub
|
|
||||||
uses: actions/checkout@v4.1.1
|
|
||||||
- name: Run yamllint
|
|
||||||
uses: frenck/action-yamllint@v1.4.1
|
|
||||||
10
.gitignore
vendored
10
.gitignore
vendored
@@ -13,12 +13,6 @@ __pycache__/
|
|||||||
# Intellij Idea
|
# Intellij Idea
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# Eclipse
|
|
||||||
.project
|
|
||||||
.cproject
|
|
||||||
.pydevproject
|
|
||||||
.settings/
|
|
||||||
|
|
||||||
# Vim
|
# Vim
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
@@ -134,7 +128,3 @@ tests/.esphome/
|
|||||||
|
|
||||||
sdkconfig.*
|
sdkconfig.*
|
||||||
!sdkconfig.defaults
|
!sdkconfig.defaults
|
||||||
|
|
||||||
.tests/
|
|
||||||
|
|
||||||
/components
|
|
||||||
|
|||||||
@@ -2,16 +2,16 @@
|
|||||||
# See https://pre-commit.com for more information
|
# See https://pre-commit.com for more information
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
- repo: https://github.com/ambv/black
|
||||||
rev: 23.10.1
|
rev: 22.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args:
|
args:
|
||||||
- --safe
|
- --safe
|
||||||
- --quiet
|
- --quiet
|
||||||
files: ^((esphome|script|tests)/.+)?[^/]+\.py$
|
files: ^((esphome|script|tests)/.+)?[^/]+\.py$
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
rev: 6.1.0
|
rev: 4.0.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
@@ -27,7 +27,7 @@ repos:
|
|||||||
- --branch=release
|
- --branch=release
|
||||||
- --branch=beta
|
- --branch=beta
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.15.0
|
rev: v3.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py39-plus]
|
args: [--py39-plus]
|
||||||
|
|||||||
33
.vscode/tasks.json
vendored
33
.vscode/tasks.json
vendored
@@ -2,24 +2,15 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "Run Dashboard",
|
"label": "run",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${command:python.interpreterPath}",
|
"command": "python3 -m esphome dashboard config/",
|
||||||
"args": [
|
|
||||||
"-m",
|
|
||||||
"esphome",
|
|
||||||
"dashboard",
|
|
||||||
"config/"
|
|
||||||
],
|
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "clang-tidy",
|
"label": "clang-tidy",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${command:python.interpreterPath}",
|
"command": "./script/clang-tidy",
|
||||||
"args": [
|
|
||||||
"./script/clang-tidy"
|
|
||||||
],
|
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
{
|
{
|
||||||
"owner": "clang-tidy",
|
"owner": "clang-tidy",
|
||||||
@@ -36,24 +27,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Generate proto files",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "${command:python.interpreterPath}",
|
|
||||||
"args": [
|
|
||||||
"./script/api_protobuf/api_protobuf.py"
|
|
||||||
],
|
|
||||||
"group": {
|
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
},
|
|
||||||
"presentation": {
|
|
||||||
"reveal": "never",
|
|
||||||
"close": true,
|
|
||||||
"panel": "new"
|
|
||||||
},
|
|
||||||
"problemMatcher": []
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
114
CODEOWNERS
114
CODEOWNERS
@@ -11,32 +11,21 @@ esphome/*.py @esphome/core
|
|||||||
esphome/core/* @esphome/core
|
esphome/core/* @esphome/core
|
||||||
|
|
||||||
# Integrations
|
# Integrations
|
||||||
esphome/components/a01nyub/* @MrSuicideParrot
|
|
||||||
esphome/components/absolute_humidity/* @DAVe3283
|
|
||||||
esphome/components/ac_dimmer/* @glmnet
|
esphome/components/ac_dimmer/* @glmnet
|
||||||
esphome/components/adc/* @esphome/core
|
esphome/components/adc/* @esphome/core
|
||||||
esphome/components/adc128s102/* @DeerMaximum
|
esphome/components/adc128s102/* @DeerMaximum
|
||||||
esphome/components/addressable_light/* @justfalter
|
esphome/components/addressable_light/* @justfalter
|
||||||
esphome/components/ade7953/* @angelnu
|
|
||||||
esphome/components/ade7953_i2c/* @angelnu
|
|
||||||
esphome/components/ade7953_spi/* @angelnu
|
|
||||||
esphome/components/airthings_ble/* @jeromelaban
|
esphome/components/airthings_ble/* @jeromelaban
|
||||||
esphome/components/airthings_wave_base/* @jeromelaban @kpfleming @ncareau
|
|
||||||
esphome/components/airthings_wave_mini/* @ncareau
|
esphome/components/airthings_wave_mini/* @ncareau
|
||||||
esphome/components/airthings_wave_plus/* @jeromelaban
|
esphome/components/airthings_wave_plus/* @jeromelaban
|
||||||
esphome/components/alarm_control_panel/* @grahambrown11
|
|
||||||
esphome/components/alpha3/* @jan-hofmeier
|
|
||||||
esphome/components/am43/* @buxtronix
|
esphome/components/am43/* @buxtronix
|
||||||
esphome/components/am43/cover/* @buxtronix
|
esphome/components/am43/cover/* @buxtronix
|
||||||
esphome/components/am43/sensor/* @buxtronix
|
|
||||||
esphome/components/analog_threshold/* @ianchi
|
esphome/components/analog_threshold/* @ianchi
|
||||||
esphome/components/animation/* @syndlex
|
esphome/components/animation/* @syndlex
|
||||||
esphome/components/anova/* @buxtronix
|
esphome/components/anova/* @buxtronix
|
||||||
esphome/components/api/* @OttoWinter
|
esphome/components/api/* @OttoWinter
|
||||||
esphome/components/as7341/* @mrgnr
|
|
||||||
esphome/components/async_tcp/* @OttoWinter
|
esphome/components/async_tcp/* @OttoWinter
|
||||||
esphome/components/atc_mithermometer/* @ahpohl
|
esphome/components/atc_mithermometer/* @ahpohl
|
||||||
esphome/components/atm90e26/* @danieltwagner
|
|
||||||
esphome/components/b_parasite/* @rbaron
|
esphome/components/b_parasite/* @rbaron
|
||||||
esphome/components/ballu/* @bazuchan
|
esphome/components/ballu/* @bazuchan
|
||||||
esphome/components/bang_bang/* @OttoWinter
|
esphome/components/bang_bang/* @OttoWinter
|
||||||
@@ -45,21 +34,16 @@ esphome/components/bedjet/climate/* @jhansche
|
|||||||
esphome/components/bedjet/fan/* @jhansche
|
esphome/components/bedjet/fan/* @jhansche
|
||||||
esphome/components/bh1750/* @OttoWinter
|
esphome/components/bh1750/* @OttoWinter
|
||||||
esphome/components/binary_sensor/* @esphome/core
|
esphome/components/binary_sensor/* @esphome/core
|
||||||
esphome/components/bk72xx/* @kuba2k2
|
|
||||||
esphome/components/bl0939/* @ziceva
|
esphome/components/bl0939/* @ziceva
|
||||||
esphome/components/bl0940/* @tobias-
|
esphome/components/bl0940/* @tobias-
|
||||||
esphome/components/bl0942/* @dbuezas
|
esphome/components/bl0942/* @dbuezas
|
||||||
esphome/components/ble_client/* @buxtronix
|
esphome/components/ble_client/* @buxtronix
|
||||||
esphome/components/bluetooth_proxy/* @jesserockz
|
esphome/components/bluetooth_proxy/* @jesserockz
|
||||||
esphome/components/bme680_bsec/* @trvrnrth
|
esphome/components/bme680_bsec/* @trvrnrth
|
||||||
esphome/components/bmi160/* @flaviut
|
|
||||||
esphome/components/bmp3xx/* @martgras
|
esphome/components/bmp3xx/* @martgras
|
||||||
esphome/components/bmp581/* @kahrendt
|
|
||||||
esphome/components/bp1658cj/* @Cossid
|
|
||||||
esphome/components/bp5758d/* @Cossid
|
|
||||||
esphome/components/button/* @esphome/core
|
esphome/components/button/* @esphome/core
|
||||||
esphome/components/canbus/* @danielschramm @mvturnho
|
esphome/components/canbus/* @danielschramm @mvturnho
|
||||||
esphome/components/cap1188/* @mreditor97
|
esphome/components/cap1188/* @MrEditor97
|
||||||
esphome/components/captive_portal/* @OttoWinter
|
esphome/components/captive_portal/* @OttoWinter
|
||||||
esphome/components/ccs811/* @habbie
|
esphome/components/ccs811/* @habbie
|
||||||
esphome/components/cd74hc4067/* @asoehlke
|
esphome/components/cd74hc4067/* @asoehlke
|
||||||
@@ -80,25 +64,19 @@ esphome/components/dashboard_import/* @esphome/core
|
|||||||
esphome/components/debug/* @OttoWinter
|
esphome/components/debug/* @OttoWinter
|
||||||
esphome/components/delonghi/* @grob6000
|
esphome/components/delonghi/* @grob6000
|
||||||
esphome/components/dfplayer/* @glmnet
|
esphome/components/dfplayer/* @glmnet
|
||||||
esphome/components/dfrobot_sen0395/* @niklasweber
|
|
||||||
esphome/components/dht/* @OttoWinter
|
esphome/components/dht/* @OttoWinter
|
||||||
esphome/components/display_menu_base/* @numo68
|
|
||||||
esphome/components/dps310/* @kbx81
|
esphome/components/dps310/* @kbx81
|
||||||
esphome/components/ds1307/* @badbadc0ffee
|
esphome/components/ds1307/* @badbadc0ffee
|
||||||
esphome/components/dsmr/* @glmnet @zuidwijk
|
esphome/components/dsmr/* @glmnet @zuidwijk
|
||||||
esphome/components/duty_time/* @dudanov
|
|
||||||
esphome/components/ee895/* @Stock-M
|
|
||||||
esphome/components/ektf2232/* @jesserockz
|
esphome/components/ektf2232/* @jesserockz
|
||||||
esphome/components/emc2101/* @ellull
|
|
||||||
esphome/components/ens210/* @itn3rd77
|
esphome/components/ens210/* @itn3rd77
|
||||||
esphome/components/esp32/* @esphome/core
|
esphome/components/esp32/* @esphome/core
|
||||||
esphome/components/esp32_ble/* @Rapsssito @jesserockz
|
esphome/components/esp32_ble/* @jesserockz
|
||||||
esphome/components/esp32_ble_client/* @jesserockz
|
esphome/components/esp32_ble_client/* @jesserockz
|
||||||
esphome/components/esp32_ble_server/* @Rapsssito @clydebarrow @jesserockz
|
esphome/components/esp32_ble_server/* @jesserockz
|
||||||
esphome/components/esp32_camera_web_server/* @ayufan
|
esphome/components/esp32_camera_web_server/* @ayufan
|
||||||
esphome/components/esp32_can/* @Sympatron
|
esphome/components/esp32_can/* @Sympatron
|
||||||
esphome/components/esp32_improv/* @jesserockz
|
esphome/components/esp32_improv/* @jesserockz
|
||||||
esphome/components/esp32_rmt_led_strip/* @jesserockz
|
|
||||||
esphome/components/esp8266/* @esphome/core
|
esphome/components/esp8266/* @esphome/core
|
||||||
esphome/components/ethernet_info/* @gtjadsonsantos
|
esphome/components/ethernet_info/* @gtjadsonsantos
|
||||||
esphome/components/exposure_notifications/* @OttoWinter
|
esphome/components/exposure_notifications/* @OttoWinter
|
||||||
@@ -108,67 +86,38 @@ esphome/components/factory_reset/* @anatoly-savchenkov
|
|||||||
esphome/components/fastled_base/* @OttoWinter
|
esphome/components/fastled_base/* @OttoWinter
|
||||||
esphome/components/feedback/* @ianchi
|
esphome/components/feedback/* @ianchi
|
||||||
esphome/components/fingerprint_grow/* @OnFreund @loongyh
|
esphome/components/fingerprint_grow/* @OnFreund @loongyh
|
||||||
esphome/components/fs3000/* @kahrendt
|
|
||||||
esphome/components/gcja5/* @gcormier
|
|
||||||
esphome/components/globals/* @esphome/core
|
esphome/components/globals/* @esphome/core
|
||||||
esphome/components/gp8403/* @jesserockz
|
|
||||||
esphome/components/gpio/* @esphome/core
|
esphome/components/gpio/* @esphome/core
|
||||||
esphome/components/gps/* @coogle
|
esphome/components/gps/* @coogle
|
||||||
esphome/components/graph/* @synco
|
esphome/components/graph/* @synco
|
||||||
esphome/components/gree/* @orestismers
|
|
||||||
esphome/components/grove_tb6612fng/* @max246
|
|
||||||
esphome/components/growatt_solar/* @leeuwte
|
esphome/components/growatt_solar/* @leeuwte
|
||||||
esphome/components/haier/* @paveldn
|
|
||||||
esphome/components/havells_solar/* @sourabhjaiswal
|
esphome/components/havells_solar/* @sourabhjaiswal
|
||||||
esphome/components/hbridge/fan/* @WeekendWarrior
|
esphome/components/hbridge/fan/* @WeekendWarrior
|
||||||
esphome/components/hbridge/light/* @DotNetDann
|
esphome/components/hbridge/light/* @DotNetDann
|
||||||
esphome/components/heatpumpir/* @rob-deutsch
|
esphome/components/heatpumpir/* @rob-deutsch
|
||||||
esphome/components/hitachi_ac424/* @sourabhjaiswal
|
esphome/components/hitachi_ac424/* @sourabhjaiswal
|
||||||
esphome/components/hm3301/* @freekode
|
|
||||||
esphome/components/homeassistant/* @OttoWinter
|
esphome/components/homeassistant/* @OttoWinter
|
||||||
esphome/components/honeywellabp/* @RubyBailey
|
esphome/components/honeywellabp/* @RubyBailey
|
||||||
esphome/components/honeywellabp2_i2c/* @jpfaff
|
|
||||||
esphome/components/host/* @esphome/core
|
|
||||||
esphome/components/hrxl_maxsonar_wr/* @netmikey
|
esphome/components/hrxl_maxsonar_wr/* @netmikey
|
||||||
esphome/components/hte501/* @Stock-M
|
|
||||||
esphome/components/hydreon_rgxx/* @functionpointer
|
esphome/components/hydreon_rgxx/* @functionpointer
|
||||||
esphome/components/hyt271/* @Philippe12
|
|
||||||
esphome/components/i2c/* @esphome/core
|
esphome/components/i2c/* @esphome/core
|
||||||
esphome/components/i2s_audio/* @jesserockz
|
esphome/components/i2s_audio/* @jesserockz
|
||||||
esphome/components/i2s_audio/media_player/* @jesserockz
|
|
||||||
esphome/components/i2s_audio/microphone/* @jesserockz
|
|
||||||
esphome/components/i2s_audio/speaker/* @jesserockz
|
|
||||||
esphome/components/iaqcore/* @yozik04
|
|
||||||
esphome/components/ili9xxx/* @clydebarrow @nielsnl68
|
|
||||||
esphome/components/improv_base/* @esphome/core
|
|
||||||
esphome/components/improv_serial/* @esphome/core
|
esphome/components/improv_serial/* @esphome/core
|
||||||
esphome/components/ina260/* @mreditor97
|
esphome/components/ina260/* @MrEditor97
|
||||||
esphome/components/inkbird_ibsth1_mini/* @fkirill
|
esphome/components/inkbird_ibsth1_mini/* @fkirill
|
||||||
esphome/components/inkplate6/* @jesserockz
|
esphome/components/inkplate6/* @jesserockz
|
||||||
esphome/components/integration/* @OttoWinter
|
esphome/components/integration/* @OttoWinter
|
||||||
esphome/components/internal_temperature/* @Mat931
|
|
||||||
esphome/components/interval/* @esphome/core
|
esphome/components/interval/* @esphome/core
|
||||||
esphome/components/json/* @OttoWinter
|
esphome/components/json/* @OttoWinter
|
||||||
esphome/components/kalman_combinator/* @Cat-Ion
|
esphome/components/kalman_combinator/* @Cat-Ion
|
||||||
esphome/components/key_collector/* @ssieb
|
|
||||||
esphome/components/key_provider/* @ssieb
|
|
||||||
esphome/components/kuntze/* @ssieb
|
|
||||||
esphome/components/lcd_menu/* @numo68
|
|
||||||
esphome/components/ld2410/* @regevbr @sebcaps
|
|
||||||
esphome/components/ld2420/* @descipher
|
|
||||||
esphome/components/ledc/* @OttoWinter
|
esphome/components/ledc/* @OttoWinter
|
||||||
esphome/components/libretiny/* @kuba2k2
|
|
||||||
esphome/components/libretiny_pwm/* @kuba2k2
|
|
||||||
esphome/components/light/* @esphome/core
|
esphome/components/light/* @esphome/core
|
||||||
esphome/components/lightwaverf/* @max246
|
|
||||||
esphome/components/lilygo_t5_47/touchscreen/* @jesserockz
|
esphome/components/lilygo_t5_47/touchscreen/* @jesserockz
|
||||||
esphome/components/lock/* @esphome/core
|
esphome/components/lock/* @esphome/core
|
||||||
esphome/components/logger/* @esphome/core
|
esphome/components/logger/* @esphome/core
|
||||||
esphome/components/ltr390/* @sjtrny
|
esphome/components/ltr390/* @sjtrny
|
||||||
esphome/components/matrix_keypad/* @ssieb
|
|
||||||
esphome/components/max31865/* @DAVe3283
|
esphome/components/max31865/* @DAVe3283
|
||||||
esphome/components/max44009/* @berfenger
|
esphome/components/max44009/* @berfenger
|
||||||
esphome/components/max6956/* @looping40
|
|
||||||
esphome/components/max7219digit/* @rspaargaren
|
esphome/components/max7219digit/* @rspaargaren
|
||||||
esphome/components/max9611/* @mckaymatthew
|
esphome/components/max9611/* @mckaymatthew
|
||||||
esphome/components/mcp23008/* @jesserockz
|
esphome/components/mcp23008/* @jesserockz
|
||||||
@@ -182,21 +131,15 @@ esphome/components/mcp2515/* @danielschramm @mvturnho
|
|||||||
esphome/components/mcp3204/* @rsumner
|
esphome/components/mcp3204/* @rsumner
|
||||||
esphome/components/mcp4728/* @berfenger
|
esphome/components/mcp4728/* @berfenger
|
||||||
esphome/components/mcp47a1/* @jesserockz
|
esphome/components/mcp47a1/* @jesserockz
|
||||||
esphome/components/mcp9600/* @mreditor97
|
esphome/components/mcp9600/* @MrEditor97
|
||||||
esphome/components/mcp9808/* @k7hpn
|
esphome/components/mcp9808/* @k7hpn
|
||||||
esphome/components/md5/* @esphome/core
|
esphome/components/md5/* @esphome/core
|
||||||
esphome/components/mdns/* @esphome/core
|
esphome/components/mdns/* @esphome/core
|
||||||
esphome/components/media_player/* @jesserockz
|
esphome/components/media_player/* @jesserockz
|
||||||
esphome/components/micronova/* @jorre05
|
|
||||||
esphome/components/microphone/* @jesserockz
|
|
||||||
esphome/components/mics_4514/* @jesserockz
|
|
||||||
esphome/components/midea/* @dudanov
|
esphome/components/midea/* @dudanov
|
||||||
esphome/components/midea_ir/* @dudanov
|
esphome/components/midea_ir/* @dudanov
|
||||||
esphome/components/mitsubishi/* @RubyBailey
|
esphome/components/mitsubishi/* @RubyBailey
|
||||||
esphome/components/mlx90393/* @functionpointer
|
esphome/components/mlx90393/* @functionpointer
|
||||||
esphome/components/mlx90614/* @jesserockz
|
|
||||||
esphome/components/mmc5603/* @benhoff
|
|
||||||
esphome/components/mmc5983/* @agoode
|
|
||||||
esphome/components/modbus_controller/* @martgras
|
esphome/components/modbus_controller/* @martgras
|
||||||
esphome/components/modbus_controller/binary_sensor/* @martgras
|
esphome/components/modbus_controller/binary_sensor/* @martgras
|
||||||
esphome/components/modbus_controller/number/* @martgras
|
esphome/components/modbus_controller/number/* @martgras
|
||||||
@@ -205,9 +148,8 @@ esphome/components/modbus_controller/select/* @martgras @stegm
|
|||||||
esphome/components/modbus_controller/sensor/* @martgras
|
esphome/components/modbus_controller/sensor/* @martgras
|
||||||
esphome/components/modbus_controller/switch/* @martgras
|
esphome/components/modbus_controller/switch/* @martgras
|
||||||
esphome/components/modbus_controller/text_sensor/* @martgras
|
esphome/components/modbus_controller/text_sensor/* @martgras
|
||||||
esphome/components/mopeka_ble/* @Fabian-Schmidt @spbrogan
|
esphome/components/mopeka_ble/* @spbrogan
|
||||||
esphome/components/mopeka_pro_check/* @spbrogan
|
esphome/components/mopeka_pro_check/* @spbrogan
|
||||||
esphome/components/mopeka_std_check/* @Fabian-Schmidt
|
|
||||||
esphome/components/mpl3115a2/* @kbickar
|
esphome/components/mpl3115a2/* @kbickar
|
||||||
esphome/components/mpu6886/* @fabaff
|
esphome/components/mpu6886/* @fabaff
|
||||||
esphome/components/network/* @esphome/core
|
esphome/components/network/* @esphome/core
|
||||||
@@ -217,43 +159,33 @@ esphome/components/nextion/sensor/* @senexcrenshaw
|
|||||||
esphome/components/nextion/switch/* @senexcrenshaw
|
esphome/components/nextion/switch/* @senexcrenshaw
|
||||||
esphome/components/nextion/text_sensor/* @senexcrenshaw
|
esphome/components/nextion/text_sensor/* @senexcrenshaw
|
||||||
esphome/components/nfc/* @jesserockz
|
esphome/components/nfc/* @jesserockz
|
||||||
esphome/components/noblex/* @AGalfra
|
|
||||||
esphome/components/number/* @esphome/core
|
esphome/components/number/* @esphome/core
|
||||||
esphome/components/ota/* @esphome/core
|
esphome/components/ota/* @esphome/core
|
||||||
esphome/components/output/* @esphome/core
|
esphome/components/output/* @esphome/core
|
||||||
esphome/components/pca6416a/* @Mat931
|
|
||||||
esphome/components/pca9554/* @clydebarrow @hwstar
|
|
||||||
esphome/components/pcf85063/* @brogon
|
|
||||||
esphome/components/pcf8563/* @KoenBreeman
|
|
||||||
esphome/components/pid/* @OttoWinter
|
esphome/components/pid/* @OttoWinter
|
||||||
esphome/components/pipsolar/* @andreashergert1984
|
esphome/components/pipsolar/* @andreashergert1984
|
||||||
esphome/components/pm1006/* @habbie
|
esphome/components/pm1006/* @habbie
|
||||||
esphome/components/pmsa003i/* @sjtrny
|
esphome/components/pmsa003i/* @sjtrny
|
||||||
esphome/components/pmwcs3/* @SeByDocKy
|
|
||||||
esphome/components/pn532/* @OttoWinter @jesserockz
|
esphome/components/pn532/* @OttoWinter @jesserockz
|
||||||
esphome/components/pn532_i2c/* @OttoWinter @jesserockz
|
esphome/components/pn532_i2c/* @OttoWinter @jesserockz
|
||||||
esphome/components/pn532_spi/* @OttoWinter @jesserockz
|
esphome/components/pn532_spi/* @OttoWinter @jesserockz
|
||||||
esphome/components/power_supply/* @esphome/core
|
esphome/components/power_supply/* @esphome/core
|
||||||
esphome/components/preferences/* @esphome/core
|
esphome/components/preferences/* @esphome/core
|
||||||
esphome/components/psram/* @esphome/core
|
esphome/components/psram/* @esphome/core
|
||||||
esphome/components/pulse_meter/* @TrentHouliston @cstaahl @stevebaxter
|
esphome/components/pulse_meter/* @cstaahl @stevebaxter
|
||||||
esphome/components/pvvx_mithermometer/* @pasiz
|
esphome/components/pvvx_mithermometer/* @pasiz
|
||||||
esphome/components/qmp6988/* @andrewpc
|
esphome/components/qmp6988/* @andrewpc
|
||||||
esphome/components/qr_code/* @wjtje
|
esphome/components/qr_code/* @wjtje
|
||||||
esphome/components/qwiic_pir/* @kahrendt
|
|
||||||
esphome/components/radon_eye_ble/* @jeffeb3
|
esphome/components/radon_eye_ble/* @jeffeb3
|
||||||
esphome/components/radon_eye_rd200/* @jeffeb3
|
esphome/components/radon_eye_rd200/* @jeffeb3
|
||||||
esphome/components/rc522/* @glmnet
|
esphome/components/rc522/* @glmnet
|
||||||
esphome/components/rc522_i2c/* @glmnet
|
esphome/components/rc522_i2c/* @glmnet
|
||||||
esphome/components/rc522_spi/* @glmnet
|
esphome/components/rc522_spi/* @glmnet
|
||||||
esphome/components/resistance_sampler/* @jesserockz
|
|
||||||
esphome/components/restart/* @esphome/core
|
esphome/components/restart/* @esphome/core
|
||||||
esphome/components/rf_bridge/* @jesserockz
|
esphome/components/rf_bridge/* @jesserockz
|
||||||
esphome/components/rgbct/* @jesserockz
|
esphome/components/rgbct/* @jesserockz
|
||||||
esphome/components/rp2040/* @jesserockz
|
esphome/components/rp2040/* @jesserockz
|
||||||
esphome/components/rp2040_pio_led_strip/* @Papa-DMan
|
|
||||||
esphome/components/rp2040_pwm/* @jesserockz
|
esphome/components/rp2040_pwm/* @jesserockz
|
||||||
esphome/components/rtl87xx/* @kuba2k2
|
|
||||||
esphome/components/rtttl/* @glmnet
|
esphome/components/rtttl/* @glmnet
|
||||||
esphome/components/safe_mode/* @jsuanet @paulmonigatti
|
esphome/components/safe_mode/* @jsuanet @paulmonigatti
|
||||||
esphome/components/scd4x/* @martgras @sjtrny
|
esphome/components/scd4x/* @martgras @sjtrny
|
||||||
@@ -262,32 +194,21 @@ esphome/components/sdm_meter/* @jesserockz @polyfaces
|
|||||||
esphome/components/sdp3x/* @Azimath
|
esphome/components/sdp3x/* @Azimath
|
||||||
esphome/components/selec_meter/* @sourabhjaiswal
|
esphome/components/selec_meter/* @sourabhjaiswal
|
||||||
esphome/components/select/* @esphome/core
|
esphome/components/select/* @esphome/core
|
||||||
esphome/components/sen0321/* @notjj
|
|
||||||
esphome/components/sen21231/* @shreyaskarnik
|
|
||||||
esphome/components/sen5x/* @martgras
|
esphome/components/sen5x/* @martgras
|
||||||
esphome/components/sensirion_common/* @martgras
|
esphome/components/sensirion_common/* @martgras
|
||||||
esphome/components/sensor/* @esphome/core
|
esphome/components/sensor/* @esphome/core
|
||||||
esphome/components/sfa30/* @ghsensdev
|
|
||||||
esphome/components/sgp40/* @SenexCrenshaw
|
esphome/components/sgp40/* @SenexCrenshaw
|
||||||
esphome/components/sgp4x/* @SenexCrenshaw @martgras
|
esphome/components/sgp4x/* @SenexCrenshaw @martgras
|
||||||
esphome/components/shelly_dimmer/* @edge90 @rnauber
|
esphome/components/shelly_dimmer/* @edge90 @rnauber
|
||||||
esphome/components/sht4x/* @sjtrny
|
esphome/components/sht4x/* @sjtrny
|
||||||
esphome/components/shutdown/* @esphome/core @jsuanet
|
esphome/components/shutdown/* @esphome/core @jsuanet
|
||||||
esphome/components/sigma_delta_output/* @Cat-Ion
|
|
||||||
esphome/components/sim800l/* @glmnet
|
esphome/components/sim800l/* @glmnet
|
||||||
esphome/components/sm10bit_base/* @Cossid
|
esphome/components/sm2135/* @BoukeHaarsma23
|
||||||
esphome/components/sm2135/* @BoukeHaarsma23 @dd32 @matika77
|
|
||||||
esphome/components/sm2235/* @Cossid
|
|
||||||
esphome/components/sm2335/* @Cossid
|
|
||||||
esphome/components/sml/* @alengwenus
|
esphome/components/sml/* @alengwenus
|
||||||
esphome/components/smt100/* @piechade
|
esphome/components/smt100/* @piechade
|
||||||
esphome/components/sn74hc165/* @jesserockz
|
|
||||||
esphome/components/socket/* @esphome/core
|
esphome/components/socket/* @esphome/core
|
||||||
esphome/components/sonoff_d1/* @anatoly-savchenkov
|
esphome/components/sonoff_d1/* @anatoly-savchenkov
|
||||||
esphome/components/speaker/* @jesserockz
|
esphome/components/spi/* @esphome/core
|
||||||
esphome/components/spi/* @clydebarrow @esphome/core
|
|
||||||
esphome/components/spi_device/* @clydebarrow
|
|
||||||
esphome/components/spi_led_strip/* @clydebarrow
|
|
||||||
esphome/components/sprinkler/* @kbx81
|
esphome/components/sprinkler/* @kbx81
|
||||||
esphome/components/sps30/* @martgras
|
esphome/components/sps30/* @martgras
|
||||||
esphome/components/ssd1322_base/* @kbx81
|
esphome/components/ssd1322_base/* @kbx81
|
||||||
@@ -310,25 +231,19 @@ esphome/components/switch/* @esphome/core
|
|||||||
esphome/components/t6615/* @tylermenezes
|
esphome/components/t6615/* @tylermenezes
|
||||||
esphome/components/tca9548a/* @andreashergert1984
|
esphome/components/tca9548a/* @andreashergert1984
|
||||||
esphome/components/tcl112/* @glmnet
|
esphome/components/tcl112/* @glmnet
|
||||||
esphome/components/tee501/* @Stock-M
|
|
||||||
esphome/components/teleinfo/* @0hax
|
esphome/components/teleinfo/* @0hax
|
||||||
esphome/components/template/alarm_control_panel/* @grahambrown11
|
|
||||||
esphome/components/text/* @mauritskorse
|
|
||||||
esphome/components/thermostat/* @kbx81
|
esphome/components/thermostat/* @kbx81
|
||||||
esphome/components/time/* @OttoWinter
|
esphome/components/time/* @OttoWinter
|
||||||
esphome/components/tlc5947/* @rnauber
|
esphome/components/tlc5947/* @rnauber
|
||||||
esphome/components/tm1621/* @Philippe12
|
esphome/components/tm1621/* @Philippe12
|
||||||
esphome/components/tm1637/* @glmnet
|
esphome/components/tm1637/* @glmnet
|
||||||
esphome/components/tm1638/* @skykingjwc
|
esphome/components/tm1638/* @skykingjwc
|
||||||
esphome/components/tm1651/* @freekode
|
|
||||||
esphome/components/tmp102/* @timsavage
|
esphome/components/tmp102/* @timsavage
|
||||||
esphome/components/tmp1075/* @sybrenstuvel
|
|
||||||
esphome/components/tmp117/* @Azimath
|
esphome/components/tmp117/* @Azimath
|
||||||
esphome/components/tof10120/* @wstrzalka
|
esphome/components/tof10120/* @wstrzalka
|
||||||
esphome/components/toshiba/* @kbx81
|
esphome/components/toshiba/* @kbx81
|
||||||
esphome/components/touchscreen/* @jesserockz
|
esphome/components/touchscreen/* @jesserockz
|
||||||
esphome/components/tsl2591/* @wjcarpenter
|
esphome/components/tsl2591/* @wjcarpenter
|
||||||
esphome/components/tt21100/* @kroimon
|
|
||||||
esphome/components/tuya/binary_sensor/* @jesserockz
|
esphome/components/tuya/binary_sensor/* @jesserockz
|
||||||
esphome/components/tuya/climate/* @jesserockz
|
esphome/components/tuya/climate/* @jesserockz
|
||||||
esphome/components/tuya/number/* @frankiboy1
|
esphome/components/tuya/number/* @frankiboy1
|
||||||
@@ -337,28 +252,17 @@ esphome/components/tuya/sensor/* @jesserockz
|
|||||||
esphome/components/tuya/switch/* @jesserockz
|
esphome/components/tuya/switch/* @jesserockz
|
||||||
esphome/components/tuya/text_sensor/* @dentra
|
esphome/components/tuya/text_sensor/* @dentra
|
||||||
esphome/components/uart/* @esphome/core
|
esphome/components/uart/* @esphome/core
|
||||||
esphome/components/uart/button/* @ssieb
|
|
||||||
esphome/components/ufire_ec/* @pvizeli
|
esphome/components/ufire_ec/* @pvizeli
|
||||||
esphome/components/ufire_ise/* @pvizeli
|
esphome/components/ufire_ise/* @pvizeli
|
||||||
esphome/components/ultrasonic/* @OttoWinter
|
esphome/components/ultrasonic/* @OttoWinter
|
||||||
esphome/components/vbus/* @ssieb
|
|
||||||
esphome/components/version/* @esphome/core
|
esphome/components/version/* @esphome/core
|
||||||
esphome/components/voice_assistant/* @jesserockz
|
|
||||||
esphome/components/wake_on_lan/* @willwill2will54
|
esphome/components/wake_on_lan/* @willwill2will54
|
||||||
esphome/components/web_server_base/* @OttoWinter
|
esphome/components/web_server_base/* @OttoWinter
|
||||||
esphome/components/web_server_idf/* @dentra
|
|
||||||
esphome/components/whirlpool/* @glmnet
|
esphome/components/whirlpool/* @glmnet
|
||||||
esphome/components/whynter/* @aeonsablaze
|
esphome/components/whynter/* @aeonsablaze
|
||||||
esphome/components/wiegand/* @ssieb
|
|
||||||
esphome/components/wireguard/* @droscy @lhoracek @thomas0bernard
|
|
||||||
esphome/components/wl_134/* @hobbypunk90
|
esphome/components/wl_134/* @hobbypunk90
|
||||||
esphome/components/x9c/* @EtienneMD
|
|
||||||
esphome/components/xgzp68xx/* @gcormier
|
|
||||||
esphome/components/xiaomi_lywsd03mmc/* @ahpohl
|
esphome/components/xiaomi_lywsd03mmc/* @ahpohl
|
||||||
esphome/components/xiaomi_mhoc303/* @drug123
|
esphome/components/xiaomi_mhoc303/* @drug123
|
||||||
esphome/components/xiaomi_mhoc401/* @vevsvevs
|
esphome/components/xiaomi_mhoc401/* @vevsvevs
|
||||||
esphome/components/xiaomi_rtcgq02lm/* @jesserockz
|
esphome/components/xiaomi_rtcgq02lm/* @jesserockz
|
||||||
esphome/components/xl9535/* @mreditor97
|
|
||||||
esphome/components/xpt2046/* @nielsnl68 @numo68
|
esphome/components/xpt2046/* @nielsnl68 @numo68
|
||||||
esphome/components/zhlt01/* @cfeenstra1024
|
|
||||||
esphome/components/zio_ultrasonic/* @kahrendt
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
include LICENSE
|
include LICENSE
|
||||||
include README.md
|
include README.md
|
||||||
include requirements.txt
|
include requirements.txt
|
||||||
recursive-include esphome *.cpp *.h *.tcc *.c
|
include esphome/dashboard/templates/*.html
|
||||||
|
recursive-include esphome/dashboard/static *.ico *.js *.css *.woff* LICENSE
|
||||||
|
recursive-include esphome *.cpp *.h *.tcc
|
||||||
recursive-include esphome *.py.script
|
recursive-include esphome *.py.script
|
||||||
recursive-include esphome LICENSE.txt
|
recursive-include esphome LICENSE.txt
|
||||||
|
|||||||
@@ -5,54 +5,33 @@
|
|||||||
# One of "docker", "hassio"
|
# One of "docker", "hassio"
|
||||||
ARG BASEIMGTYPE=docker
|
ARG BASEIMGTYPE=docker
|
||||||
|
|
||||||
|
|
||||||
# https://github.com/hassio-addons/addon-debian-base/releases
|
# https://github.com/hassio-addons/addon-debian-base/releases
|
||||||
FROM ghcr.io/hassio-addons/debian-base:7.2.0 AS base-hassio
|
FROM ghcr.io/hassio-addons/debian-base/amd64:5.3.0 AS base-hassio-amd64
|
||||||
# https://hub.docker.com/_/debian?tab=tags&page=1&name=bookworm
|
FROM ghcr.io/hassio-addons/debian-base/aarch64:5.3.0 AS base-hassio-arm64
|
||||||
FROM debian:12.2-slim AS base-docker
|
FROM ghcr.io/hassio-addons/debian-base/armv7:5.3.0 AS base-hassio-armv7
|
||||||
|
# https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye
|
||||||
|
FROM debian:bullseye-20220328-slim AS base-docker-amd64
|
||||||
|
FROM debian:bullseye-20220328-slim AS base-docker-arm64
|
||||||
|
FROM debian:bullseye-20220328-slim AS base-docker-armv7
|
||||||
|
|
||||||
FROM base-${BASEIMGTYPE} AS base
|
# Use TARGETARCH/TARGETVARIANT defined by docker
|
||||||
|
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
|
||||||
|
FROM base-${BASEIMGTYPE}-${TARGETARCH}${TARGETVARIANT} AS base
|
||||||
ARG TARGETARCH
|
|
||||||
ARG TARGETVARIANT
|
|
||||||
|
|
||||||
|
|
||||||
# Note that --break-system-packages is used below because
|
|
||||||
# https://peps.python.org/pep-0668/ added a safety check that prevents
|
|
||||||
# installing packages with the same name as a system package. This is
|
|
||||||
# not a problem for us because we are not concerned about overwriting
|
|
||||||
# system packages because we are running in an isolated container.
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
# Use pinned versions so that we get updates with build caching
|
# Use pinned versions so that we get updates with build caching
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
python3-pip=23.0.1+dfsg-1 \
|
python3=3.9.2-3 \
|
||||||
python3-setuptools=66.1.1-1 \
|
python3-pip=20.3.4-4+deb11u1 \
|
||||||
python3-venv=3.11.2-1+b1 \
|
python3-setuptools=52.0.0-4 \
|
||||||
python3-wheel=0.38.4-2 \
|
python3-pil=8.1.2+dfsg-0.3+deb11u1 \
|
||||||
iputils-ping=3:20221126-1 \
|
python3-cryptography=3.3.2-1 \
|
||||||
git=1:2.39.2-1.1 \
|
iputils-ping=3:20210202-1 \
|
||||||
curl=7.88.1-10+deb12u4 \
|
git=1:2.30.2-1 \
|
||||||
openssh-client=1:9.2p1-2+deb12u1 \
|
curl=7.74.0-1.3+deb11u1 \
|
||||||
python3-cffi=1.15.1-5 \
|
openssh-client=1:8.4p1-5 \
|
||||||
libcairo2=1.16.0-7 \
|
&& rm -rf \
|
||||||
patch=2.7.6-7; \
|
|
||||||
if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \
|
|
||||||
apt-get install -y --no-install-recommends \
|
|
||||||
build-essential=12.9 \
|
|
||||||
python3-dev=3.11.2-1+b1 \
|
|
||||||
zlib1g-dev=1:1.2.13.dfsg-1 \
|
|
||||||
libjpeg-dev=1:2.1.5-2 \
|
|
||||||
libfreetype-dev=2.12.1+dfsg-5 \
|
|
||||||
libssl-dev=3.0.11-1~deb12u2 \
|
|
||||||
libffi-dev=3.4.4-1 \
|
|
||||||
cargo=0.66.0+ds1-1 \
|
|
||||||
pkg-config=1.8.1-1 \
|
|
||||||
gcc-arm-linux-gnueabihf=4:12.2.0-3; \
|
|
||||||
fi; \
|
|
||||||
rm -rf \
|
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/var/{cache,log}/* \
|
/var/{cache,log}/* \
|
||||||
/var/lib/apt/lists/*
|
/var/lib/apt/lists/*
|
||||||
@@ -63,22 +42,11 @@ ENV \
|
|||||||
# Store globally installed pio libs in /piolibs
|
# Store globally installed pio libs in /piolibs
|
||||||
PLATFORMIO_GLOBALLIB_DIR=/piolibs
|
PLATFORMIO_GLOBALLIB_DIR=/piolibs
|
||||||
|
|
||||||
# Support legacy binaries on Debian multiarch system. There is no "correct" way
|
|
||||||
# to do this, other than using properly built toolchains...
|
|
||||||
# See: https://unix.stackexchange.com/questions/553743/correct-way-to-add-lib-ld-linux-so-3-in-debian
|
|
||||||
RUN \
|
|
||||||
if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \
|
|
||||||
ln -s /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/ld-linux.so.3; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
# Ubuntu python3-pip is missing wheel
|
# Ubuntu python3-pip is missing wheel
|
||||||
if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \
|
pip3 install --no-cache-dir \
|
||||||
export PIP_EXTRA_INDEX_URL="https://www.piwheels.org/simple"; \
|
wheel==0.37.1 \
|
||||||
fi; \
|
platformio==6.1.4 \
|
||||||
pip3 install \
|
|
||||||
--break-system-packages --no-cache-dir \
|
|
||||||
platformio==6.1.11 \
|
|
||||||
# Change some platformio settings
|
# Change some platformio settings
|
||||||
&& platformio settings set enable_telemetry No \
|
&& platformio settings set enable_telemetry No \
|
||||||
&& platformio settings set check_platformio_interval 1000000 \
|
&& platformio settings set check_platformio_interval 1000000 \
|
||||||
@@ -86,16 +54,10 @@ RUN \
|
|||||||
|
|
||||||
|
|
||||||
# First install requirements to leverage caching when requirements don't change
|
# First install requirements to leverage caching when requirements don't change
|
||||||
# tmpfs is for https://github.com/rust-lang/cargo/issues/8719
|
COPY requirements.txt requirements_optional.txt docker/platformio_install_deps.py platformio.ini /
|
||||||
|
RUN \
|
||||||
COPY requirements.txt requirements_optional.txt script/platformio_install_deps.py platformio.ini /
|
pip3 install --no-cache-dir -r /requirements.txt -r /requirements_optional.txt \
|
||||||
RUN --mount=type=tmpfs,target=/root/.cargo if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \
|
&& /platformio_install_deps.py /platformio.ini
|
||||||
export PIP_EXTRA_INDEX_URL="https://www.piwheels.org/simple"; \
|
|
||||||
fi; \
|
|
||||||
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse CARGO_HOME=/root/.cargo \
|
|
||||||
pip3 install \
|
|
||||||
--break-system-packages --no-cache-dir -r /requirements.txt -r /requirements_optional.txt \
|
|
||||||
&& /platformio_install_deps.py /platformio.ini --libraries
|
|
||||||
|
|
||||||
|
|
||||||
# ======================= docker-type image =======================
|
# ======================= docker-type image =======================
|
||||||
@@ -103,11 +65,7 @@ FROM base AS docker
|
|||||||
|
|
||||||
# Copy esphome and install
|
# Copy esphome and install
|
||||||
COPY . /esphome
|
COPY . /esphome
|
||||||
RUN if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \
|
RUN pip3 install --no-cache-dir --no-use-pep517 -e /esphome
|
||||||
export PIP_EXTRA_INDEX_URL="https://www.piwheels.org/simple"; \
|
|
||||||
fi; \
|
|
||||||
pip3 install \
|
|
||||||
--break-system-packages --no-cache-dir --no-use-pep517 -e /esphome
|
|
||||||
|
|
||||||
# Settings for dashboard
|
# Settings for dashboard
|
||||||
ENV USERNAME="" PASSWORD=""
|
ENV USERNAME="" PASSWORD=""
|
||||||
@@ -115,10 +73,6 @@ ENV USERNAME="" PASSWORD=""
|
|||||||
# Expose the dashboard to Docker
|
# Expose the dashboard to Docker
|
||||||
EXPOSE 6052
|
EXPOSE 6052
|
||||||
|
|
||||||
# Run healthcheck (heartbeat)
|
|
||||||
HEALTHCHECK --interval=30s --timeout=30s \
|
|
||||||
CMD curl --fail http://localhost:6052/version -A "HealthCheck" || exit 1
|
|
||||||
|
|
||||||
COPY docker/docker_entrypoint.sh /entrypoint.sh
|
COPY docker/docker_entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
# The directory the user should mount their configuration files to
|
# The directory the user should mount their configuration files to
|
||||||
@@ -140,7 +94,7 @@ RUN \
|
|||||||
apt-get update \
|
apt-get update \
|
||||||
# Use pinned versions so that we get updates with build caching
|
# Use pinned versions so that we get updates with build caching
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
nginx-light=1.22.1-9 \
|
nginx-light=1.18.0-6.1+deb11u2 \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/var/{cache,log}/* \
|
/var/{cache,log}/* \
|
||||||
@@ -153,11 +107,7 @@ COPY docker/ha-addon-rootfs/ /
|
|||||||
|
|
||||||
# Copy esphome and install
|
# Copy esphome and install
|
||||||
COPY . /esphome
|
COPY . /esphome
|
||||||
RUN if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \
|
RUN pip3 install --no-cache-dir --no-use-pep517 -e /esphome
|
||||||
export PIP_EXTRA_INDEX_URL="https://www.piwheels.org/simple"; \
|
|
||||||
fi; \
|
|
||||||
pip3 install \
|
|
||||||
--break-system-packages --no-cache-dir --no-use-pep517 -e /esphome
|
|
||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
LABEL \
|
LABEL \
|
||||||
@@ -180,24 +130,20 @@ RUN \
|
|||||||
apt-get update \
|
apt-get update \
|
||||||
# Use pinned versions so that we get updates with build caching
|
# Use pinned versions so that we get updates with build caching
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
clang-format-13=1:13.0.1-11+b2 \
|
clang-format-11=1:11.0.1-2 \
|
||||||
clang-tidy-14=1:14.0.6-12 \
|
clang-tidy-11=1:11.0.1-2 \
|
||||||
patch=2.7.6-7 \
|
patch=2.7.6-7 \
|
||||||
software-properties-common=0.99.30-4 \
|
software-properties-common=0.96.20.2-2.1 \
|
||||||
nano=7.2-1 \
|
nano=5.4-2+deb11u1 \
|
||||||
build-essential=12.9 \
|
build-essential=12.9 \
|
||||||
python3-dev=3.11.2-1+b1 \
|
python3-dev=3.9.2-3 \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/var/{cache,log}/* \
|
/var/{cache,log}/* \
|
||||||
/var/lib/apt/lists/*
|
/var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY requirements_test.txt /
|
COPY requirements_test.txt /
|
||||||
RUN if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \
|
RUN pip3 install --no-cache-dir -r /requirements_test.txt
|
||||||
export PIP_EXTRA_INDEX_URL="https://www.piwheels.org/simple"; \
|
|
||||||
fi; \
|
|
||||||
pip3 install \
|
|
||||||
--break-system-packages --no-cache-dir -r /requirements_test.txt
|
|
||||||
|
|
||||||
VOLUME ["/esphome"]
|
VOLUME ["/esphome"]
|
||||||
WORKDIR /esphome
|
WORKDIR /esphome
|
||||||
|
|||||||
@@ -8,49 +8,32 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
CHANNEL_DEV = "dev"
|
CHANNEL_DEV = 'dev'
|
||||||
CHANNEL_BETA = "beta"
|
CHANNEL_BETA = 'beta'
|
||||||
CHANNEL_RELEASE = "release"
|
CHANNEL_RELEASE = 'release'
|
||||||
CHANNELS = [CHANNEL_DEV, CHANNEL_BETA, CHANNEL_RELEASE]
|
CHANNELS = [CHANNEL_DEV, CHANNEL_BETA, CHANNEL_RELEASE]
|
||||||
|
|
||||||
ARCH_AMD64 = "amd64"
|
ARCH_AMD64 = 'amd64'
|
||||||
ARCH_ARMV7 = "armv7"
|
ARCH_ARMV7 = 'armv7'
|
||||||
ARCH_AARCH64 = "aarch64"
|
ARCH_AARCH64 = 'aarch64'
|
||||||
ARCHS = [ARCH_AMD64, ARCH_ARMV7, ARCH_AARCH64]
|
ARCHS = [ARCH_AMD64, ARCH_ARMV7, ARCH_AARCH64]
|
||||||
|
|
||||||
TYPE_DOCKER = "docker"
|
TYPE_DOCKER = 'docker'
|
||||||
TYPE_HA_ADDON = "ha-addon"
|
TYPE_HA_ADDON = 'ha-addon'
|
||||||
TYPE_LINT = "lint"
|
TYPE_LINT = 'lint'
|
||||||
TYPES = [TYPE_DOCKER, TYPE_HA_ADDON, TYPE_LINT]
|
TYPES = [TYPE_DOCKER, TYPE_HA_ADDON, TYPE_LINT]
|
||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument(
|
parser.add_argument("--tag", type=str, required=True, help="The main docker tag to push to. If a version number also adds latest and/or beta tag")
|
||||||
"--tag",
|
parser.add_argument("--arch", choices=ARCHS, required=False, help="The architecture to build for")
|
||||||
type=str,
|
parser.add_argument("--build-type", choices=TYPES, required=True, help="The type of build to run")
|
||||||
required=True,
|
parser.add_argument("--dry-run", action="store_true", help="Don't run any commands, just print them")
|
||||||
help="The main docker tag to push to. If a version number also adds latest and/or beta tag",
|
subparsers = parser.add_subparsers(help="Action to perform", dest="command", required=True)
|
||||||
)
|
|
||||||
parser.add_argument(
|
|
||||||
"--arch", choices=ARCHS, required=False, help="The architecture to build for"
|
|
||||||
)
|
|
||||||
parser.add_argument(
|
|
||||||
"--build-type", choices=TYPES, required=True, help="The type of build to run"
|
|
||||||
)
|
|
||||||
parser.add_argument(
|
|
||||||
"--dry-run", action="store_true", help="Don't run any commands, just print them"
|
|
||||||
)
|
|
||||||
subparsers = parser.add_subparsers(
|
|
||||||
help="Action to perform", dest="command", required=True
|
|
||||||
)
|
|
||||||
build_parser = subparsers.add_parser("build", help="Build the image")
|
build_parser = subparsers.add_parser("build", help="Build the image")
|
||||||
build_parser.add_argument("--push", help="Also push the images", action="store_true")
|
build_parser.add_argument("--push", help="Also push the images", action="store_true")
|
||||||
build_parser.add_argument(
|
build_parser.add_argument("--load", help="Load the docker image locally", action="store_true")
|
||||||
"--load", help="Load the docker image locally", action="store_true"
|
manifest_parser = subparsers.add_parser("manifest", help="Create a manifest from already pushed images")
|
||||||
)
|
|
||||||
manifest_parser = subparsers.add_parser(
|
|
||||||
"manifest", help="Create a manifest from already pushed images"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True)
|
||||||
@@ -66,7 +49,7 @@ class DockerParams:
|
|||||||
prefix = {
|
prefix = {
|
||||||
TYPE_DOCKER: "esphome/esphome",
|
TYPE_DOCKER: "esphome/esphome",
|
||||||
TYPE_HA_ADDON: "esphome/esphome-hassio",
|
TYPE_HA_ADDON: "esphome/esphome-hassio",
|
||||||
TYPE_LINT: "esphome/esphome-lint",
|
TYPE_LINT: "esphome/esphome-lint"
|
||||||
}[build_type]
|
}[build_type]
|
||||||
build_to = f"{prefix}-{arch}"
|
build_to = f"{prefix}-{arch}"
|
||||||
baseimgtype = {
|
baseimgtype = {
|
||||||
@@ -145,21 +128,13 @@ def main():
|
|||||||
|
|
||||||
# 3. build
|
# 3. build
|
||||||
cmd = [
|
cmd = [
|
||||||
"docker",
|
"docker", "buildx", "build",
|
||||||
"buildx",
|
"--build-arg", f"BASEIMGTYPE={params.baseimgtype}",
|
||||||
"build",
|
"--build-arg", f"BUILD_VERSION={args.tag}",
|
||||||
"--build-arg",
|
"--cache-from", f"type=registry,ref={cache_img}",
|
||||||
f"BASEIMGTYPE={params.baseimgtype}",
|
"--file", "docker/Dockerfile",
|
||||||
"--build-arg",
|
"--platform", params.platform,
|
||||||
f"BUILD_VERSION={args.tag}",
|
"--target", params.target,
|
||||||
"--cache-from",
|
|
||||||
f"type=registry,ref={cache_img}",
|
|
||||||
"--file",
|
|
||||||
"docker/Dockerfile",
|
|
||||||
"--platform",
|
|
||||||
params.platform,
|
|
||||||
"--target",
|
|
||||||
params.target,
|
|
||||||
]
|
]
|
||||||
for img in imgs:
|
for img in imgs:
|
||||||
cmd += ["--tag", img]
|
cmd += ["--tag", img]
|
||||||
@@ -185,7 +160,9 @@ def main():
|
|||||||
run_command(*cmd)
|
run_command(*cmd)
|
||||||
# 2. Push manifests
|
# 2. Push manifests
|
||||||
for target in targets:
|
for target in targets:
|
||||||
run_command("docker", "manifest", "push", target)
|
run_command(
|
||||||
|
"docker", "manifest", "push", target
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
@@ -1,68 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
import re
|
|
||||||
import os
|
|
||||||
import argparse
|
|
||||||
import json
|
|
||||||
|
|
||||||
CHANNEL_DEV = "dev"
|
|
||||||
CHANNEL_BETA = "beta"
|
|
||||||
CHANNEL_RELEASE = "release"
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
|
||||||
parser.add_argument(
|
|
||||||
"--tag",
|
|
||||||
type=str,
|
|
||||||
required=True,
|
|
||||||
help="The main docker tag to push to. If a version number also adds latest and/or beta tag",
|
|
||||||
)
|
|
||||||
parser.add_argument(
|
|
||||||
"--suffix",
|
|
||||||
type=str,
|
|
||||||
required=True,
|
|
||||||
help="The suffix of the tag.",
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
|
||||||
args = parser.parse_args()
|
|
||||||
|
|
||||||
# detect channel from tag
|
|
||||||
match = re.match(r"^(\d+\.\d+)(?:\.\d+)?(b\d+)?$", args.tag)
|
|
||||||
major_minor_version = None
|
|
||||||
if match is None:
|
|
||||||
channel = CHANNEL_DEV
|
|
||||||
elif match.group(2) is None:
|
|
||||||
major_minor_version = match.group(1)
|
|
||||||
channel = CHANNEL_RELEASE
|
|
||||||
else:
|
|
||||||
channel = CHANNEL_BETA
|
|
||||||
|
|
||||||
tags_to_push = [args.tag]
|
|
||||||
if channel == CHANNEL_DEV:
|
|
||||||
tags_to_push.append("dev")
|
|
||||||
elif channel == CHANNEL_BETA:
|
|
||||||
tags_to_push.append("beta")
|
|
||||||
elif channel == CHANNEL_RELEASE:
|
|
||||||
# Additionally push to beta
|
|
||||||
tags_to_push.append("beta")
|
|
||||||
tags_to_push.append("latest")
|
|
||||||
|
|
||||||
if major_minor_version:
|
|
||||||
tags_to_push.append("stable")
|
|
||||||
tags_to_push.append(major_minor_version)
|
|
||||||
|
|
||||||
suffix = f"-{args.suffix}" if args.suffix else ""
|
|
||||||
|
|
||||||
with open(os.environ["GITHUB_OUTPUT"], "w") as f:
|
|
||||||
print(f"channel={channel}", file=f)
|
|
||||||
print(f"image=esphome/esphome{suffix}", file=f)
|
|
||||||
full_tags = []
|
|
||||||
|
|
||||||
for tag in tags_to_push:
|
|
||||||
full_tags += [f"ghcr.io/esphome/esphome{suffix}:{tag}"]
|
|
||||||
full_tags += [f"esphome/esphome{suffix}:{tag}"]
|
|
||||||
print(f"tags={','.join(full_tags)}", file=f)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
main()
|
|
||||||
41
docker/ha-addon-rootfs/etc/cont-init.d/10-requirements.sh
Executable file
41
docker/ha-addon-rootfs/etc/cont-init.d/10-requirements.sh
Executable file
@@ -0,0 +1,41 @@
|
|||||||
|
#!/usr/bin/with-contenv bashio
|
||||||
|
# ==============================================================================
|
||||||
|
# Community Hass.io Add-ons: ESPHome
|
||||||
|
# This files check if all user configuration requirements are met
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Check SSL requirements, if enabled
|
||||||
|
if bashio::config.true 'ssl'; then
|
||||||
|
if ! bashio::config.has_value 'certfile'; then
|
||||||
|
bashio::log.fatal 'SSL is enabled, but no certfile was specified.'
|
||||||
|
bashio::exit.nok
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ! bashio::config.has_value 'keyfile'; then
|
||||||
|
bashio::log.fatal 'SSL is enabled, but no keyfile was specified'
|
||||||
|
bashio::exit.nok
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
certfile="/ssl/$(bashio::config 'certfile')"
|
||||||
|
keyfile="/ssl/$(bashio::config 'keyfile')"
|
||||||
|
|
||||||
|
if ! bashio::fs.file_exists "${certfile}"; then
|
||||||
|
if ! bashio::fs.file_exists "${keyfile}"; then
|
||||||
|
# Both files are missing, let's print a friendlier error message
|
||||||
|
bashio::log.fatal 'You enabled encrypted connections using the "ssl": true option.'
|
||||||
|
bashio::log.fatal "However, the SSL files '${certfile}' and '${keyfile}'"
|
||||||
|
bashio::log.fatal "were not found. If you're using Hass.io on your local network and don't want"
|
||||||
|
bashio::log.fatal 'to encrypt connections to the ESPHome dashboard, you can manually disable'
|
||||||
|
bashio::log.fatal 'SSL by setting "ssl" to false."'
|
||||||
|
bashio::exit.nok
|
||||||
|
fi
|
||||||
|
bashio::log.fatal "The configured certfile '${certfile}' was not found."
|
||||||
|
bashio::exit.nok
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ! bashio::fs.file_exists "/ssl/$(bashio::config 'keyfile')"; then
|
||||||
|
bashio::log.fatal "The configured keyfile '${keyfile}' was not found."
|
||||||
|
bashio::exit.nok
|
||||||
|
fi
|
||||||
|
fi
|
||||||
34
docker/ha-addon-rootfs/etc/cont-init.d/20-nginx.sh
Executable file
34
docker/ha-addon-rootfs/etc/cont-init.d/20-nginx.sh
Executable file
@@ -0,0 +1,34 @@
|
|||||||
|
#!/usr/bin/with-contenv bashio
|
||||||
|
# ==============================================================================
|
||||||
|
# Community Hass.io Add-ons: ESPHome
|
||||||
|
# Configures NGINX for use with ESPHome
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
declare certfile
|
||||||
|
declare keyfile
|
||||||
|
declare direct_port
|
||||||
|
declare ingress_interface
|
||||||
|
declare ingress_port
|
||||||
|
|
||||||
|
mkdir -p /var/log/nginx
|
||||||
|
|
||||||
|
direct_port=$(bashio::addon.port 6052)
|
||||||
|
if bashio::var.has_value "${direct_port}"; then
|
||||||
|
if bashio::config.true 'ssl'; then
|
||||||
|
certfile=$(bashio::config 'certfile')
|
||||||
|
keyfile=$(bashio::config 'keyfile')
|
||||||
|
|
||||||
|
mv /etc/nginx/servers/direct-ssl.disabled /etc/nginx/servers/direct.conf
|
||||||
|
sed -i "s/%%certfile%%/${certfile}/g" /etc/nginx/servers/direct.conf
|
||||||
|
sed -i "s/%%keyfile%%/${keyfile}/g" /etc/nginx/servers/direct.conf
|
||||||
|
else
|
||||||
|
mv /etc/nginx/servers/direct.disabled /etc/nginx/servers/direct.conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
sed -i "s/%%port%%/${direct_port}/g" /etc/nginx/servers/direct.conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
ingress_port=$(bashio::addon.ingress_port)
|
||||||
|
ingress_interface=$(bashio::addon.ip_address)
|
||||||
|
sed -i "s/%%port%%/${ingress_port}/g" /etc/nginx/servers/ingress.conf
|
||||||
|
sed -i "s/%%interface%%/${ingress_interface}/g" /etc/nginx/servers/ingress.conf
|
||||||
9
docker/ha-addon-rootfs/etc/cont-init.d/30-dirs.sh
Normal file
9
docker/ha-addon-rootfs/etc/cont-init.d/30-dirs.sh
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/with-contenv bashio
|
||||||
|
# ==============================================================================
|
||||||
|
# Community Hass.io Add-ons: ESPHome
|
||||||
|
# This files creates all directories used by esphome
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
pio_cache_base=/data/cache/platformio
|
||||||
|
|
||||||
|
mkdir -p "${pio_cache_base}"
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_ignore_client_abort off;
|
proxy_ignore_client_abort off;
|
||||||
proxy_read_timeout 86400s;
|
proxy_read_timeout 86400s;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_send_timeout 86400s;
|
proxy_send_timeout 86400s;
|
||||||
proxy_max_temp_file_size 0;
|
proxy_max_temp_file_size 0;
|
||||||
|
|
||||||
proxy_set_header Accept-Encoding "";
|
proxy_set_header Accept-Encoding "";
|
||||||
proxy_set_header Connection $connection_upgrade;
|
proxy_set_header Connection $connection_upgrade;
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
root /dev/null;
|
root /dev/null;
|
||||||
server_name $hostname;
|
server_name $hostname;
|
||||||
|
|
||||||
client_max_body_size 512m;
|
|
||||||
|
|
||||||
add_header X-Content-Type-Options nosniff;
|
add_header X-Content-Type-Options nosniff;
|
||||||
add_header X-XSS-Protection "1; mode=block";
|
add_header X-XSS-Protection "1; mode=block";
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2;
|
||||||
ssl_prefer_server_ciphers off;
|
ssl_prefer_server_ciphers on;
|
||||||
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
|
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA;
|
||||||
|
ssl_ecdh_curve secp384r1;
|
||||||
ssl_session_timeout 10m;
|
ssl_session_timeout 10m;
|
||||||
ssl_session_cache shared:SSL:10m;
|
ssl_session_cache shared:SSL:10m;
|
||||||
ssl_session_tickets off;
|
ssl_session_tickets off;
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
upstream esphome {
|
|
||||||
server unix:/var/run/esphome.sock;
|
|
||||||
}
|
|
||||||
@@ -2,6 +2,7 @@ daemon off;
|
|||||||
user root;
|
user root;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
|
# Hass.io addon log
|
||||||
error_log /proc/1/fd/1 error;
|
error_log /proc/1/fd/1 error;
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
@@ -9,22 +10,24 @@ events {
|
|||||||
|
|
||||||
http {
|
http {
|
||||||
include /etc/nginx/includes/mime.types;
|
include /etc/nginx/includes/mime.types;
|
||||||
|
access_log stdout;
|
||||||
access_log off;
|
default_type application/octet-stream;
|
||||||
default_type application/octet-stream;
|
gzip on;
|
||||||
gzip on;
|
keepalive_timeout 65;
|
||||||
keepalive_timeout 65;
|
sendfile on;
|
||||||
sendfile on;
|
server_tokens off;
|
||||||
server_tokens off;
|
|
||||||
|
|
||||||
tcp_nodelay on;
|
|
||||||
tcp_nopush on;
|
|
||||||
|
|
||||||
map $http_upgrade $connection_upgrade {
|
map $http_upgrade $connection_upgrade {
|
||||||
default upgrade;
|
default upgrade;
|
||||||
'' close;
|
'' close;
|
||||||
}
|
}
|
||||||
|
|
||||||
include /etc/nginx/includes/upstream.conf;
|
# Use Hass.io supervisor as resolver
|
||||||
|
resolver 172.30.32.2;
|
||||||
|
|
||||||
|
upstream esphome {
|
||||||
|
server unix:/var/run/esphome.sock;
|
||||||
|
}
|
||||||
|
|
||||||
include /etc/nginx/servers/*.conf;
|
include /etc/nginx/servers/*.conf;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
Without requirements or design, programming is the art of adding bugs to an empty text file. (Louis Srygley)
|
|
||||||
@@ -1,26 +1,20 @@
|
|||||||
server {
|
server {
|
||||||
{{ if not .ssl }}
|
listen %%port%% default_server ssl http2;
|
||||||
listen 6052 default_server;
|
|
||||||
{{ else }}
|
|
||||||
listen 6052 default_server ssl http2;
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
include /etc/nginx/includes/server_params.conf;
|
include /etc/nginx/includes/server_params.conf;
|
||||||
include /etc/nginx/includes/proxy_params.conf;
|
include /etc/nginx/includes/proxy_params.conf;
|
||||||
|
|
||||||
{{ if .ssl }}
|
|
||||||
include /etc/nginx/includes/ssl_params.conf;
|
include /etc/nginx/includes/ssl_params.conf;
|
||||||
|
|
||||||
ssl_certificate /ssl/{{ .certfile }};
|
ssl on;
|
||||||
ssl_certificate_key /ssl/{{ .keyfile }};
|
ssl_certificate /ssl/%%certfile%%;
|
||||||
|
ssl_certificate_key /ssl/%%keyfile%%;
|
||||||
|
|
||||||
|
# Clear Hass.io Ingress header
|
||||||
|
proxy_set_header X-HA-Ingress "";
|
||||||
|
|
||||||
# Redirect http requests to https on the same port.
|
# Redirect http requests to https on the same port.
|
||||||
# https://rageagainstshell.com/2016/11/redirect-http-to-https-on-the-same-port-in-nginx/
|
# https://rageagainstshell.com/2016/11/redirect-http-to-https-on-the-same-port-in-nginx/
|
||||||
error_page 497 https://$http_host$request_uri;
|
error_page 497 https://$http_host$request_uri;
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
# Clear Home Assistant Ingress header
|
|
||||||
proxy_set_header X-HA-Ingress "";
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://esphome;
|
proxy_pass http://esphome;
|
||||||
12
docker/ha-addon-rootfs/etc/nginx/servers/direct.disabled
Normal file
12
docker/ha-addon-rootfs/etc/nginx/servers/direct.disabled
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
server {
|
||||||
|
listen %%port%% default_server;
|
||||||
|
|
||||||
|
include /etc/nginx/includes/server_params.conf;
|
||||||
|
include /etc/nginx/includes/proxy_params.conf;
|
||||||
|
# Clear Hass.io Ingress header
|
||||||
|
proxy_set_header X-HA-Ingress "";
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass http://esphome;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,16 +1,14 @@
|
|||||||
server {
|
server {
|
||||||
listen 127.0.0.1:{{ .port }} default_server;
|
listen %%interface%%:%%port%% default_server;
|
||||||
listen {{ .interface }}:{{ .port }} default_server;
|
|
||||||
|
|
||||||
include /etc/nginx/includes/server_params.conf;
|
include /etc/nginx/includes/server_params.conf;
|
||||||
include /etc/nginx/includes/proxy_params.conf;
|
include /etc/nginx/includes/proxy_params.conf;
|
||||||
|
|
||||||
# Set Home Assistant Ingress header
|
# Set Home Assistant Ingress header
|
||||||
proxy_set_header X-HA-Ingress "YES";
|
proxy_set_header X-HA-Ingress "YES";
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
# Only allow from Hass.io supervisor
|
||||||
allow 172.30.32.2;
|
allow 172.30.32.2;
|
||||||
allow 127.0.0.1;
|
|
||||||
deny all;
|
deny all;
|
||||||
|
|
||||||
proxy_pass http://esphome;
|
proxy_pass http://esphome;
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
#!/command/with-contenv bashio
|
|
||||||
# shellcheck shell=bash
|
|
||||||
# ==============================================================================
|
|
||||||
# Home Assistant Add-on: ESPHome
|
|
||||||
# Sends discovery information to Home Assistant.
|
|
||||||
# ==============================================================================
|
|
||||||
declare config
|
|
||||||
declare port
|
|
||||||
|
|
||||||
# We only disable it when disabled explicitly
|
|
||||||
if bashio::config.false 'home_assistant_dashboard_integration';
|
|
||||||
then
|
|
||||||
bashio::log.info "Home Assistant discovery is disabled for this add-on."
|
|
||||||
bashio::exit.ok
|
|
||||||
fi
|
|
||||||
|
|
||||||
port=$(bashio::addon.ingress_port)
|
|
||||||
|
|
||||||
# Wait for NGINX to become available
|
|
||||||
bashio::net.wait_for "${port}" "127.0.0.1" 300
|
|
||||||
|
|
||||||
config=$(\
|
|
||||||
bashio::var.json \
|
|
||||||
host "127.0.0.1" \
|
|
||||||
port "^${port}" \
|
|
||||||
)
|
|
||||||
|
|
||||||
if bashio::discovery "esphome" "${config}" > /dev/null; then
|
|
||||||
bashio::log.info "Successfully send discovery information to Home Assistant."
|
|
||||||
else
|
|
||||||
bashio::log.error "Discovery message to Home Assistant failed!"
|
|
||||||
fi
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
oneshot
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/etc/s6-overlay/s6-rc.d/discovery/run
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
#!/command/with-contenv bashio
|
|
||||||
# shellcheck shell=bash
|
|
||||||
# ==============================================================================
|
|
||||||
# Home Assistant Community Add-on: ESPHome
|
|
||||||
# Take down the S6 supervision tree when ESPHome dashboard fails
|
|
||||||
# ==============================================================================
|
|
||||||
declare exit_code
|
|
||||||
readonly exit_code_container=$(</run/s6-linux-init-container-results/exitcode)
|
|
||||||
readonly exit_code_service="${1}"
|
|
||||||
readonly exit_code_signal="${2}"
|
|
||||||
|
|
||||||
bashio::log.info \
|
|
||||||
"Service ESPHome dashboard exited with code ${exit_code_service}" \
|
|
||||||
"(by signal ${exit_code_signal})"
|
|
||||||
|
|
||||||
if [[ "${exit_code_service}" -eq 256 ]]; then
|
|
||||||
if [[ "${exit_code_container}" -eq 0 ]]; then
|
|
||||||
echo $((128 + $exit_code_signal)) > /run/s6-linux-init-container-results/exitcode
|
|
||||||
fi
|
|
||||||
[[ "${exit_code_signal}" -eq 15 ]] && exec /run/s6/basedir/bin/halt
|
|
||||||
elif [[ "${exit_code_service}" -ne 0 ]]; then
|
|
||||||
if [[ "${exit_code_container}" -eq 0 ]]; then
|
|
||||||
echo "${exit_code_service}" > /run/s6-linux-init-container-results/exitcode
|
|
||||||
fi
|
|
||||||
exec /run/s6/basedir/bin/halt
|
|
||||||
fi
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
longrun
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
#!/command/with-contenv bashio
|
|
||||||
# shellcheck shell=bash
|
|
||||||
# ==============================================================================
|
|
||||||
# Community Hass.io Add-ons: ESPHome
|
|
||||||
# Configures NGINX for use with ESPHome
|
|
||||||
# ==============================================================================
|
|
||||||
mkdir -p /var/log/nginx
|
|
||||||
|
|
||||||
# Generate Ingress configuration
|
|
||||||
bashio::var.json \
|
|
||||||
interface "$(bashio::addon.ip_address)" \
|
|
||||||
port "^$(bashio::addon.ingress_port)" \
|
|
||||||
| tempio \
|
|
||||||
-template /etc/nginx/templates/ingress.gtpl \
|
|
||||||
-out /etc/nginx/servers/ingress.conf
|
|
||||||
|
|
||||||
# Generate direct access configuration, if enabled.
|
|
||||||
if bashio::var.has_value "$(bashio::addon.port 6052)"; then
|
|
||||||
bashio::config.require.ssl
|
|
||||||
bashio::var.json \
|
|
||||||
certfile "$(bashio::config 'certfile')" \
|
|
||||||
keyfile "$(bashio::config 'keyfile')" \
|
|
||||||
ssl "^$(bashio::config 'ssl')" \
|
|
||||||
| tempio \
|
|
||||||
-template /etc/nginx/templates/direct.gtpl \
|
|
||||||
-out /etc/nginx/servers/direct.conf
|
|
||||||
fi
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
oneshot
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/etc/s6-overlay/s6-rc.d/init-nginx/run
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
#!/command/with-contenv bashio
|
|
||||||
# ==============================================================================
|
|
||||||
# Community Hass.io Add-ons: ESPHome
|
|
||||||
# Take down the S6 supervision tree when NGINX fails
|
|
||||||
# ==============================================================================
|
|
||||||
declare exit_code
|
|
||||||
readonly exit_code_container=$(</run/s6-linux-init-container-results/exitcode)
|
|
||||||
readonly exit_code_service="${1}"
|
|
||||||
readonly exit_code_signal="${2}"
|
|
||||||
|
|
||||||
bashio::log.info \
|
|
||||||
"Service NGINX exited with code ${exit_code_service}" \
|
|
||||||
"(by signal ${exit_code_signal})"
|
|
||||||
|
|
||||||
if [[ "${exit_code_service}" -eq 256 ]]; then
|
|
||||||
if [[ "${exit_code_container}" -eq 0 ]]; then
|
|
||||||
echo $((128 + $exit_code_signal)) > /run/s6-linux-init-container-results/exitcode
|
|
||||||
fi
|
|
||||||
[[ "${exit_code_signal}" -eq 15 ]] && exec /run/s6/basedir/bin/halt
|
|
||||||
elif [[ "${exit_code_service}" -ne 0 ]]; then
|
|
||||||
if [[ "${exit_code_container}" -eq 0 ]]; then
|
|
||||||
echo "${exit_code_service}" > /run/s6-linux-init-container-results/exitcode
|
|
||||||
fi
|
|
||||||
exec /run/s6/basedir/bin/halt
|
|
||||||
fi
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
longrun
|
|
||||||
9
docker/ha-addon-rootfs/etc/services.d/esphome/finish
Executable file
9
docker/ha-addon-rootfs/etc/services.d/esphome/finish
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/execlineb -S0
|
||||||
|
# ==============================================================================
|
||||||
|
# Community Hass.io Add-ons: ESPHome
|
||||||
|
# Take down the S6 supervision tree when ESPHome fails
|
||||||
|
# ==============================================================================
|
||||||
|
if -n { s6-test $# -ne 0 }
|
||||||
|
if -n { s6-test ${1} -eq 256 }
|
||||||
|
|
||||||
|
s6-svscanctl -t /var/run/s6/services
|
||||||
@@ -1,19 +1,10 @@
|
|||||||
#!/command/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# shellcheck shell=bash
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Community Hass.io Add-ons: ESPHome
|
# Community Hass.io Add-ons: ESPHome
|
||||||
# Runs the ESPHome dashboard
|
# Runs the ESPHome dashboard
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
readonly pio_cache_base=/data/cache/platformio
|
|
||||||
|
|
||||||
export ESPHOME_IS_HA_ADDON=true
|
export ESPHOME_IS_HA_ADDON=true
|
||||||
export PLATFORMIO_GLOBALLIB_DIR=/piolibs
|
|
||||||
|
|
||||||
# we can't set core_dir, because the settings file is stored in `core_dir/appstate.json`
|
|
||||||
# setting `core_dir` would therefore prevent pio from accessing
|
|
||||||
export PLATFORMIO_PLATFORMS_DIR="${pio_cache_base}/platforms"
|
|
||||||
export PLATFORMIO_PACKAGES_DIR="${pio_cache_base}/packages"
|
|
||||||
export PLATFORMIO_CACHE_DIR="${pio_cache_base}/cache"
|
|
||||||
|
|
||||||
if bashio::config.true 'leave_front_door_open'; then
|
if bashio::config.true 'leave_front_door_open'; then
|
||||||
export DISABLE_HA_AUTHENTICATION=true
|
export DISABLE_HA_AUTHENTICATION=true
|
||||||
@@ -31,27 +22,14 @@ if bashio::config.has_value 'relative_url'; then
|
|||||||
export ESPHOME_DASHBOARD_RELATIVE_URL=$(bashio::config 'relative_url')
|
export ESPHOME_DASHBOARD_RELATIVE_URL=$(bashio::config 'relative_url')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if bashio::config.has_value 'default_compile_process_limit'; then
|
pio_cache_base=/data/cache/platformio
|
||||||
export ESPHOME_DEFAULT_COMPILE_PROCESS_LIMIT=$(bashio::config 'default_compile_process_limit')
|
# we can't set core_dir, because the settings file is stored in `core_dir/appstate.json`
|
||||||
else
|
# setting `core_dir` would therefore prevent pio from accessing
|
||||||
if grep -q 'Raspberry Pi 3' /proc/cpuinfo; then
|
export PLATFORMIO_PLATFORMS_DIR="${pio_cache_base}/platforms"
|
||||||
export ESPHOME_DEFAULT_COMPILE_PROCESS_LIMIT=1
|
export PLATFORMIO_PACKAGES_DIR="${pio_cache_base}/packages"
|
||||||
fi
|
export PLATFORMIO_CACHE_DIR="${pio_cache_base}/cache"
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p "${pio_cache_base}"
|
export PLATFORMIO_GLOBALLIB_DIR=/piolibs
|
||||||
|
|
||||||
mkdir -p /config/esphome
|
|
||||||
|
|
||||||
if bashio::fs.directory_exists '/config/esphome/.esphome'; then
|
|
||||||
bashio::log.info "Migrating old .esphome directory..."
|
|
||||||
if bashio::fs.file_exists '/config/esphome/.esphome/esphome.json'; then
|
|
||||||
mv /config/esphome/.esphome/esphome.json /data/esphome.json
|
|
||||||
fi
|
|
||||||
mkdir -p "/data/storage"
|
|
||||||
mv /config/esphome/.esphome/*.json /data/storage/ || true
|
|
||||||
rm -rf /config/esphome/.esphome
|
|
||||||
fi
|
|
||||||
|
|
||||||
bashio::log.info "Starting ESPHome dashboard..."
|
bashio::log.info "Starting ESPHome dashboard..."
|
||||||
exec esphome dashboard /config/esphome --socket /var/run/esphome.sock --ha-addon
|
exec esphome dashboard /config/esphome --socket /var/run/esphome.sock --ha-addon
|
||||||
9
docker/ha-addon-rootfs/etc/services.d/nginx/finish
Executable file
9
docker/ha-addon-rootfs/etc/services.d/nginx/finish
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/execlineb -S0
|
||||||
|
# ==============================================================================
|
||||||
|
# Community Hass.io Add-ons: ESPHome
|
||||||
|
# Take down the S6 supervision tree when NGINX fails
|
||||||
|
# ==============================================================================
|
||||||
|
if -n { s6-test $# -ne 0 }
|
||||||
|
if -n { s6-test ${1} -eq 256 }
|
||||||
|
|
||||||
|
s6-svscanctl -t /var/run/s6/services
|
||||||
@@ -1,11 +1,10 @@
|
|||||||
#!/command/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# shellcheck shell=bash
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Community Hass.io Add-ons: ESPHome
|
# Community Hass.io Add-ons: ESPHome
|
||||||
# Runs the NGINX proxy
|
# Runs the NGINX proxy
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
bashio::log.info "Waiting for ESPHome dashboard to come up..."
|
bashio::log.info "Waiting for dashboard to come up..."
|
||||||
|
|
||||||
while [[ ! -S /var/run/esphome.sock ]]; do
|
while [[ ! -S /var/run/esphome.sock ]]; do
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
30
docker/platformio_install_deps.py
Executable file
30
docker/platformio_install_deps.py
Executable file
@@ -0,0 +1,30 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# This script is used in the docker containers to preinstall
|
||||||
|
# all platformio libraries in the global storage
|
||||||
|
|
||||||
|
import configparser
|
||||||
|
import subprocess
|
||||||
|
import sys
|
||||||
|
|
||||||
|
config = configparser.ConfigParser(inline_comment_prefixes=(';', ))
|
||||||
|
config.read(sys.argv[1])
|
||||||
|
|
||||||
|
libs = []
|
||||||
|
# Extract from every lib_deps key in all sections
|
||||||
|
for section in config.sections():
|
||||||
|
conf = config[section]
|
||||||
|
if "lib_deps" not in conf:
|
||||||
|
continue
|
||||||
|
for lib_dep in conf["lib_deps"].splitlines():
|
||||||
|
if not lib_dep:
|
||||||
|
# Empty line or comment
|
||||||
|
continue
|
||||||
|
if lib_dep.startswith("${"):
|
||||||
|
# Extending from another section
|
||||||
|
continue
|
||||||
|
if "@" not in lib_dep:
|
||||||
|
# No version pinned, this is an internal lib
|
||||||
|
continue
|
||||||
|
libs.append(lib_dep)
|
||||||
|
|
||||||
|
subprocess.check_call(['platformio', 'lib', '-g', 'install', *libs])
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
# PYTHON_ARGCOMPLETE_OK
|
|
||||||
import argparse
|
import argparse
|
||||||
import functools
|
import functools
|
||||||
import logging
|
import logging
|
||||||
@@ -8,8 +7,6 @@ import sys
|
|||||||
import time
|
import time
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
import argcomplete
|
|
||||||
|
|
||||||
from esphome import const, writer, yaml_util
|
from esphome import const, writer, yaml_util
|
||||||
import esphome.codegen as cg
|
import esphome.codegen as cg
|
||||||
from esphome.config import iter_components, read_config, strip_default_ids
|
from esphome.config import iter_components, read_config, strip_default_ids
|
||||||
@@ -21,23 +18,18 @@ from esphome.const import (
|
|||||||
CONF_LOGGER,
|
CONF_LOGGER,
|
||||||
CONF_NAME,
|
CONF_NAME,
|
||||||
CONF_OTA,
|
CONF_OTA,
|
||||||
CONF_MQTT,
|
|
||||||
CONF_MDNS,
|
|
||||||
CONF_DISABLED,
|
|
||||||
CONF_PASSWORD,
|
CONF_PASSWORD,
|
||||||
CONF_PORT,
|
CONF_PORT,
|
||||||
CONF_ESPHOME,
|
CONF_ESPHOME,
|
||||||
CONF_PLATFORMIO_OPTIONS,
|
CONF_PLATFORMIO_OPTIONS,
|
||||||
CONF_SUBSTITUTIONS,
|
CONF_SUBSTITUTIONS,
|
||||||
PLATFORM_BK72XX,
|
|
||||||
PLATFORM_RTL87XX,
|
|
||||||
PLATFORM_ESP32,
|
PLATFORM_ESP32,
|
||||||
PLATFORM_ESP8266,
|
PLATFORM_ESP8266,
|
||||||
PLATFORM_RP2040,
|
PLATFORM_RP2040,
|
||||||
SECRETS_FILES,
|
SECRETS_FILES,
|
||||||
)
|
)
|
||||||
from esphome.core import CORE, EsphomeError, coroutine
|
from esphome.core import CORE, EsphomeError, coroutine
|
||||||
from esphome.helpers import indent, is_ip_address
|
from esphome.helpers import indent
|
||||||
from esphome.util import (
|
from esphome.util import (
|
||||||
run_external_command,
|
run_external_command,
|
||||||
run_external_process,
|
run_external_process,
|
||||||
@@ -50,7 +42,7 @@ from esphome.log import color, setup_log, Fore
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def choose_prompt(options, purpose: str = None):
|
def choose_prompt(options):
|
||||||
if not options:
|
if not options:
|
||||||
raise EsphomeError(
|
raise EsphomeError(
|
||||||
"Found no valid options for upload/logging, please make sure relevant "
|
"Found no valid options for upload/logging, please make sure relevant "
|
||||||
@@ -61,9 +53,7 @@ def choose_prompt(options, purpose: str = None):
|
|||||||
if len(options) == 1:
|
if len(options) == 1:
|
||||||
return options[0][1]
|
return options[0][1]
|
||||||
|
|
||||||
safe_print(
|
safe_print("Found multiple options, please choose one:")
|
||||||
f'Found multiple options{f" for {purpose}" if purpose else ""}, please choose one:'
|
|
||||||
)
|
|
||||||
for i, (desc, _) in enumerate(options):
|
for i, (desc, _) in enumerate(options):
|
||||||
safe_print(f" [{i+1}] {desc}")
|
safe_print(f" [{i+1}] {desc}")
|
||||||
|
|
||||||
@@ -82,19 +72,15 @@ def choose_prompt(options, purpose: str = None):
|
|||||||
return options[opt - 1][1]
|
return options[opt - 1][1]
|
||||||
|
|
||||||
|
|
||||||
def choose_upload_log_host(
|
def choose_upload_log_host(default, check_default, show_ota, show_mqtt, show_api):
|
||||||
default, check_default, show_ota, show_mqtt, show_api, purpose: str = None
|
|
||||||
):
|
|
||||||
options = []
|
options = []
|
||||||
for port in get_serial_ports():
|
for port in get_serial_ports():
|
||||||
options.append((f"{port.path} ({port.description})", port.path))
|
options.append((f"{port.path} ({port.description})", port.path))
|
||||||
if default == "SERIAL":
|
|
||||||
return choose_prompt(options, purpose=purpose)
|
|
||||||
if (show_ota and "ota" in CORE.config) or (show_api and "api" in CORE.config):
|
if (show_ota and "ota" in CORE.config) or (show_api and "api" in CORE.config):
|
||||||
options.append((f"Over The Air ({CORE.address})", CORE.address))
|
options.append((f"Over The Air ({CORE.address})", CORE.address))
|
||||||
if default == "OTA":
|
if default == "OTA":
|
||||||
return CORE.address
|
return CORE.address
|
||||||
if show_mqtt and CONF_MQTT in CORE.config:
|
if show_mqtt and "mqtt" in CORE.config:
|
||||||
options.append((f"MQTT ({CORE.config['mqtt'][CONF_BROKER]})", "MQTT"))
|
options.append((f"MQTT ({CORE.config['mqtt'][CONF_BROKER]})", "MQTT"))
|
||||||
if default == "OTA":
|
if default == "OTA":
|
||||||
return "MQTT"
|
return "MQTT"
|
||||||
@@ -102,7 +88,7 @@ def choose_upload_log_host(
|
|||||||
return default
|
return default
|
||||||
if check_default is not None and check_default in [opt[1] for opt in options]:
|
if check_default is not None and check_default in [opt[1] for opt in options]:
|
||||||
return check_default
|
return check_default
|
||||||
return choose_prompt(options, purpose=purpose)
|
return choose_prompt(options)
|
||||||
|
|
||||||
|
|
||||||
def get_port_type(port):
|
def get_port_type(port):
|
||||||
@@ -166,8 +152,6 @@ def run_miniterm(config, port):
|
|||||||
_LOGGER.error("Could not connect to serial port %s", port)
|
_LOGGER.error("Could not connect to serial port %s", port)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
return 0
|
|
||||||
|
|
||||||
|
|
||||||
def wrap_to_code(name, comp):
|
def wrap_to_code(name, comp):
|
||||||
coro = coroutine(comp.to_code)
|
coro = coroutine(comp.to_code)
|
||||||
@@ -223,16 +207,14 @@ def compile_program(args, config):
|
|||||||
return 0 if idedata is not None else 1
|
return 0 if idedata is not None else 1
|
||||||
|
|
||||||
|
|
||||||
def upload_using_esptool(config, port, file):
|
def upload_using_esptool(config, port):
|
||||||
from esphome import platformio_api
|
from esphome import platformio_api
|
||||||
|
|
||||||
first_baudrate = config[CONF_ESPHOME][CONF_PLATFORMIO_OPTIONS].get(
|
first_baudrate = config[CONF_ESPHOME][CONF_PLATFORMIO_OPTIONS].get(
|
||||||
"upload_speed", 460800
|
"upload_speed", 460800
|
||||||
)
|
)
|
||||||
|
|
||||||
if file is not None:
|
def run_esptool(baud_rate):
|
||||||
flash_images = [platformio_api.FlashImage(path=file, offset="0x0")]
|
|
||||||
else:
|
|
||||||
idedata = platformio_api.get_idedata(config)
|
idedata = platformio_api.get_idedata(config)
|
||||||
|
|
||||||
firmware_offset = "0x10000" if CORE.is_esp32 else "0x0"
|
firmware_offset = "0x10000" if CORE.is_esp32 else "0x0"
|
||||||
@@ -243,13 +225,12 @@ def upload_using_esptool(config, port, file):
|
|||||||
*idedata.extra_flash_images,
|
*idedata.extra_flash_images,
|
||||||
]
|
]
|
||||||
|
|
||||||
mcu = "esp8266"
|
mcu = "esp8266"
|
||||||
if CORE.is_esp32:
|
if CORE.is_esp32:
|
||||||
from esphome.components.esp32 import get_esp32_variant
|
from esphome.components.esp32 import get_esp32_variant
|
||||||
|
|
||||||
mcu = get_esp32_variant().lower()
|
mcu = get_esp32_variant().lower()
|
||||||
|
|
||||||
def run_esptool(baud_rate):
|
|
||||||
cmd = [
|
cmd = [
|
||||||
"esptool.py",
|
"esptool.py",
|
||||||
"--before",
|
"--before",
|
||||||
@@ -273,7 +254,8 @@ def upload_using_esptool(config, port, file):
|
|||||||
if os.environ.get("ESPHOME_USE_SUBPROCESS") is None:
|
if os.environ.get("ESPHOME_USE_SUBPROCESS") is None:
|
||||||
import esptool
|
import esptool
|
||||||
|
|
||||||
return run_external_command(esptool.main, *cmd) # pylint: disable=no-member
|
# pylint: disable=protected-access
|
||||||
|
return run_external_command(esptool._main, *cmd)
|
||||||
|
|
||||||
return run_external_process(*cmd)
|
return run_external_process(*cmd)
|
||||||
|
|
||||||
@@ -288,55 +270,34 @@ def upload_using_esptool(config, port, file):
|
|||||||
return run_esptool(115200)
|
return run_esptool(115200)
|
||||||
|
|
||||||
|
|
||||||
def upload_using_platformio(config, port):
|
|
||||||
from esphome import platformio_api
|
|
||||||
|
|
||||||
upload_args = ["-t", "upload", "-t", "nobuild"]
|
|
||||||
if port is not None:
|
|
||||||
upload_args += ["--upload-port", port]
|
|
||||||
return platformio_api.run_platformio_cli_run(config, CORE.verbose, *upload_args)
|
|
||||||
|
|
||||||
|
|
||||||
def upload_program(config, args, host):
|
def upload_program(config, args, host):
|
||||||
if get_port_type(host) == "SERIAL":
|
if get_port_type(host) == "SERIAL":
|
||||||
if CORE.target_platform in (PLATFORM_ESP32, PLATFORM_ESP8266):
|
if CORE.target_platform in (PLATFORM_ESP32, PLATFORM_ESP8266):
|
||||||
file = getattr(args, "file", None)
|
return upload_using_esptool(config, host)
|
||||||
return upload_using_esptool(config, host, file)
|
|
||||||
|
|
||||||
if CORE.target_platform in (PLATFORM_RP2040):
|
if CORE.target_platform in (PLATFORM_RP2040):
|
||||||
return upload_using_platformio(config, args.device)
|
from esphome import platformio_api
|
||||||
|
|
||||||
if CORE.target_platform in (PLATFORM_BK72XX, PLATFORM_RTL87XX):
|
upload_args = ["-t", "upload"]
|
||||||
return upload_using_platformio(config, host)
|
if args.device is not None:
|
||||||
|
upload_args += ["--upload-port", args.device]
|
||||||
|
return platformio_api.run_platformio_cli_run(
|
||||||
|
config, CORE.verbose, *upload_args
|
||||||
|
)
|
||||||
|
|
||||||
return 1 # Unknown target platform
|
return 1 # Unknown target platform
|
||||||
|
|
||||||
|
from esphome import espota2
|
||||||
|
|
||||||
if CONF_OTA not in config:
|
if CONF_OTA not in config:
|
||||||
raise EsphomeError(
|
raise EsphomeError(
|
||||||
"Cannot upload Over the Air as the config does not include the ota: "
|
"Cannot upload Over the Air as the config does not include the ota: "
|
||||||
"component"
|
"component"
|
||||||
)
|
)
|
||||||
|
|
||||||
from esphome import espota2
|
|
||||||
|
|
||||||
ota_conf = config[CONF_OTA]
|
ota_conf = config[CONF_OTA]
|
||||||
remote_port = ota_conf[CONF_PORT]
|
remote_port = ota_conf[CONF_PORT]
|
||||||
password = ota_conf.get(CONF_PASSWORD, "")
|
password = ota_conf.get(CONF_PASSWORD, "")
|
||||||
|
|
||||||
if (
|
|
||||||
not is_ip_address(CORE.address)
|
|
||||||
and (get_port_type(host) == "MQTT" or config[CONF_MDNS][CONF_DISABLED])
|
|
||||||
and CONF_MQTT in config
|
|
||||||
):
|
|
||||||
from esphome import mqtt
|
|
||||||
|
|
||||||
host = mqtt.get_esphome_device_ip(
|
|
||||||
config, args.username, args.password, args.client_id
|
|
||||||
)
|
|
||||||
|
|
||||||
if getattr(args, "file", None) is not None:
|
|
||||||
return espota2.run_ota(host, remote_port, password, args.file)
|
|
||||||
|
|
||||||
return espota2.run_ota(host, remote_port, password, CORE.firmware_bin)
|
return espota2.run_ota(host, remote_port, password, CORE.firmware_bin)
|
||||||
|
|
||||||
|
|
||||||
@@ -346,13 +307,6 @@ def show_logs(config, args, port):
|
|||||||
if get_port_type(port) == "SERIAL":
|
if get_port_type(port) == "SERIAL":
|
||||||
return run_miniterm(config, port)
|
return run_miniterm(config, port)
|
||||||
if get_port_type(port) == "NETWORK" and "api" in config:
|
if get_port_type(port) == "NETWORK" and "api" in config:
|
||||||
if config[CONF_MDNS][CONF_DISABLED] and CONF_MQTT in config:
|
|
||||||
from esphome import mqtt
|
|
||||||
|
|
||||||
port = mqtt.get_esphome_device_ip(
|
|
||||||
config, args.username, args.password, args.client_id
|
|
||||||
)
|
|
||||||
|
|
||||||
from esphome.components.api.client import run_logs
|
from esphome.components.api.client import run_logs
|
||||||
|
|
||||||
return run_logs(config, port)
|
return run_logs(config, port)
|
||||||
@@ -381,16 +335,10 @@ def command_wizard(args):
|
|||||||
|
|
||||||
|
|
||||||
def command_config(args, config):
|
def command_config(args, config):
|
||||||
|
_LOGGER.info("Configuration is valid!")
|
||||||
if not CORE.verbose:
|
if not CORE.verbose:
|
||||||
config = strip_default_ids(config)
|
config = strip_default_ids(config)
|
||||||
output = yaml_util.dump(config, args.show_secrets)
|
safe_print(yaml_util.dump(config))
|
||||||
# add the console decoration so the front-end can hide the secrets
|
|
||||||
if not args.show_secrets:
|
|
||||||
output = re.sub(
|
|
||||||
r"(password|key|psk|ssid)\: (.+)", r"\1: \\033[5m\2\\033[6m", output
|
|
||||||
)
|
|
||||||
safe_print(output)
|
|
||||||
_LOGGER.info("Configuration is valid!")
|
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
||||||
@@ -423,7 +371,6 @@ def command_upload(args, config):
|
|||||||
show_ota=True,
|
show_ota=True,
|
||||||
show_mqtt=False,
|
show_mqtt=False,
|
||||||
show_api=False,
|
show_api=False,
|
||||||
purpose="uploading",
|
|
||||||
)
|
)
|
||||||
exit_code = upload_program(config, args, port)
|
exit_code = upload_program(config, args, port)
|
||||||
if exit_code != 0:
|
if exit_code != 0:
|
||||||
@@ -432,15 +379,6 @@ def command_upload(args, config):
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
||||||
def command_discover(args, config):
|
|
||||||
if "mqtt" in config:
|
|
||||||
from esphome import mqtt
|
|
||||||
|
|
||||||
return mqtt.show_discover(config, args.username, args.password, args.client_id)
|
|
||||||
|
|
||||||
raise EsphomeError("No discover method configured (mqtt)")
|
|
||||||
|
|
||||||
|
|
||||||
def command_logs(args, config):
|
def command_logs(args, config):
|
||||||
port = choose_upload_log_host(
|
port = choose_upload_log_host(
|
||||||
default=args.device,
|
default=args.device,
|
||||||
@@ -448,7 +386,6 @@ def command_logs(args, config):
|
|||||||
show_ota=False,
|
show_ota=False,
|
||||||
show_mqtt=True,
|
show_mqtt=True,
|
||||||
show_api=True,
|
show_api=True,
|
||||||
purpose="logging",
|
|
||||||
)
|
)
|
||||||
return show_logs(config, args, port)
|
return show_logs(config, args, port)
|
||||||
|
|
||||||
@@ -467,7 +404,6 @@ def command_run(args, config):
|
|||||||
show_ota=True,
|
show_ota=True,
|
||||||
show_mqtt=False,
|
show_mqtt=False,
|
||||||
show_api=True,
|
show_api=True,
|
||||||
purpose="uploading",
|
|
||||||
)
|
)
|
||||||
exit_code = upload_program(config, args, port)
|
exit_code = upload_program(config, args, port)
|
||||||
if exit_code != 0:
|
if exit_code != 0:
|
||||||
@@ -481,7 +417,6 @@ def command_run(args, config):
|
|||||||
show_ota=False,
|
show_ota=False,
|
||||||
show_mqtt=True,
|
show_mqtt=True,
|
||||||
show_api=True,
|
show_api=True,
|
||||||
purpose="logging",
|
|
||||||
)
|
)
|
||||||
return show_logs(config, args, port)
|
return show_logs(config, args, port)
|
||||||
|
|
||||||
@@ -685,7 +620,6 @@ POST_CONFIG_ACTIONS = {
|
|||||||
"clean": command_clean,
|
"clean": command_clean,
|
||||||
"idedata": command_idedata,
|
"idedata": command_idedata,
|
||||||
"rename": command_rename,
|
"rename": command_rename,
|
||||||
"discover": command_discover,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -730,9 +664,6 @@ def parse_args(argv):
|
|||||||
parser_config.add_argument(
|
parser_config.add_argument(
|
||||||
"configuration", help="Your YAML configuration file(s).", nargs="+"
|
"configuration", help="Your YAML configuration file(s).", nargs="+"
|
||||||
)
|
)
|
||||||
parser_config.add_argument(
|
|
||||||
"--show-secrets", help="Show secrets in output.", action="store_true"
|
|
||||||
)
|
|
||||||
|
|
||||||
parser_compile = subparsers.add_parser(
|
parser_compile = subparsers.add_parser(
|
||||||
"compile", help="Read the configuration and compile a program."
|
"compile", help="Read the configuration and compile a program."
|
||||||
@@ -756,10 +687,6 @@ def parse_args(argv):
|
|||||||
"--device",
|
"--device",
|
||||||
help="Manually specify the serial port/address to use, for example /dev/ttyUSB0.",
|
help="Manually specify the serial port/address to use, for example /dev/ttyUSB0.",
|
||||||
)
|
)
|
||||||
parser_upload.add_argument(
|
|
||||||
"--file",
|
|
||||||
help="Manually specify the binary file to upload.",
|
|
||||||
)
|
|
||||||
|
|
||||||
parser_logs = subparsers.add_parser(
|
parser_logs = subparsers.add_parser(
|
||||||
"logs",
|
"logs",
|
||||||
@@ -774,15 +701,6 @@ def parse_args(argv):
|
|||||||
help="Manually specify the serial port/address to use, for example /dev/ttyUSB0.",
|
help="Manually specify the serial port/address to use, for example /dev/ttyUSB0.",
|
||||||
)
|
)
|
||||||
|
|
||||||
parser_discover = subparsers.add_parser(
|
|
||||||
"discover",
|
|
||||||
help="Validate the configuration and show all discovered devices.",
|
|
||||||
parents=[mqtt_options],
|
|
||||||
)
|
|
||||||
parser_discover.add_argument(
|
|
||||||
"configuration", help="Your YAML configuration file.", nargs=1
|
|
||||||
)
|
|
||||||
|
|
||||||
parser_run = subparsers.add_parser(
|
parser_run = subparsers.add_parser(
|
||||||
"run",
|
"run",
|
||||||
help="Validate the configuration, create a binary, upload it, and start logs.",
|
help="Validate the configuration, create a binary, upload it, and start logs.",
|
||||||
@@ -969,7 +887,6 @@ def parse_args(argv):
|
|||||||
# Finally, run the new-style parser again with the possibly swapped arguments,
|
# Finally, run the new-style parser again with the possibly swapped arguments,
|
||||||
# and let it error out if the command is unparsable.
|
# and let it error out if the command is unparsable.
|
||||||
parser.set_defaults(deprecated_argv_suggestion=deprecated_argv_suggestion)
|
parser.set_defaults(deprecated_argv_suggestion=deprecated_argv_suggestion)
|
||||||
argcomplete.autocomplete(parser)
|
|
||||||
return parser.parse_args(arguments)
|
return parser.parse_args(arguments)
|
||||||
|
|
||||||
|
|
||||||
@@ -1005,8 +922,6 @@ def run_esphome(argv):
|
|||||||
_LOGGER.error(e, exc_info=args.verbose)
|
_LOGGER.error(e, exc_info=args.verbose)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
_LOGGER.info("ESPHome %s", const.__version__)
|
|
||||||
|
|
||||||
for conf_path in args.configuration:
|
for conf_path in args.configuration:
|
||||||
if any(os.path.basename(conf_path) == x for x in SECRETS_FILES):
|
if any(os.path.basename(conf_path) == x for x in SECRETS_FILES):
|
||||||
_LOGGER.warning("Skipping secrets file %s", conf_path)
|
_LOGGER.warning("Skipping secrets file %s", conf_path)
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ from esphome.const import (
|
|||||||
CONF_TRIGGER_ID,
|
CONF_TRIGGER_ID,
|
||||||
CONF_TYPE_ID,
|
CONF_TYPE_ID,
|
||||||
CONF_TIME,
|
CONF_TIME,
|
||||||
CONF_UPDATE_INTERVAL,
|
|
||||||
)
|
)
|
||||||
from esphome.schema_extractors import SCHEMA_EXTRACT, schema_extractor
|
from esphome.schema_extractors import SCHEMA_EXTRACT, schema_extractor
|
||||||
from esphome.util import Registry
|
from esphome.util import Registry
|
||||||
@@ -70,8 +69,6 @@ WhileAction = cg.esphome_ns.class_("WhileAction", Action)
|
|||||||
RepeatAction = cg.esphome_ns.class_("RepeatAction", Action)
|
RepeatAction = cg.esphome_ns.class_("RepeatAction", Action)
|
||||||
WaitUntilAction = cg.esphome_ns.class_("WaitUntilAction", Action, cg.Component)
|
WaitUntilAction = cg.esphome_ns.class_("WaitUntilAction", Action, cg.Component)
|
||||||
UpdateComponentAction = cg.esphome_ns.class_("UpdateComponentAction", Action)
|
UpdateComponentAction = cg.esphome_ns.class_("UpdateComponentAction", Action)
|
||||||
SuspendComponentAction = cg.esphome_ns.class_("SuspendComponentAction", Action)
|
|
||||||
ResumeComponentAction = cg.esphome_ns.class_("ResumeComponentAction", Action)
|
|
||||||
Automation = cg.esphome_ns.class_("Automation")
|
Automation = cg.esphome_ns.class_("Automation")
|
||||||
|
|
||||||
LambdaCondition = cg.esphome_ns.class_("LambdaCondition", Condition)
|
LambdaCondition = cg.esphome_ns.class_("LambdaCondition", Condition)
|
||||||
@@ -141,7 +138,6 @@ AUTOMATION_SCHEMA = cv.Schema(
|
|||||||
AndCondition = cg.esphome_ns.class_("AndCondition", Condition)
|
AndCondition = cg.esphome_ns.class_("AndCondition", Condition)
|
||||||
OrCondition = cg.esphome_ns.class_("OrCondition", Condition)
|
OrCondition = cg.esphome_ns.class_("OrCondition", Condition)
|
||||||
NotCondition = cg.esphome_ns.class_("NotCondition", Condition)
|
NotCondition = cg.esphome_ns.class_("NotCondition", Condition)
|
||||||
XorCondition = cg.esphome_ns.class_("XorCondition", Condition)
|
|
||||||
|
|
||||||
|
|
||||||
@register_condition("and", AndCondition, validate_condition_list)
|
@register_condition("and", AndCondition, validate_condition_list)
|
||||||
@@ -162,12 +158,6 @@ async def not_condition_to_code(config, condition_id, template_arg, args):
|
|||||||
return cg.new_Pvariable(condition_id, template_arg, condition)
|
return cg.new_Pvariable(condition_id, template_arg, condition)
|
||||||
|
|
||||||
|
|
||||||
@register_condition("xor", XorCondition, validate_condition_list)
|
|
||||||
async def xor_condition_to_code(config, condition_id, template_arg, args):
|
|
||||||
conditions = await build_condition_list(config, template_arg, args)
|
|
||||||
return cg.new_Pvariable(condition_id, template_arg, conditions)
|
|
||||||
|
|
||||||
|
|
||||||
@register_condition("lambda", LambdaCondition, cv.returning_lambda)
|
@register_condition("lambda", LambdaCondition, cv.returning_lambda)
|
||||||
async def lambda_condition_to_code(config, condition_id, template_arg, args):
|
async def lambda_condition_to_code(config, condition_id, template_arg, args):
|
||||||
lambda_ = await cg.process_lambda(config, args, return_type=bool)
|
lambda_ = await cg.process_lambda(config, args, return_type=bool)
|
||||||
@@ -264,11 +254,7 @@ async def repeat_action_to_code(config, action_id, template_arg, args):
|
|||||||
var = cg.new_Pvariable(action_id, template_arg)
|
var = cg.new_Pvariable(action_id, template_arg)
|
||||||
count_template = await cg.templatable(config[CONF_COUNT], args, cg.uint32)
|
count_template = await cg.templatable(config[CONF_COUNT], args, cg.uint32)
|
||||||
cg.add(var.set_count(count_template))
|
cg.add(var.set_count(count_template))
|
||||||
actions = await build_action_list(
|
actions = await build_action_list(config[CONF_THEN], template_arg, args)
|
||||||
config[CONF_THEN],
|
|
||||||
cg.TemplateArguments(cg.uint32, *template_arg.args),
|
|
||||||
[(cg.uint32, "iteration"), *args],
|
|
||||||
)
|
|
||||||
cg.add(var.add_then(actions))
|
cg.add(var.add_then(actions))
|
||||||
return var
|
return var
|
||||||
|
|
||||||
@@ -313,41 +299,6 @@ async def component_update_action_to_code(config, action_id, template_arg, args)
|
|||||||
return cg.new_Pvariable(action_id, template_arg, comp)
|
return cg.new_Pvariable(action_id, template_arg, comp)
|
||||||
|
|
||||||
|
|
||||||
@register_action(
|
|
||||||
"component.suspend",
|
|
||||||
SuspendComponentAction,
|
|
||||||
maybe_simple_id(
|
|
||||||
{
|
|
||||||
cv.Required(CONF_ID): cv.use_id(cg.PollingComponent),
|
|
||||||
}
|
|
||||||
),
|
|
||||||
)
|
|
||||||
async def component_suspend_action_to_code(config, action_id, template_arg, args):
|
|
||||||
comp = await cg.get_variable(config[CONF_ID])
|
|
||||||
return cg.new_Pvariable(action_id, template_arg, comp)
|
|
||||||
|
|
||||||
|
|
||||||
@register_action(
|
|
||||||
"component.resume",
|
|
||||||
ResumeComponentAction,
|
|
||||||
maybe_simple_id(
|
|
||||||
{
|
|
||||||
cv.Required(CONF_ID): cv.use_id(cg.PollingComponent),
|
|
||||||
cv.Optional(CONF_UPDATE_INTERVAL): cv.templatable(
|
|
||||||
cv.positive_time_period_milliseconds
|
|
||||||
),
|
|
||||||
}
|
|
||||||
),
|
|
||||||
)
|
|
||||||
async def component_resume_action_to_code(config, action_id, template_arg, args):
|
|
||||||
comp = await cg.get_variable(config[CONF_ID])
|
|
||||||
var = cg.new_Pvariable(action_id, template_arg, comp)
|
|
||||||
if CONF_UPDATE_INTERVAL in config:
|
|
||||||
template_ = await cg.templatable(config[CONF_UPDATE_INTERVAL], args, int)
|
|
||||||
cg.add(var.set_update_interval(template_))
|
|
||||||
return var
|
|
||||||
|
|
||||||
|
|
||||||
async def build_action(full_config, template_arg, args):
|
async def build_action(full_config, template_arg, args):
|
||||||
registry_entry, config = cg.extract_registry_entry_config(
|
registry_entry, config = cg.extract_registry_entry_config(
|
||||||
ACTION_REGISTRY, full_config
|
ACTION_REGISTRY, full_config
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ from esphome.cpp_helpers import ( # noqa
|
|||||||
build_registry_list,
|
build_registry_list,
|
||||||
extract_registry_entry_config,
|
extract_registry_entry_config,
|
||||||
register_parented,
|
register_parented,
|
||||||
past_safe_mode,
|
|
||||||
)
|
)
|
||||||
from esphome.cpp_types import ( # noqa
|
from esphome.cpp_types import ( # noqa
|
||||||
global_ns,
|
global_ns,
|
||||||
@@ -64,7 +63,6 @@ from esphome.cpp_types import ( # noqa
|
|||||||
uint16,
|
uint16,
|
||||||
uint32,
|
uint32,
|
||||||
uint64,
|
uint64,
|
||||||
int16,
|
|
||||||
int32,
|
int32,
|
||||||
int64,
|
int64,
|
||||||
size_t,
|
size_t,
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
CODEOWNERS = ["@MrSuicideParrot"]
|
|
||||||
@@ -1,57 +0,0 @@
|
|||||||
// Datasheet https://wiki.dfrobot.com/A01NYUB%20Waterproof%20Ultrasonic%20Sensor%20SKU:%20SEN0313
|
|
||||||
|
|
||||||
#include "a01nyub.h"
|
|
||||||
#include "esphome/core/helpers.h"
|
|
||||||
#include "esphome/core/log.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace a01nyub {
|
|
||||||
|
|
||||||
static const char *const TAG = "a01nyub.sensor";
|
|
||||||
static const uint8_t MAX_DATA_LENGTH_BYTES = 4;
|
|
||||||
|
|
||||||
void A01nyubComponent::loop() {
|
|
||||||
uint8_t data;
|
|
||||||
while (this->available() > 0) {
|
|
||||||
if (this->read_byte(&data)) {
|
|
||||||
buffer_.push_back(data);
|
|
||||||
this->check_buffer_();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void A01nyubComponent::check_buffer_() {
|
|
||||||
if (this->buffer_.size() >= MAX_DATA_LENGTH_BYTES) {
|
|
||||||
size_t i;
|
|
||||||
for (i = 0; i < this->buffer_.size(); i++) {
|
|
||||||
// Look for the first packet
|
|
||||||
if (this->buffer_[i] == 0xFF) {
|
|
||||||
if (i + 1 + 3 < this->buffer_.size()) { // Packet is not complete
|
|
||||||
return; // Wait for completion
|
|
||||||
}
|
|
||||||
|
|
||||||
uint8_t checksum = (this->buffer_[i] + this->buffer_[i + 1] + this->buffer_[i + 2]) & 0xFF;
|
|
||||||
if (this->buffer_[i + 3] == checksum) {
|
|
||||||
float distance = (this->buffer_[i + 1] << 8) + this->buffer_[i + 2];
|
|
||||||
if (distance > 280) {
|
|
||||||
float meters = distance / 1000.0;
|
|
||||||
ESP_LOGV(TAG, "Distance from sensor: %f mm, %f m", distance, meters);
|
|
||||||
this->publish_state(meters);
|
|
||||||
} else {
|
|
||||||
ESP_LOGW(TAG, "Invalid data read from sensor: %s", format_hex_pretty(this->buffer_).c_str());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
this->buffer_.clear();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void A01nyubComponent::dump_config() {
|
|
||||||
ESP_LOGCONFIG(TAG, "A01nyub Sensor:");
|
|
||||||
LOG_SENSOR(" ", "Distance", this);
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace a01nyub
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#include "esphome/core/component.h"
|
|
||||||
#include "esphome/components/sensor/sensor.h"
|
|
||||||
#include "esphome/components/uart/uart.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace a01nyub {
|
|
||||||
|
|
||||||
class A01nyubComponent : public sensor::Sensor, public Component, public uart::UARTDevice {
|
|
||||||
public:
|
|
||||||
// Nothing really public.
|
|
||||||
|
|
||||||
// ========== INTERNAL METHODS ==========
|
|
||||||
void loop() override;
|
|
||||||
void dump_config() override;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
void check_buffer_();
|
|
||||||
|
|
||||||
std::vector<uint8_t> buffer_;
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace a01nyub
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
import esphome.codegen as cg
|
|
||||||
from esphome.components import sensor, uart
|
|
||||||
from esphome.const import (
|
|
||||||
STATE_CLASS_MEASUREMENT,
|
|
||||||
UNIT_METER,
|
|
||||||
ICON_ARROW_EXPAND_VERTICAL,
|
|
||||||
DEVICE_CLASS_DISTANCE,
|
|
||||||
)
|
|
||||||
|
|
||||||
CODEOWNERS = ["@MrSuicideParrot"]
|
|
||||||
DEPENDENCIES = ["uart"]
|
|
||||||
|
|
||||||
a01nyub_ns = cg.esphome_ns.namespace("a01nyub")
|
|
||||||
A01nyubComponent = a01nyub_ns.class_(
|
|
||||||
"A01nyubComponent", sensor.Sensor, cg.Component, uart.UARTDevice
|
|
||||||
)
|
|
||||||
|
|
||||||
CONFIG_SCHEMA = sensor.sensor_schema(
|
|
||||||
A01nyubComponent,
|
|
||||||
unit_of_measurement=UNIT_METER,
|
|
||||||
icon=ICON_ARROW_EXPAND_VERTICAL,
|
|
||||||
accuracy_decimals=3,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
device_class=DEVICE_CLASS_DISTANCE,
|
|
||||||
).extend(uart.UART_DEVICE_SCHEMA)
|
|
||||||
|
|
||||||
FINAL_VALIDATE_SCHEMA = uart.final_validate_device_schema(
|
|
||||||
"a01nyub",
|
|
||||||
baud_rate=9600,
|
|
||||||
require_tx=False,
|
|
||||||
require_rx=True,
|
|
||||||
data_bits=8,
|
|
||||||
parity=None,
|
|
||||||
stop_bits=1,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def to_code(config):
|
|
||||||
var = await sensor.new_sensor(config)
|
|
||||||
await cg.register_component(var, config)
|
|
||||||
await uart.register_uart_device(var, config)
|
|
||||||
@@ -46,7 +46,6 @@ void A4988::loop() {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
this->dir_pin_->digital_write(dir == 1);
|
this->dir_pin_->digital_write(dir == 1);
|
||||||
delayMicroseconds(50);
|
|
||||||
this->step_pin_->digital_write(true);
|
this->step_pin_->digital_write(true);
|
||||||
delayMicroseconds(5);
|
delayMicroseconds(5);
|
||||||
this->step_pin_->digital_write(false);
|
this->step_pin_->digital_write(false);
|
||||||
|
|||||||
@@ -28,6 +28,6 @@ async def to_code(config):
|
|||||||
dir_pin = await cg.gpio_pin_expression(config[CONF_DIR_PIN])
|
dir_pin = await cg.gpio_pin_expression(config[CONF_DIR_PIN])
|
||||||
cg.add(var.set_dir_pin(dir_pin))
|
cg.add(var.set_dir_pin(dir_pin))
|
||||||
|
|
||||||
if sleep_pin_config := config.get(CONF_SLEEP_PIN):
|
if CONF_SLEEP_PIN in config:
|
||||||
sleep_pin = await cg.gpio_pin_expression(sleep_pin_config)
|
sleep_pin = await cg.gpio_pin_expression(config[CONF_SLEEP_PIN])
|
||||||
cg.add(var.set_sleep_pin(sleep_pin))
|
cg.add(var.set_sleep_pin(sleep_pin))
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
CODEOWNERS = ["@DAVe3283"]
|
|
||||||
@@ -1,182 +0,0 @@
|
|||||||
#include "esphome/core/log.h"
|
|
||||||
#include "absolute_humidity.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace absolute_humidity {
|
|
||||||
|
|
||||||
static const char *const TAG = "absolute_humidity.sensor";
|
|
||||||
|
|
||||||
void AbsoluteHumidityComponent::setup() {
|
|
||||||
ESP_LOGCONFIG(TAG, "Setting up absolute humidity '%s'...", this->get_name().c_str());
|
|
||||||
|
|
||||||
ESP_LOGD(TAG, " Added callback for temperature '%s'", this->temperature_sensor_->get_name().c_str());
|
|
||||||
this->temperature_sensor_->add_on_state_callback([this](float state) { this->temperature_callback_(state); });
|
|
||||||
if (this->temperature_sensor_->has_state()) {
|
|
||||||
this->temperature_callback_(this->temperature_sensor_->get_state());
|
|
||||||
}
|
|
||||||
|
|
||||||
ESP_LOGD(TAG, " Added callback for relative humidity '%s'", this->humidity_sensor_->get_name().c_str());
|
|
||||||
this->humidity_sensor_->add_on_state_callback([this](float state) { this->humidity_callback_(state); });
|
|
||||||
if (this->humidity_sensor_->has_state()) {
|
|
||||||
this->humidity_callback_(this->humidity_sensor_->get_state());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void AbsoluteHumidityComponent::dump_config() {
|
|
||||||
LOG_SENSOR("", "Absolute Humidity", this);
|
|
||||||
|
|
||||||
switch (this->equation_) {
|
|
||||||
case BUCK:
|
|
||||||
ESP_LOGCONFIG(TAG, "Saturation Vapor Pressure Equation: Buck");
|
|
||||||
break;
|
|
||||||
case TETENS:
|
|
||||||
ESP_LOGCONFIG(TAG, "Saturation Vapor Pressure Equation: Tetens");
|
|
||||||
break;
|
|
||||||
case WOBUS:
|
|
||||||
ESP_LOGCONFIG(TAG, "Saturation Vapor Pressure Equation: Wobus");
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
ESP_LOGE(TAG, "Invalid saturation vapor pressure equation selection!");
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
ESP_LOGCONFIG(TAG, "Sources");
|
|
||||||
ESP_LOGCONFIG(TAG, " Temperature: '%s'", this->temperature_sensor_->get_name().c_str());
|
|
||||||
ESP_LOGCONFIG(TAG, " Relative Humidity: '%s'", this->humidity_sensor_->get_name().c_str());
|
|
||||||
}
|
|
||||||
|
|
||||||
float AbsoluteHumidityComponent::get_setup_priority() const { return setup_priority::DATA; }
|
|
||||||
|
|
||||||
void AbsoluteHumidityComponent::loop() {
|
|
||||||
if (!this->next_update_) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
this->next_update_ = false;
|
|
||||||
|
|
||||||
// Ensure we have source data
|
|
||||||
const bool no_temperature = std::isnan(this->temperature_);
|
|
||||||
const bool no_humidity = std::isnan(this->humidity_);
|
|
||||||
if (no_temperature || no_humidity) {
|
|
||||||
if (no_temperature) {
|
|
||||||
ESP_LOGW(TAG, "No valid state from temperature sensor!");
|
|
||||||
}
|
|
||||||
if (no_humidity) {
|
|
||||||
ESP_LOGW(TAG, "No valid state from temperature sensor!");
|
|
||||||
}
|
|
||||||
ESP_LOGW(TAG, "Unable to calculate absolute humidity.");
|
|
||||||
this->publish_state(NAN);
|
|
||||||
this->status_set_warning();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Convert to desired units
|
|
||||||
const float temperature_c = this->temperature_;
|
|
||||||
const float temperature_k = temperature_c + 273.15;
|
|
||||||
const float hr = this->humidity_ / 100;
|
|
||||||
|
|
||||||
// Calculate saturation vapor pressure
|
|
||||||
float es;
|
|
||||||
switch (this->equation_) {
|
|
||||||
case BUCK:
|
|
||||||
es = es_buck(temperature_c);
|
|
||||||
break;
|
|
||||||
case TETENS:
|
|
||||||
es = es_tetens(temperature_c);
|
|
||||||
break;
|
|
||||||
case WOBUS:
|
|
||||||
es = es_wobus(temperature_c);
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
ESP_LOGE(TAG, "Invalid saturation vapor pressure equation selection!");
|
|
||||||
this->publish_state(NAN);
|
|
||||||
this->status_set_error();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
ESP_LOGD(TAG, "Saturation vapor pressure %f kPa", es);
|
|
||||||
|
|
||||||
// Calculate absolute humidity
|
|
||||||
const float absolute_humidity = vapor_density(es, hr, temperature_k);
|
|
||||||
|
|
||||||
// Publish absolute humidity
|
|
||||||
ESP_LOGD(TAG, "Publishing absolute humidity %f g/m³", absolute_humidity);
|
|
||||||
this->status_clear_warning();
|
|
||||||
this->publish_state(absolute_humidity);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Buck equation (https://en.wikipedia.org/wiki/Arden_Buck_equation)
|
|
||||||
// More accurate than Tetens in normal meteorologic conditions
|
|
||||||
float AbsoluteHumidityComponent::es_buck(float temperature_c) {
|
|
||||||
float a, b, c, d;
|
|
||||||
if (temperature_c >= 0) {
|
|
||||||
a = 0.61121;
|
|
||||||
b = 18.678;
|
|
||||||
c = 234.5;
|
|
||||||
d = 257.14;
|
|
||||||
} else {
|
|
||||||
a = 0.61115;
|
|
||||||
b = 18.678;
|
|
||||||
c = 233.7;
|
|
||||||
d = 279.82;
|
|
||||||
}
|
|
||||||
return a * expf((b - (temperature_c / c)) * (temperature_c / (d + temperature_c)));
|
|
||||||
}
|
|
||||||
|
|
||||||
// Tetens equation (https://en.wikipedia.org/wiki/Tetens_equation)
|
|
||||||
float AbsoluteHumidityComponent::es_tetens(float temperature_c) {
|
|
||||||
float a, b;
|
|
||||||
if (temperature_c >= 0) {
|
|
||||||
a = 17.27;
|
|
||||||
b = 237.3;
|
|
||||||
} else {
|
|
||||||
a = 21.875;
|
|
||||||
b = 265.5;
|
|
||||||
}
|
|
||||||
return 0.61078 * expf((a * temperature_c) / (temperature_c + b));
|
|
||||||
}
|
|
||||||
|
|
||||||
// Wobus equation
|
|
||||||
// https://wahiduddin.net/calc/density_altitude.htm
|
|
||||||
// https://wahiduddin.net/calc/density_algorithms.htm
|
|
||||||
// Calculate the saturation vapor pressure (kPa)
|
|
||||||
float AbsoluteHumidityComponent::es_wobus(float t) {
|
|
||||||
// THIS FUNCTION RETURNS THE SATURATION VAPOR PRESSURE ESW (MILLIBARS)
|
|
||||||
// OVER LIQUID WATER GIVEN THE TEMPERATURE T (CELSIUS). THE POLYNOMIAL
|
|
||||||
// APPROXIMATION BELOW IS DUE TO HERMAN WOBUS, A MATHEMATICIAN WHO
|
|
||||||
// WORKED AT THE NAVY WEATHER RESEARCH FACILITY, NORFOLK, VIRGINIA,
|
|
||||||
// BUT WHO IS NOW RETIRED. THE COEFFICIENTS OF THE POLYNOMIAL WERE
|
|
||||||
// CHOSEN TO FIT THE VALUES IN TABLE 94 ON PP. 351-353 OF THE SMITH-
|
|
||||||
// SONIAN METEOROLOGICAL TABLES BY ROLAND LIST (6TH EDITION). THE
|
|
||||||
// APPROXIMATION IS VALID FOR -50 < T < 100C.
|
|
||||||
//
|
|
||||||
// Baker, Schlatter 17-MAY-1982 Original version.
|
|
||||||
|
|
||||||
const float c0 = +0.99999683e00;
|
|
||||||
const float c1 = -0.90826951e-02;
|
|
||||||
const float c2 = +0.78736169e-04;
|
|
||||||
const float c3 = -0.61117958e-06;
|
|
||||||
const float c4 = +0.43884187e-08;
|
|
||||||
const float c5 = -0.29883885e-10;
|
|
||||||
const float c6 = +0.21874425e-12;
|
|
||||||
const float c7 = -0.17892321e-14;
|
|
||||||
const float c8 = +0.11112018e-16;
|
|
||||||
const float c9 = -0.30994571e-19;
|
|
||||||
const float p = c0 + t * (c1 + t * (c2 + t * (c3 + t * (c4 + t * (c5 + t * (c6 + t * (c7 + t * (c8 + t * (c9)))))))));
|
|
||||||
return 0.61078 / pow(p, 8);
|
|
||||||
}
|
|
||||||
|
|
||||||
// From https://www.environmentalbiophysics.org/chalk-talk-how-to-calculate-absolute-humidity/
|
|
||||||
// H/T to https://esphome.io/cookbook/bme280_environment.html
|
|
||||||
// H/T to https://carnotcycle.wordpress.com/2012/08/04/how-to-convert-relative-humidity-to-absolute-humidity/
|
|
||||||
float AbsoluteHumidityComponent::vapor_density(float es, float hr, float ta) {
|
|
||||||
// es = saturated vapor pressure (kPa)
|
|
||||||
// hr = relative humidity [0-1]
|
|
||||||
// ta = absolute temperature (K)
|
|
||||||
|
|
||||||
const float ea = hr * es * 1000; // vapor pressure of the air (Pa)
|
|
||||||
const float mw = 18.01528; // molar mass of water (g⋅mol⁻¹)
|
|
||||||
const float r = 8.31446261815324; // molar gas constant (J⋅K⁻¹)
|
|
||||||
return (ea * mw) / (r * ta);
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace absolute_humidity
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1,76 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include "esphome/core/component.h"
|
|
||||||
#include "esphome/components/sensor/sensor.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace absolute_humidity {
|
|
||||||
|
|
||||||
/// Enum listing all implemented saturation vapor pressure equations.
|
|
||||||
enum SaturationVaporPressureEquation {
|
|
||||||
BUCK,
|
|
||||||
TETENS,
|
|
||||||
WOBUS,
|
|
||||||
};
|
|
||||||
|
|
||||||
/// This class implements calculation of absolute humidity from temperature and relative humidity.
|
|
||||||
class AbsoluteHumidityComponent : public sensor::Sensor, public Component {
|
|
||||||
public:
|
|
||||||
AbsoluteHumidityComponent() = default;
|
|
||||||
|
|
||||||
void set_temperature_sensor(sensor::Sensor *temperature_sensor) { this->temperature_sensor_ = temperature_sensor; }
|
|
||||||
void set_humidity_sensor(sensor::Sensor *humidity_sensor) { this->humidity_sensor_ = humidity_sensor; }
|
|
||||||
void set_equation(SaturationVaporPressureEquation equation) { this->equation_ = equation; }
|
|
||||||
|
|
||||||
void setup() override;
|
|
||||||
void dump_config() override;
|
|
||||||
float get_setup_priority() const override;
|
|
||||||
void loop() override;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
void temperature_callback_(float state) {
|
|
||||||
this->next_update_ = true;
|
|
||||||
this->temperature_ = state;
|
|
||||||
}
|
|
||||||
void humidity_callback_(float state) {
|
|
||||||
this->next_update_ = true;
|
|
||||||
this->humidity_ = state;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Buck equation for saturation vapor pressure in kPa.
|
|
||||||
*
|
|
||||||
* @param temperature_c Air temperature in °C.
|
|
||||||
*/
|
|
||||||
static float es_buck(float temperature_c);
|
|
||||||
/** Tetens equation for saturation vapor pressure in kPa.
|
|
||||||
*
|
|
||||||
* @param temperature_c Air temperature in °C.
|
|
||||||
*/
|
|
||||||
static float es_tetens(float temperature_c);
|
|
||||||
/** Wobus equation for saturation vapor pressure in kPa.
|
|
||||||
*
|
|
||||||
* @param temperature_c Air temperature in °C.
|
|
||||||
*/
|
|
||||||
static float es_wobus(float temperature_c);
|
|
||||||
|
|
||||||
/** Calculate vapor density (absolute humidity) in g/m³.
|
|
||||||
*
|
|
||||||
* @param es Saturation vapor pressure in kPa.
|
|
||||||
* @param hr Relative humidity 0 to 1.
|
|
||||||
* @param ta Absolute temperature in K.
|
|
||||||
* @param heater_duration The duration in ms that the heater should turn on for when measuring.
|
|
||||||
*/
|
|
||||||
static float vapor_density(float es, float hr, float ta);
|
|
||||||
|
|
||||||
sensor::Sensor *temperature_sensor_{nullptr};
|
|
||||||
sensor::Sensor *humidity_sensor_{nullptr};
|
|
||||||
|
|
||||||
bool next_update_{false};
|
|
||||||
|
|
||||||
float temperature_{NAN};
|
|
||||||
float humidity_{NAN};
|
|
||||||
SaturationVaporPressureEquation equation_;
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace absolute_humidity
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
import esphome.codegen as cg
|
|
||||||
import esphome.config_validation as cv
|
|
||||||
from esphome.components import sensor
|
|
||||||
from esphome.const import (
|
|
||||||
CONF_HUMIDITY,
|
|
||||||
CONF_TEMPERATURE,
|
|
||||||
STATE_CLASS_MEASUREMENT,
|
|
||||||
CONF_EQUATION,
|
|
||||||
ICON_WATER,
|
|
||||||
UNIT_GRAMS_PER_CUBIC_METER,
|
|
||||||
)
|
|
||||||
|
|
||||||
absolute_humidity_ns = cg.esphome_ns.namespace("absolute_humidity")
|
|
||||||
AbsoluteHumidityComponent = absolute_humidity_ns.class_(
|
|
||||||
"AbsoluteHumidityComponent", sensor.Sensor, cg.Component
|
|
||||||
)
|
|
||||||
|
|
||||||
SaturationVaporPressureEquation = absolute_humidity_ns.enum(
|
|
||||||
"SaturationVaporPressureEquation"
|
|
||||||
)
|
|
||||||
EQUATION = {
|
|
||||||
"BUCK": SaturationVaporPressureEquation.BUCK,
|
|
||||||
"TETENS": SaturationVaporPressureEquation.TETENS,
|
|
||||||
"WOBUS": SaturationVaporPressureEquation.WOBUS,
|
|
||||||
}
|
|
||||||
|
|
||||||
CONFIG_SCHEMA = (
|
|
||||||
sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_GRAMS_PER_CUBIC_METER,
|
|
||||||
icon=ICON_WATER,
|
|
||||||
accuracy_decimals=2,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
)
|
|
||||||
.extend(
|
|
||||||
{
|
|
||||||
cv.GenerateID(): cv.declare_id(AbsoluteHumidityComponent),
|
|
||||||
cv.Required(CONF_TEMPERATURE): cv.use_id(sensor.Sensor),
|
|
||||||
cv.Required(CONF_HUMIDITY): cv.use_id(sensor.Sensor),
|
|
||||||
cv.Optional(CONF_EQUATION, default="WOBUS"): cv.enum(EQUATION, upper=True),
|
|
||||||
}
|
|
||||||
)
|
|
||||||
.extend(cv.COMPONENT_SCHEMA)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def to_code(config):
|
|
||||||
var = await sensor.new_sensor(config)
|
|
||||||
await cg.register_component(var, config)
|
|
||||||
|
|
||||||
temperature_sensor = await cg.get_variable(config[CONF_TEMPERATURE])
|
|
||||||
cg.add(var.set_temperature_sensor(temperature_sensor))
|
|
||||||
|
|
||||||
humidity_sensor = await cg.get_variable(config[CONF_HUMIDITY])
|
|
||||||
cg.add(var.set_humidity_sensor(humidity_sensor))
|
|
||||||
|
|
||||||
cg.add(var.set_equation(config[CONF_EQUATION]))
|
|
||||||
@@ -1,193 +1 @@
|
|||||||
import esphome.codegen as cg
|
|
||||||
import esphome.config_validation as cv
|
|
||||||
from esphome import pins
|
|
||||||
from esphome.const import CONF_ANALOG, CONF_INPUT
|
|
||||||
|
|
||||||
from esphome.core import CORE
|
|
||||||
from esphome.components.esp32 import get_esp32_variant
|
|
||||||
from esphome.const import PLATFORM_ESP8266
|
|
||||||
from esphome.components.esp32.const import (
|
|
||||||
VARIANT_ESP32,
|
|
||||||
VARIANT_ESP32C2,
|
|
||||||
VARIANT_ESP32C3,
|
|
||||||
VARIANT_ESP32C6,
|
|
||||||
VARIANT_ESP32H2,
|
|
||||||
VARIANT_ESP32S2,
|
|
||||||
VARIANT_ESP32S3,
|
|
||||||
)
|
|
||||||
|
|
||||||
CODEOWNERS = ["@esphome/core"]
|
CODEOWNERS = ["@esphome/core"]
|
||||||
|
|
||||||
ATTENUATION_MODES = {
|
|
||||||
"0db": cg.global_ns.ADC_ATTEN_DB_0,
|
|
||||||
"2.5db": cg.global_ns.ADC_ATTEN_DB_2_5,
|
|
||||||
"6db": cg.global_ns.ADC_ATTEN_DB_6,
|
|
||||||
"11db": cg.global_ns.ADC_ATTEN_DB_11,
|
|
||||||
"auto": "auto",
|
|
||||||
}
|
|
||||||
|
|
||||||
adc1_channel_t = cg.global_ns.enum("adc1_channel_t")
|
|
||||||
adc2_channel_t = cg.global_ns.enum("adc2_channel_t")
|
|
||||||
|
|
||||||
# From https://github.com/espressif/esp-idf/blob/master/components/driver/include/driver/adc_common.h
|
|
||||||
# pin to adc1 channel mapping
|
|
||||||
ESP32_VARIANT_ADC1_PIN_TO_CHANNEL = {
|
|
||||||
VARIANT_ESP32: {
|
|
||||||
36: adc1_channel_t.ADC1_CHANNEL_0,
|
|
||||||
37: adc1_channel_t.ADC1_CHANNEL_1,
|
|
||||||
38: adc1_channel_t.ADC1_CHANNEL_2,
|
|
||||||
39: adc1_channel_t.ADC1_CHANNEL_3,
|
|
||||||
32: adc1_channel_t.ADC1_CHANNEL_4,
|
|
||||||
33: adc1_channel_t.ADC1_CHANNEL_5,
|
|
||||||
34: adc1_channel_t.ADC1_CHANNEL_6,
|
|
||||||
35: adc1_channel_t.ADC1_CHANNEL_7,
|
|
||||||
},
|
|
||||||
VARIANT_ESP32S2: {
|
|
||||||
1: adc1_channel_t.ADC1_CHANNEL_0,
|
|
||||||
2: adc1_channel_t.ADC1_CHANNEL_1,
|
|
||||||
3: adc1_channel_t.ADC1_CHANNEL_2,
|
|
||||||
4: adc1_channel_t.ADC1_CHANNEL_3,
|
|
||||||
5: adc1_channel_t.ADC1_CHANNEL_4,
|
|
||||||
6: adc1_channel_t.ADC1_CHANNEL_5,
|
|
||||||
7: adc1_channel_t.ADC1_CHANNEL_6,
|
|
||||||
8: adc1_channel_t.ADC1_CHANNEL_7,
|
|
||||||
9: adc1_channel_t.ADC1_CHANNEL_8,
|
|
||||||
10: adc1_channel_t.ADC1_CHANNEL_9,
|
|
||||||
},
|
|
||||||
VARIANT_ESP32S3: {
|
|
||||||
1: adc1_channel_t.ADC1_CHANNEL_0,
|
|
||||||
2: adc1_channel_t.ADC1_CHANNEL_1,
|
|
||||||
3: adc1_channel_t.ADC1_CHANNEL_2,
|
|
||||||
4: adc1_channel_t.ADC1_CHANNEL_3,
|
|
||||||
5: adc1_channel_t.ADC1_CHANNEL_4,
|
|
||||||
6: adc1_channel_t.ADC1_CHANNEL_5,
|
|
||||||
7: adc1_channel_t.ADC1_CHANNEL_6,
|
|
||||||
8: adc1_channel_t.ADC1_CHANNEL_7,
|
|
||||||
9: adc1_channel_t.ADC1_CHANNEL_8,
|
|
||||||
10: adc1_channel_t.ADC1_CHANNEL_9,
|
|
||||||
},
|
|
||||||
VARIANT_ESP32C3: {
|
|
||||||
0: adc1_channel_t.ADC1_CHANNEL_0,
|
|
||||||
1: adc1_channel_t.ADC1_CHANNEL_1,
|
|
||||||
2: adc1_channel_t.ADC1_CHANNEL_2,
|
|
||||||
3: adc1_channel_t.ADC1_CHANNEL_3,
|
|
||||||
4: adc1_channel_t.ADC1_CHANNEL_4,
|
|
||||||
},
|
|
||||||
VARIANT_ESP32C2: {
|
|
||||||
0: adc1_channel_t.ADC1_CHANNEL_0,
|
|
||||||
1: adc1_channel_t.ADC1_CHANNEL_1,
|
|
||||||
2: adc1_channel_t.ADC1_CHANNEL_2,
|
|
||||||
3: adc1_channel_t.ADC1_CHANNEL_3,
|
|
||||||
4: adc1_channel_t.ADC1_CHANNEL_4,
|
|
||||||
},
|
|
||||||
VARIANT_ESP32C6: {
|
|
||||||
0: adc1_channel_t.ADC1_CHANNEL_0,
|
|
||||||
1: adc1_channel_t.ADC1_CHANNEL_1,
|
|
||||||
2: adc1_channel_t.ADC1_CHANNEL_2,
|
|
||||||
3: adc1_channel_t.ADC1_CHANNEL_3,
|
|
||||||
4: adc1_channel_t.ADC1_CHANNEL_4,
|
|
||||||
5: adc1_channel_t.ADC1_CHANNEL_5,
|
|
||||||
6: adc1_channel_t.ADC1_CHANNEL_6,
|
|
||||||
},
|
|
||||||
VARIANT_ESP32H2: {
|
|
||||||
0: adc1_channel_t.ADC1_CHANNEL_0,
|
|
||||||
1: adc1_channel_t.ADC1_CHANNEL_1,
|
|
||||||
2: adc1_channel_t.ADC1_CHANNEL_2,
|
|
||||||
3: adc1_channel_t.ADC1_CHANNEL_3,
|
|
||||||
4: adc1_channel_t.ADC1_CHANNEL_4,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
ESP32_VARIANT_ADC2_PIN_TO_CHANNEL = {
|
|
||||||
# TODO: add other variants
|
|
||||||
VARIANT_ESP32: {
|
|
||||||
4: adc2_channel_t.ADC2_CHANNEL_0,
|
|
||||||
0: adc2_channel_t.ADC2_CHANNEL_1,
|
|
||||||
2: adc2_channel_t.ADC2_CHANNEL_2,
|
|
||||||
15: adc2_channel_t.ADC2_CHANNEL_3,
|
|
||||||
13: adc2_channel_t.ADC2_CHANNEL_4,
|
|
||||||
12: adc2_channel_t.ADC2_CHANNEL_5,
|
|
||||||
14: adc2_channel_t.ADC2_CHANNEL_6,
|
|
||||||
27: adc2_channel_t.ADC2_CHANNEL_7,
|
|
||||||
25: adc2_channel_t.ADC2_CHANNEL_8,
|
|
||||||
26: adc2_channel_t.ADC2_CHANNEL_9,
|
|
||||||
},
|
|
||||||
VARIANT_ESP32S2: {
|
|
||||||
11: adc2_channel_t.ADC2_CHANNEL_0,
|
|
||||||
12: adc2_channel_t.ADC2_CHANNEL_1,
|
|
||||||
13: adc2_channel_t.ADC2_CHANNEL_2,
|
|
||||||
14: adc2_channel_t.ADC2_CHANNEL_3,
|
|
||||||
15: adc2_channel_t.ADC2_CHANNEL_4,
|
|
||||||
16: adc2_channel_t.ADC2_CHANNEL_5,
|
|
||||||
17: adc2_channel_t.ADC2_CHANNEL_6,
|
|
||||||
18: adc2_channel_t.ADC2_CHANNEL_7,
|
|
||||||
19: adc2_channel_t.ADC2_CHANNEL_8,
|
|
||||||
20: adc2_channel_t.ADC2_CHANNEL_9,
|
|
||||||
},
|
|
||||||
VARIANT_ESP32S3: {
|
|
||||||
11: adc2_channel_t.ADC2_CHANNEL_0,
|
|
||||||
12: adc2_channel_t.ADC2_CHANNEL_1,
|
|
||||||
13: adc2_channel_t.ADC2_CHANNEL_2,
|
|
||||||
14: adc2_channel_t.ADC2_CHANNEL_3,
|
|
||||||
15: adc2_channel_t.ADC2_CHANNEL_4,
|
|
||||||
16: adc2_channel_t.ADC2_CHANNEL_5,
|
|
||||||
17: adc2_channel_t.ADC2_CHANNEL_6,
|
|
||||||
18: adc2_channel_t.ADC2_CHANNEL_7,
|
|
||||||
19: adc2_channel_t.ADC2_CHANNEL_8,
|
|
||||||
20: adc2_channel_t.ADC2_CHANNEL_9,
|
|
||||||
},
|
|
||||||
VARIANT_ESP32C3: {
|
|
||||||
5: adc2_channel_t.ADC2_CHANNEL_0,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
def validate_adc_pin(value):
|
|
||||||
if str(value).upper() == "VCC":
|
|
||||||
if CORE.is_rp2040:
|
|
||||||
return pins.internal_gpio_input_pin_schema(29)
|
|
||||||
return cv.only_on([PLATFORM_ESP8266])("VCC")
|
|
||||||
|
|
||||||
if str(value).upper() == "TEMPERATURE":
|
|
||||||
return cv.only_on_rp2040("TEMPERATURE")
|
|
||||||
|
|
||||||
if CORE.is_esp32:
|
|
||||||
value = pins.internal_gpio_input_pin_number(value)
|
|
||||||
variant = get_esp32_variant()
|
|
||||||
if (
|
|
||||||
variant not in ESP32_VARIANT_ADC1_PIN_TO_CHANNEL
|
|
||||||
and variant not in ESP32_VARIANT_ADC2_PIN_TO_CHANNEL
|
|
||||||
):
|
|
||||||
raise cv.Invalid(f"This ESP32 variant ({variant}) is not supported")
|
|
||||||
|
|
||||||
if (
|
|
||||||
value not in ESP32_VARIANT_ADC1_PIN_TO_CHANNEL[variant]
|
|
||||||
and value not in ESP32_VARIANT_ADC2_PIN_TO_CHANNEL[variant]
|
|
||||||
):
|
|
||||||
raise cv.Invalid(f"{variant} doesn't support ADC on this pin")
|
|
||||||
|
|
||||||
return pins.internal_gpio_input_pin_schema(value)
|
|
||||||
|
|
||||||
if CORE.is_esp8266:
|
|
||||||
value = pins.internal_gpio_pin_number({CONF_ANALOG: True, CONF_INPUT: True})(
|
|
||||||
value
|
|
||||||
)
|
|
||||||
|
|
||||||
if value != 17: # A0
|
|
||||||
raise cv.Invalid("ESP8266: Only pin A0 (GPIO17) supports ADC")
|
|
||||||
return pins.gpio_pin_schema(
|
|
||||||
{CONF_ANALOG: True, CONF_INPUT: True}, internal=True
|
|
||||||
)(value)
|
|
||||||
|
|
||||||
if CORE.is_rp2040:
|
|
||||||
value = pins.internal_gpio_input_pin_number(value)
|
|
||||||
if value not in (26, 27, 28, 29):
|
|
||||||
raise cv.Invalid("RP2040: Only pins 26, 27, 28 and 29 support ADC")
|
|
||||||
return pins.internal_gpio_input_pin_schema(value)
|
|
||||||
|
|
||||||
if CORE.is_libretiny:
|
|
||||||
return pins.gpio_pin_schema(
|
|
||||||
{CONF_ANALOG: True, CONF_INPUT: True}, internal=True
|
|
||||||
)(value)
|
|
||||||
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "adc_sensor.h"
|
#include "adc_sensor.h"
|
||||||
#include "esphome/core/helpers.h"
|
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
|
#include "esphome/core/helpers.h"
|
||||||
|
|
||||||
#ifdef USE_ESP8266
|
#ifdef USE_ESP8266
|
||||||
#ifdef USE_ADC_SENSOR_VCC
|
#ifdef USE_ADC_SENSOR_VCC
|
||||||
@@ -11,27 +11,20 @@ ADC_MODE(ADC_VCC)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_RP2040
|
|
||||||
#ifdef CYW43_USES_VSYS_PIN
|
|
||||||
#include "pico/cyw43_arch.h"
|
|
||||||
#endif
|
|
||||||
#include <hardware/adc.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace adc {
|
namespace adc {
|
||||||
|
|
||||||
static const char *const TAG = "adc";
|
static const char *const TAG = "adc";
|
||||||
|
|
||||||
// 13-bit for S2, 12-bit for all other ESP32 variants
|
// 13bit for S2, and 12bit for all other esp32 variants
|
||||||
#ifdef USE_ESP32
|
#ifdef USE_ESP32
|
||||||
static const adc_bits_width_t ADC_WIDTH_MAX_SOC_BITS = static_cast<adc_bits_width_t>(ADC_WIDTH_MAX - 1);
|
static const adc_bits_width_t ADC_WIDTH_MAX_SOC_BITS = static_cast<adc_bits_width_t>(ADC_WIDTH_MAX - 1);
|
||||||
|
|
||||||
#ifndef SOC_ADC_RTC_MAX_BITWIDTH
|
#ifndef SOC_ADC_RTC_MAX_BITWIDTH
|
||||||
#if USE_ESP32_VARIANT_ESP32S2
|
#if USE_ESP32_VARIANT_ESP32S2
|
||||||
static const int32_t SOC_ADC_RTC_MAX_BITWIDTH = 13;
|
static const int SOC_ADC_RTC_MAX_BITWIDTH = 13;
|
||||||
#else
|
#else
|
||||||
static const int32_t SOC_ADC_RTC_MAX_BITWIDTH = 12;
|
static const int SOC_ADC_RTC_MAX_BITWIDTH = 12;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -39,32 +32,21 @@ static const int ADC_MAX = (1 << SOC_ADC_RTC_MAX_BITWIDTH) - 1; // 4095 (12 b
|
|||||||
static const int ADC_HALF = (1 << SOC_ADC_RTC_MAX_BITWIDTH) >> 1; // 2048 (12 bit) or 4096 (13 bit)
|
static const int ADC_HALF = (1 << SOC_ADC_RTC_MAX_BITWIDTH) >> 1; // 2048 (12 bit) or 4096 (13 bit)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_RP2040
|
void ADCSensor::setup() {
|
||||||
extern "C"
|
|
||||||
#endif
|
|
||||||
void
|
|
||||||
ADCSensor::setup() {
|
|
||||||
ESP_LOGCONFIG(TAG, "Setting up ADC '%s'...", this->get_name().c_str());
|
ESP_LOGCONFIG(TAG, "Setting up ADC '%s'...", this->get_name().c_str());
|
||||||
#if !defined(USE_ADC_SENSOR_VCC) && !defined(USE_RP2040)
|
#ifndef USE_ADC_SENSOR_VCC
|
||||||
pin_->setup();
|
pin_->setup();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_ESP32
|
#ifdef USE_ESP32
|
||||||
if (channel1_ != ADC1_CHANNEL_MAX) {
|
adc1_config_width(ADC_WIDTH_MAX_SOC_BITS);
|
||||||
adc1_config_width(ADC_WIDTH_MAX_SOC_BITS);
|
if (!autorange_) {
|
||||||
if (!autorange_) {
|
adc1_config_channel_atten(channel_, attenuation_);
|
||||||
adc1_config_channel_atten(channel1_, attenuation_);
|
|
||||||
}
|
|
||||||
} else if (channel2_ != ADC2_CHANNEL_MAX) {
|
|
||||||
if (!autorange_) {
|
|
||||||
adc2_config_channel_atten(channel2_, attenuation_);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// load characteristics for each attenuation
|
// load characteristics for each attenuation
|
||||||
for (int32_t i = 0; i <= ADC_ATTEN_DB_11; i++) {
|
for (int i = 0; i < (int) ADC_ATTEN_MAX; i++) {
|
||||||
auto adc_unit = channel1_ != ADC1_CHANNEL_MAX ? ADC_UNIT_1 : ADC_UNIT_2;
|
auto cal_value = esp_adc_cal_characterize(ADC_UNIT_1, (adc_atten_t) i, ADC_WIDTH_MAX_SOC_BITS,
|
||||||
auto cal_value = esp_adc_cal_characterize(adc_unit, (adc_atten_t) i, ADC_WIDTH_MAX_SOC_BITS,
|
|
||||||
1100, // default vref
|
1100, // default vref
|
||||||
&cal_characteristics_[i]);
|
&cal_characteristics_[i]);
|
||||||
switch (cal_value) {
|
switch (cal_value) {
|
||||||
@@ -81,27 +63,17 @@ extern "C"
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // USE_ESP32
|
#endif // USE_ESP32
|
||||||
|
|
||||||
#ifdef USE_RP2040
|
|
||||||
static bool initialized = false;
|
|
||||||
if (!initialized) {
|
|
||||||
adc_init();
|
|
||||||
initialized = true;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ESP_LOGCONFIG(TAG, "ADC '%s' setup finished!", this->get_name().c_str());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ADCSensor::dump_config() {
|
void ADCSensor::dump_config() {
|
||||||
LOG_SENSOR("", "ADC Sensor", this);
|
LOG_SENSOR("", "ADC Sensor", this);
|
||||||
#if defined(USE_ESP8266) || defined(USE_LIBRETINY)
|
#ifdef USE_ESP8266
|
||||||
#ifdef USE_ADC_SENSOR_VCC
|
#ifdef USE_ADC_SENSOR_VCC
|
||||||
ESP_LOGCONFIG(TAG, " Pin: VCC");
|
ESP_LOGCONFIG(TAG, " Pin: VCC");
|
||||||
#else
|
#else
|
||||||
LOG_PIN(" Pin: ", pin_);
|
LOG_PIN(" Pin: ", pin_);
|
||||||
#endif
|
#endif
|
||||||
#endif // USE_ESP8266 || USE_LIBRETINY
|
#endif // USE_ESP8266
|
||||||
|
|
||||||
#ifdef USE_ESP32
|
#ifdef USE_ESP32
|
||||||
LOG_PIN(" Pin: ", pin_);
|
LOG_PIN(" Pin: ", pin_);
|
||||||
@@ -126,19 +98,6 @@ void ADCSensor::dump_config() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif // USE_ESP32
|
#endif // USE_ESP32
|
||||||
|
|
||||||
#ifdef USE_RP2040
|
|
||||||
if (this->is_temperature_) {
|
|
||||||
ESP_LOGCONFIG(TAG, " Pin: Temperature");
|
|
||||||
} else {
|
|
||||||
#ifdef USE_ADC_SENSOR_VCC
|
|
||||||
ESP_LOGCONFIG(TAG, " Pin: VCC");
|
|
||||||
#else
|
|
||||||
LOG_PIN(" Pin: ", pin_);
|
|
||||||
#endif // USE_ADC_SENSOR_VCC
|
|
||||||
}
|
|
||||||
#endif // USE_RP2040
|
|
||||||
|
|
||||||
LOG_UPDATE_INTERVAL(this);
|
LOG_UPDATE_INTERVAL(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -152,9 +111,9 @@ void ADCSensor::update() {
|
|||||||
#ifdef USE_ESP8266
|
#ifdef USE_ESP8266
|
||||||
float ADCSensor::sample() {
|
float ADCSensor::sample() {
|
||||||
#ifdef USE_ADC_SENSOR_VCC
|
#ifdef USE_ADC_SENSOR_VCC
|
||||||
int32_t raw = ESP.getVcc(); // NOLINT(readability-static-accessed-through-instance)
|
int raw = ESP.getVcc(); // NOLINT(readability-static-accessed-through-instance)
|
||||||
#else
|
#else
|
||||||
int32_t raw = analogRead(this->pin_->get_pin()); // NOLINT
|
int raw = analogRead(this->pin_->get_pin()); // NOLINT
|
||||||
#endif
|
#endif
|
||||||
if (output_raw_) {
|
if (output_raw_) {
|
||||||
return raw;
|
return raw;
|
||||||
@@ -166,53 +125,29 @@ float ADCSensor::sample() {
|
|||||||
#ifdef USE_ESP32
|
#ifdef USE_ESP32
|
||||||
float ADCSensor::sample() {
|
float ADCSensor::sample() {
|
||||||
if (!autorange_) {
|
if (!autorange_) {
|
||||||
int raw = -1;
|
int raw = adc1_get_raw(channel_);
|
||||||
if (channel1_ != ADC1_CHANNEL_MAX) {
|
|
||||||
raw = adc1_get_raw(channel1_);
|
|
||||||
} else if (channel2_ != ADC2_CHANNEL_MAX) {
|
|
||||||
adc2_get_raw(channel2_, ADC_WIDTH_MAX_SOC_BITS, &raw);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (raw == -1) {
|
if (raw == -1) {
|
||||||
return NAN;
|
return NAN;
|
||||||
}
|
}
|
||||||
if (output_raw_) {
|
if (output_raw_) {
|
||||||
return raw;
|
return raw;
|
||||||
}
|
}
|
||||||
uint32_t mv = esp_adc_cal_raw_to_voltage(raw, &cal_characteristics_[(int32_t) attenuation_]);
|
uint32_t mv = esp_adc_cal_raw_to_voltage(raw, &cal_characteristics_[(int) attenuation_]);
|
||||||
return mv / 1000.0f;
|
return mv / 1000.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
int raw11 = ADC_MAX, raw6 = ADC_MAX, raw2 = ADC_MAX, raw0 = ADC_MAX;
|
int raw11, raw6 = ADC_MAX, raw2 = ADC_MAX, raw0 = ADC_MAX;
|
||||||
|
adc1_config_channel_atten(channel_, ADC_ATTEN_DB_11);
|
||||||
if (channel1_ != ADC1_CHANNEL_MAX) {
|
raw11 = adc1_get_raw(channel_);
|
||||||
adc1_config_channel_atten(channel1_, ADC_ATTEN_DB_11);
|
if (raw11 < ADC_MAX) {
|
||||||
raw11 = adc1_get_raw(channel1_);
|
adc1_config_channel_atten(channel_, ADC_ATTEN_DB_6);
|
||||||
if (raw11 < ADC_MAX) {
|
raw6 = adc1_get_raw(channel_);
|
||||||
adc1_config_channel_atten(channel1_, ADC_ATTEN_DB_6);
|
if (raw6 < ADC_MAX) {
|
||||||
raw6 = adc1_get_raw(channel1_);
|
adc1_config_channel_atten(channel_, ADC_ATTEN_DB_2_5);
|
||||||
if (raw6 < ADC_MAX) {
|
raw2 = adc1_get_raw(channel_);
|
||||||
adc1_config_channel_atten(channel1_, ADC_ATTEN_DB_2_5);
|
if (raw2 < ADC_MAX) {
|
||||||
raw2 = adc1_get_raw(channel1_);
|
adc1_config_channel_atten(channel_, ADC_ATTEN_DB_0);
|
||||||
if (raw2 < ADC_MAX) {
|
raw0 = adc1_get_raw(channel_);
|
||||||
adc1_config_channel_atten(channel1_, ADC_ATTEN_DB_0);
|
|
||||||
raw0 = adc1_get_raw(channel1_);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else if (channel2_ != ADC2_CHANNEL_MAX) {
|
|
||||||
adc2_config_channel_atten(channel2_, ADC_ATTEN_DB_11);
|
|
||||||
adc2_get_raw(channel2_, ADC_WIDTH_MAX_SOC_BITS, &raw11);
|
|
||||||
if (raw11 < ADC_MAX) {
|
|
||||||
adc2_config_channel_atten(channel2_, ADC_ATTEN_DB_6);
|
|
||||||
adc2_get_raw(channel2_, ADC_WIDTH_MAX_SOC_BITS, &raw6);
|
|
||||||
if (raw6 < ADC_MAX) {
|
|
||||||
adc2_config_channel_atten(channel2_, ADC_ATTEN_DB_2_5);
|
|
||||||
adc2_get_raw(channel2_, ADC_WIDTH_MAX_SOC_BITS, &raw2);
|
|
||||||
if (raw2 < ADC_MAX) {
|
|
||||||
adc2_config_channel_atten(channel2_, ADC_ATTEN_DB_0);
|
|
||||||
adc2_get_raw(channel2_, ADC_WIDTH_MAX_SOC_BITS, &raw0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -221,10 +156,10 @@ float ADCSensor::sample() {
|
|||||||
return NAN;
|
return NAN;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t mv11 = esp_adc_cal_raw_to_voltage(raw11, &cal_characteristics_[(int32_t) ADC_ATTEN_DB_11]);
|
uint32_t mv11 = esp_adc_cal_raw_to_voltage(raw11, &cal_characteristics_[(int) ADC_ATTEN_DB_11]);
|
||||||
uint32_t mv6 = esp_adc_cal_raw_to_voltage(raw6, &cal_characteristics_[(int32_t) ADC_ATTEN_DB_6]);
|
uint32_t mv6 = esp_adc_cal_raw_to_voltage(raw6, &cal_characteristics_[(int) ADC_ATTEN_DB_6]);
|
||||||
uint32_t mv2 = esp_adc_cal_raw_to_voltage(raw2, &cal_characteristics_[(int32_t) ADC_ATTEN_DB_2_5]);
|
uint32_t mv2 = esp_adc_cal_raw_to_voltage(raw2, &cal_characteristics_[(int) ADC_ATTEN_DB_2_5]);
|
||||||
uint32_t mv0 = esp_adc_cal_raw_to_voltage(raw0, &cal_characteristics_[(int32_t) ADC_ATTEN_DB_0]);
|
uint32_t mv0 = esp_adc_cal_raw_to_voltage(raw0, &cal_characteristics_[(int) ADC_ATTEN_DB_0]);
|
||||||
|
|
||||||
// Contribution of each value, in range 0-2048 (12 bit ADC) or 0-4096 (13 bit ADC)
|
// Contribution of each value, in range 0-2048 (12 bit ADC) or 0-4096 (13 bit ADC)
|
||||||
uint32_t c11 = std::min(raw11, ADC_HALF);
|
uint32_t c11 = std::min(raw11, ADC_HALF);
|
||||||
@@ -240,60 +175,6 @@ float ADCSensor::sample() {
|
|||||||
}
|
}
|
||||||
#endif // USE_ESP32
|
#endif // USE_ESP32
|
||||||
|
|
||||||
#ifdef USE_RP2040
|
|
||||||
float ADCSensor::sample() {
|
|
||||||
if (this->is_temperature_) {
|
|
||||||
adc_set_temp_sensor_enabled(true);
|
|
||||||
delay(1);
|
|
||||||
adc_select_input(4);
|
|
||||||
|
|
||||||
int32_t raw = adc_read();
|
|
||||||
adc_set_temp_sensor_enabled(false);
|
|
||||||
if (this->output_raw_) {
|
|
||||||
return raw;
|
|
||||||
}
|
|
||||||
return raw * 3.3f / 4096.0f;
|
|
||||||
} else {
|
|
||||||
uint8_t pin = this->pin_->get_pin();
|
|
||||||
#ifdef CYW43_USES_VSYS_PIN
|
|
||||||
if (pin == PICO_VSYS_PIN) {
|
|
||||||
// Measuring VSYS on Raspberry Pico W needs to be wrapped with
|
|
||||||
// `cyw43_thread_enter()`/`cyw43_thread_exit()` as discussed in
|
|
||||||
// https://github.com/raspberrypi/pico-sdk/issues/1222, since Wifi chip and
|
|
||||||
// VSYS ADC both share GPIO29
|
|
||||||
cyw43_thread_enter();
|
|
||||||
}
|
|
||||||
#endif // CYW43_USES_VSYS_PIN
|
|
||||||
|
|
||||||
adc_gpio_init(pin);
|
|
||||||
adc_select_input(pin - 26);
|
|
||||||
|
|
||||||
int32_t raw = adc_read();
|
|
||||||
|
|
||||||
#ifdef CYW43_USES_VSYS_PIN
|
|
||||||
if (pin == PICO_VSYS_PIN) {
|
|
||||||
cyw43_thread_exit();
|
|
||||||
}
|
|
||||||
#endif // CYW43_USES_VSYS_PIN
|
|
||||||
|
|
||||||
if (output_raw_) {
|
|
||||||
return raw;
|
|
||||||
}
|
|
||||||
float coeff = pin == PICO_VSYS_PIN ? 3.0 : 1.0;
|
|
||||||
return raw * 3.3f / 4096.0f * coeff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_LIBRETINY
|
|
||||||
float ADCSensor::sample() {
|
|
||||||
if (output_raw_) {
|
|
||||||
return analogRead(this->pin_->get_pin()); // NOLINT
|
|
||||||
}
|
|
||||||
return analogReadVoltage(this->pin_->get_pin()) / 1000.0f; // NOLINT
|
|
||||||
}
|
|
||||||
#endif // USE_LIBRETINY
|
|
||||||
|
|
||||||
#ifdef USE_ESP8266
|
#ifdef USE_ESP8266
|
||||||
std::string ADCSensor::unique_id() { return get_mac_address() + "-adc"; }
|
std::string ADCSensor::unique_id() { return get_mac_address() + "-adc"; }
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,23 +19,16 @@ class ADCSensor : public sensor::Sensor, public PollingComponent, public voltage
|
|||||||
#ifdef USE_ESP32
|
#ifdef USE_ESP32
|
||||||
/// Set the attenuation for this pin. Only available on the ESP32.
|
/// Set the attenuation for this pin. Only available on the ESP32.
|
||||||
void set_attenuation(adc_atten_t attenuation) { attenuation_ = attenuation; }
|
void set_attenuation(adc_atten_t attenuation) { attenuation_ = attenuation; }
|
||||||
void set_channel1(adc1_channel_t channel) {
|
void set_channel(adc1_channel_t channel) { channel_ = channel; }
|
||||||
channel1_ = channel;
|
|
||||||
channel2_ = ADC2_CHANNEL_MAX;
|
|
||||||
}
|
|
||||||
void set_channel2(adc2_channel_t channel) {
|
|
||||||
channel2_ = channel;
|
|
||||||
channel1_ = ADC1_CHANNEL_MAX;
|
|
||||||
}
|
|
||||||
void set_autorange(bool autorange) { autorange_ = autorange; }
|
void set_autorange(bool autorange) { autorange_ = autorange; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// Update ADC values
|
/// Update adc values.
|
||||||
void update() override;
|
void update() override;
|
||||||
/// Setup ADC
|
/// Setup ADc
|
||||||
void setup() override;
|
void setup() override;
|
||||||
void dump_config() override;
|
void dump_config() override;
|
||||||
/// `HARDWARE_LATE` setup priority
|
/// `HARDWARE_LATE` setup priority.
|
||||||
float get_setup_priority() const override;
|
float get_setup_priority() const override;
|
||||||
void set_pin(InternalGPIOPin *pin) { this->pin_ = pin; }
|
void set_pin(InternalGPIOPin *pin) { this->pin_ = pin; }
|
||||||
void set_output_raw(bool output_raw) { output_raw_ = output_raw; }
|
void set_output_raw(bool output_raw) { output_raw_ = output_raw; }
|
||||||
@@ -45,28 +38,15 @@ class ADCSensor : public sensor::Sensor, public PollingComponent, public voltage
|
|||||||
std::string unique_id() override;
|
std::string unique_id() override;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_RP2040
|
|
||||||
void set_is_temperature() { is_temperature_ = true; }
|
|
||||||
#endif
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
InternalGPIOPin *pin_;
|
InternalGPIOPin *pin_;
|
||||||
bool output_raw_{false};
|
bool output_raw_{false};
|
||||||
|
|
||||||
#ifdef USE_RP2040
|
|
||||||
bool is_temperature_{false};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_ESP32
|
#ifdef USE_ESP32
|
||||||
adc_atten_t attenuation_{ADC_ATTEN_DB_0};
|
adc_atten_t attenuation_{ADC_ATTEN_DB_0};
|
||||||
adc1_channel_t channel1_{ADC1_CHANNEL_MAX};
|
adc1_channel_t channel_{};
|
||||||
adc2_channel_t channel2_{ADC2_CHANNEL_MAX};
|
|
||||||
bool autorange_{false};
|
bool autorange_{false};
|
||||||
#if ESP_IDF_VERSION_MAJOR >= 5
|
esp_adc_cal_characteristics_t cal_characteristics_[(int) ADC_ATTEN_MAX] = {};
|
||||||
esp_adc_cal_characteristics_t cal_characteristics_[SOC_ADC_ATTEN_NUM] = {};
|
|
||||||
#else
|
|
||||||
esp_adc_cal_characteristics_t cal_characteristics_[ADC_ATTEN_MAX] = {};
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,49 +1,128 @@
|
|||||||
import esphome.codegen as cg
|
import esphome.codegen as cg
|
||||||
import esphome.config_validation as cv
|
import esphome.config_validation as cv
|
||||||
import esphome.final_validate as fv
|
from esphome import pins
|
||||||
from esphome.core import CORE
|
|
||||||
from esphome.components import sensor, voltage_sampler
|
from esphome.components import sensor, voltage_sampler
|
||||||
from esphome.components.esp32 import get_esp32_variant
|
|
||||||
from esphome.const import (
|
from esphome.const import (
|
||||||
CONF_ATTENUATION,
|
CONF_ATTENUATION,
|
||||||
|
CONF_RAW,
|
||||||
CONF_ID,
|
CONF_ID,
|
||||||
|
CONF_INPUT,
|
||||||
CONF_NUMBER,
|
CONF_NUMBER,
|
||||||
CONF_PIN,
|
CONF_PIN,
|
||||||
CONF_RAW,
|
|
||||||
CONF_WIFI,
|
|
||||||
DEVICE_CLASS_VOLTAGE,
|
DEVICE_CLASS_VOLTAGE,
|
||||||
STATE_CLASS_MEASUREMENT,
|
STATE_CLASS_MEASUREMENT,
|
||||||
UNIT_VOLT,
|
UNIT_VOLT,
|
||||||
)
|
)
|
||||||
from . import (
|
from esphome.core import CORE
|
||||||
ATTENUATION_MODES,
|
from esphome.components.esp32 import get_esp32_variant
|
||||||
ESP32_VARIANT_ADC1_PIN_TO_CHANNEL,
|
from esphome.components.esp32.const import (
|
||||||
ESP32_VARIANT_ADC2_PIN_TO_CHANNEL,
|
VARIANT_ESP32,
|
||||||
validate_adc_pin,
|
VARIANT_ESP32C3,
|
||||||
|
VARIANT_ESP32H2,
|
||||||
|
VARIANT_ESP32S2,
|
||||||
|
VARIANT_ESP32S3,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
AUTO_LOAD = ["voltage_sampler"]
|
AUTO_LOAD = ["voltage_sampler"]
|
||||||
|
|
||||||
|
ATTENUATION_MODES = {
|
||||||
|
"0db": cg.global_ns.ADC_ATTEN_DB_0,
|
||||||
|
"2.5db": cg.global_ns.ADC_ATTEN_DB_2_5,
|
||||||
|
"6db": cg.global_ns.ADC_ATTEN_DB_6,
|
||||||
|
"11db": cg.global_ns.ADC_ATTEN_DB_11,
|
||||||
|
"auto": "auto",
|
||||||
|
}
|
||||||
|
|
||||||
|
adc1_channel_t = cg.global_ns.enum("adc1_channel_t")
|
||||||
|
|
||||||
|
# From https://github.com/espressif/esp-idf/blob/master/components/driver/include/driver/adc_common.h
|
||||||
|
# pin to adc1 channel mapping
|
||||||
|
ESP32_VARIANT_ADC1_PIN_TO_CHANNEL = {
|
||||||
|
VARIANT_ESP32: {
|
||||||
|
36: adc1_channel_t.ADC1_CHANNEL_0,
|
||||||
|
37: adc1_channel_t.ADC1_CHANNEL_1,
|
||||||
|
38: adc1_channel_t.ADC1_CHANNEL_2,
|
||||||
|
39: adc1_channel_t.ADC1_CHANNEL_3,
|
||||||
|
32: adc1_channel_t.ADC1_CHANNEL_4,
|
||||||
|
33: adc1_channel_t.ADC1_CHANNEL_5,
|
||||||
|
34: adc1_channel_t.ADC1_CHANNEL_6,
|
||||||
|
35: adc1_channel_t.ADC1_CHANNEL_7,
|
||||||
|
},
|
||||||
|
VARIANT_ESP32S2: {
|
||||||
|
1: adc1_channel_t.ADC1_CHANNEL_0,
|
||||||
|
2: adc1_channel_t.ADC1_CHANNEL_1,
|
||||||
|
3: adc1_channel_t.ADC1_CHANNEL_2,
|
||||||
|
4: adc1_channel_t.ADC1_CHANNEL_3,
|
||||||
|
5: adc1_channel_t.ADC1_CHANNEL_4,
|
||||||
|
6: adc1_channel_t.ADC1_CHANNEL_5,
|
||||||
|
7: adc1_channel_t.ADC1_CHANNEL_6,
|
||||||
|
8: adc1_channel_t.ADC1_CHANNEL_7,
|
||||||
|
9: adc1_channel_t.ADC1_CHANNEL_8,
|
||||||
|
10: adc1_channel_t.ADC1_CHANNEL_9,
|
||||||
|
},
|
||||||
|
VARIANT_ESP32S3: {
|
||||||
|
1: adc1_channel_t.ADC1_CHANNEL_0,
|
||||||
|
2: adc1_channel_t.ADC1_CHANNEL_1,
|
||||||
|
3: adc1_channel_t.ADC1_CHANNEL_2,
|
||||||
|
4: adc1_channel_t.ADC1_CHANNEL_3,
|
||||||
|
5: adc1_channel_t.ADC1_CHANNEL_4,
|
||||||
|
6: adc1_channel_t.ADC1_CHANNEL_5,
|
||||||
|
7: adc1_channel_t.ADC1_CHANNEL_6,
|
||||||
|
8: adc1_channel_t.ADC1_CHANNEL_7,
|
||||||
|
9: adc1_channel_t.ADC1_CHANNEL_8,
|
||||||
|
10: adc1_channel_t.ADC1_CHANNEL_9,
|
||||||
|
},
|
||||||
|
VARIANT_ESP32C3: {
|
||||||
|
0: adc1_channel_t.ADC1_CHANNEL_0,
|
||||||
|
1: adc1_channel_t.ADC1_CHANNEL_1,
|
||||||
|
2: adc1_channel_t.ADC1_CHANNEL_2,
|
||||||
|
3: adc1_channel_t.ADC1_CHANNEL_3,
|
||||||
|
4: adc1_channel_t.ADC1_CHANNEL_4,
|
||||||
|
},
|
||||||
|
VARIANT_ESP32H2: {
|
||||||
|
0: adc1_channel_t.ADC1_CHANNEL_0,
|
||||||
|
1: adc1_channel_t.ADC1_CHANNEL_1,
|
||||||
|
2: adc1_channel_t.ADC1_CHANNEL_2,
|
||||||
|
3: adc1_channel_t.ADC1_CHANNEL_3,
|
||||||
|
4: adc1_channel_t.ADC1_CHANNEL_4,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
def validate_adc_pin(value):
|
||||||
|
if str(value).upper() == "VCC":
|
||||||
|
return cv.only_on_esp8266("VCC")
|
||||||
|
|
||||||
|
if CORE.is_esp32:
|
||||||
|
value = pins.internal_gpio_input_pin_number(value)
|
||||||
|
variant = get_esp32_variant()
|
||||||
|
if variant not in ESP32_VARIANT_ADC1_PIN_TO_CHANNEL:
|
||||||
|
raise cv.Invalid(f"This ESP32 variant ({variant}) is not supported")
|
||||||
|
|
||||||
|
if value not in ESP32_VARIANT_ADC1_PIN_TO_CHANNEL[variant]:
|
||||||
|
raise cv.Invalid(f"{variant} doesn't support ADC on this pin")
|
||||||
|
return pins.internal_gpio_input_pin_schema(value)
|
||||||
|
|
||||||
|
if CORE.is_esp8266:
|
||||||
|
from esphome.components.esp8266.gpio import CONF_ANALOG
|
||||||
|
|
||||||
|
value = pins.internal_gpio_pin_number({CONF_ANALOG: True, CONF_INPUT: True})(
|
||||||
|
value
|
||||||
|
)
|
||||||
|
|
||||||
|
if value != 17: # A0
|
||||||
|
raise cv.Invalid("ESP8266: Only pin A0 (GPIO17) supports ADC.")
|
||||||
|
return pins.gpio_pin_schema(
|
||||||
|
{CONF_ANALOG: True, CONF_INPUT: True}, internal=True
|
||||||
|
)(value)
|
||||||
|
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
||||||
def validate_config(config):
|
def validate_config(config):
|
||||||
if config[CONF_RAW] and config.get(CONF_ATTENUATION, None) == "auto":
|
if config[CONF_RAW] and config.get(CONF_ATTENUATION, None) == "auto":
|
||||||
raise cv.Invalid("Automatic attenuation cannot be used when raw output is set")
|
raise cv.Invalid("Automatic attenuation cannot be used when raw output is set.")
|
||||||
|
|
||||||
return config
|
|
||||||
|
|
||||||
|
|
||||||
def final_validate_config(config):
|
|
||||||
if CORE.is_esp32:
|
|
||||||
variant = get_esp32_variant()
|
|
||||||
if (
|
|
||||||
CONF_WIFI in fv.full_config.get()
|
|
||||||
and config[CONF_PIN][CONF_NUMBER]
|
|
||||||
in ESP32_VARIANT_ADC2_PIN_TO_CHANNEL[variant]
|
|
||||||
):
|
|
||||||
raise cv.Invalid(
|
|
||||||
f"{variant} doesn't support ADC on this pin when Wi-Fi is configured"
|
|
||||||
)
|
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
@@ -73,8 +152,6 @@ CONFIG_SCHEMA = cv.All(
|
|||||||
validate_config,
|
validate_config,
|
||||||
)
|
)
|
||||||
|
|
||||||
FINAL_VALIDATE_SCHEMA = final_validate_config
|
|
||||||
|
|
||||||
|
|
||||||
async def to_code(config):
|
async def to_code(config):
|
||||||
var = cg.new_Pvariable(config[CONF_ID])
|
var = cg.new_Pvariable(config[CONF_ID])
|
||||||
@@ -83,32 +160,21 @@ async def to_code(config):
|
|||||||
|
|
||||||
if config[CONF_PIN] == "VCC":
|
if config[CONF_PIN] == "VCC":
|
||||||
cg.add_define("USE_ADC_SENSOR_VCC")
|
cg.add_define("USE_ADC_SENSOR_VCC")
|
||||||
elif config[CONF_PIN] == "TEMPERATURE":
|
|
||||||
cg.add(var.set_is_temperature())
|
|
||||||
else:
|
else:
|
||||||
pin = await cg.gpio_pin_expression(config[CONF_PIN])
|
pin = await cg.gpio_pin_expression(config[CONF_PIN])
|
||||||
cg.add(var.set_pin(pin))
|
cg.add(var.set_pin(pin))
|
||||||
|
|
||||||
cg.add(var.set_output_raw(config[CONF_RAW]))
|
if CONF_RAW in config:
|
||||||
|
cg.add(var.set_output_raw(config[CONF_RAW]))
|
||||||
|
|
||||||
if attenuation := config.get(CONF_ATTENUATION):
|
if CONF_ATTENUATION in config:
|
||||||
if attenuation == "auto":
|
if config[CONF_ATTENUATION] == "auto":
|
||||||
cg.add(var.set_autorange(cg.global_ns.true))
|
cg.add(var.set_autorange(cg.global_ns.true))
|
||||||
else:
|
else:
|
||||||
cg.add(var.set_attenuation(attenuation))
|
cg.add(var.set_attenuation(config[CONF_ATTENUATION]))
|
||||||
|
|
||||||
if CORE.is_esp32:
|
if CORE.is_esp32:
|
||||||
variant = get_esp32_variant()
|
variant = get_esp32_variant()
|
||||||
pin_num = config[CONF_PIN][CONF_NUMBER]
|
pin_num = config[CONF_PIN][CONF_NUMBER]
|
||||||
if (
|
chan = ESP32_VARIANT_ADC1_PIN_TO_CHANNEL[variant][pin_num]
|
||||||
variant in ESP32_VARIANT_ADC1_PIN_TO_CHANNEL
|
cg.add(var.set_channel(chan))
|
||||||
and pin_num in ESP32_VARIANT_ADC1_PIN_TO_CHANNEL[variant]
|
|
||||||
):
|
|
||||||
chan = ESP32_VARIANT_ADC1_PIN_TO_CHANNEL[variant][pin_num]
|
|
||||||
cg.add(var.set_channel1(chan))
|
|
||||||
elif (
|
|
||||||
variant in ESP32_VARIANT_ADC2_PIN_TO_CHANNEL
|
|
||||||
and pin_num in ESP32_VARIANT_ADC2_PIN_TO_CHANNEL[variant]
|
|
||||||
):
|
|
||||||
chan = ESP32_VARIANT_ADC2_PIN_TO_CHANNEL[variant][pin_num]
|
|
||||||
cg.add(var.set_channel2(chan))
|
|
||||||
|
|||||||
@@ -16,16 +16,13 @@ ADC128S102Sensor = adc128s102_ns.class_(
|
|||||||
)
|
)
|
||||||
CONF_ADC128S102_ID = "adc128s102_id"
|
CONF_ADC128S102_ID = "adc128s102_id"
|
||||||
|
|
||||||
CONFIG_SCHEMA = (
|
CONFIG_SCHEMA = sensor.SENSOR_SCHEMA.extend(
|
||||||
sensor.sensor_schema(ADC128S102Sensor)
|
{
|
||||||
.extend(
|
cv.GenerateID(): cv.declare_id(ADC128S102Sensor),
|
||||||
{
|
cv.GenerateID(CONF_ADC128S102_ID): cv.use_id(ADC128S102),
|
||||||
cv.GenerateID(CONF_ADC128S102_ID): cv.use_id(ADC128S102),
|
cv.Required(CONF_CHANNEL): cv.int_range(min=0, max=7),
|
||||||
cv.Required(CONF_CHANNEL): cv.int_range(min=0, max=7),
|
}
|
||||||
}
|
).extend(cv.polling_component_schema("60s"))
|
||||||
)
|
|
||||||
.extend(cv.polling_component_schema("60s"))
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def to_code(config):
|
async def to_code(config):
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
#include "esphome/components/display/display_buffer.h"
|
#include "esphome/components/display/display_buffer.h"
|
||||||
#include "esphome/components/light/addressable_light.h"
|
#include "esphome/components/light/addressable_light.h"
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace addressable_light {
|
namespace addressable_light {
|
||||||
|
|
||||||
|
|||||||
@@ -48,16 +48,16 @@ async def to_code(config):
|
|||||||
await cg.register_component(var, config)
|
await cg.register_component(var, config)
|
||||||
await display.register_display(var, config)
|
await display.register_display(var, config)
|
||||||
|
|
||||||
if pixel_mapper := config.get(CONF_PIXEL_MAPPER):
|
if CONF_PIXEL_MAPPER in config:
|
||||||
pixel_mapper_template_ = await cg.process_lambda(
|
pixel_mapper_template_ = await cg.process_lambda(
|
||||||
pixel_mapper,
|
config[CONF_PIXEL_MAPPER],
|
||||||
[(int, "x"), (int, "y")],
|
[(int, "x"), (int, "y")],
|
||||||
return_type=cg.int_,
|
return_type=cg.int_,
|
||||||
)
|
)
|
||||||
cg.add(var.set_pixel_mapper(pixel_mapper_template_))
|
cg.add(var.set_pixel_mapper(pixel_mapper_template_))
|
||||||
|
|
||||||
if lambda_config := config.get(CONF_LAMBDA):
|
if CONF_LAMBDA in config:
|
||||||
lambda_ = await cg.process_lambda(
|
lambda_ = await cg.process_lambda(
|
||||||
lambda_config, [(display.DisplayRef, "it")], return_type=cg.void
|
config[CONF_LAMBDA], [(display.DisplayBufferRef, "it")], return_type=cg.void
|
||||||
)
|
)
|
||||||
cg.add(var.set_writer(lambda_))
|
cg.add(var.set_writer(lambda_))
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
CODEOWNERS = ["@angelnu"]
|
|
||||||
|
|||||||
53
esphome/components/ade7953/ade7953.cpp
Normal file
53
esphome/components/ade7953/ade7953.cpp
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
#include "ade7953.h"
|
||||||
|
#include "esphome/core/log.h"
|
||||||
|
|
||||||
|
namespace esphome {
|
||||||
|
namespace ade7953 {
|
||||||
|
|
||||||
|
static const char *const TAG = "ade7953";
|
||||||
|
|
||||||
|
void ADE7953::dump_config() {
|
||||||
|
ESP_LOGCONFIG(TAG, "ADE7953:");
|
||||||
|
LOG_PIN(" IRQ Pin: ", irq_pin_);
|
||||||
|
LOG_I2C_DEVICE(this);
|
||||||
|
LOG_UPDATE_INTERVAL(this);
|
||||||
|
LOG_SENSOR(" ", "Voltage Sensor", this->voltage_sensor_);
|
||||||
|
LOG_SENSOR(" ", "Current A Sensor", this->current_a_sensor_);
|
||||||
|
LOG_SENSOR(" ", "Current B Sensor", this->current_b_sensor_);
|
||||||
|
LOG_SENSOR(" ", "Active Power A Sensor", this->active_power_a_sensor_);
|
||||||
|
LOG_SENSOR(" ", "Active Power B Sensor", this->active_power_b_sensor_);
|
||||||
|
}
|
||||||
|
|
||||||
|
#define ADE_PUBLISH_(name, val, factor) \
|
||||||
|
if (err == i2c::ERROR_OK && this->name##_sensor_) { \
|
||||||
|
float value = (val) / (factor); \
|
||||||
|
this->name##_sensor_->publish_state(value); \
|
||||||
|
}
|
||||||
|
#define ADE_PUBLISH(name, val, factor) ADE_PUBLISH_(name, val, factor)
|
||||||
|
|
||||||
|
void ADE7953::update() {
|
||||||
|
if (!this->is_setup_)
|
||||||
|
return;
|
||||||
|
|
||||||
|
uint32_t val;
|
||||||
|
i2c::ErrorCode err = ade_read_32_(0x0312, &val);
|
||||||
|
ADE_PUBLISH(active_power_a, (int32_t) val, 154.0f);
|
||||||
|
err = ade_read_32_(0x0313, &val);
|
||||||
|
ADE_PUBLISH(active_power_b, (int32_t) val, 154.0f);
|
||||||
|
err = ade_read_32_(0x031A, &val);
|
||||||
|
ADE_PUBLISH(current_a, (uint32_t) val, 100000.0f);
|
||||||
|
err = ade_read_32_(0x031B, &val);
|
||||||
|
ADE_PUBLISH(current_b, (uint32_t) val, 100000.0f);
|
||||||
|
err = ade_read_32_(0x031C, &val);
|
||||||
|
ADE_PUBLISH(voltage, (uint32_t) val, 26000.0f);
|
||||||
|
|
||||||
|
// auto apparent_power_a = this->ade_read_<int32_t>(0x0310);
|
||||||
|
// auto apparent_power_b = this->ade_read_<int32_t>(0x0311);
|
||||||
|
// auto reactive_power_a = this->ade_read_<int32_t>(0x0314);
|
||||||
|
// auto reactive_power_b = this->ade_read_<int32_t>(0x0315);
|
||||||
|
// auto power_factor_a = this->ade_read_<int16_t>(0x010A);
|
||||||
|
// auto power_factor_b = this->ade_read_<int16_t>(0x010B);
|
||||||
|
}
|
||||||
|
|
||||||
|
} // namespace ade7953
|
||||||
|
} // namespace esphome
|
||||||
95
esphome/components/ade7953/ade7953.h
Normal file
95
esphome/components/ade7953/ade7953.h
Normal file
@@ -0,0 +1,95 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "esphome/core/component.h"
|
||||||
|
#include "esphome/core/hal.h"
|
||||||
|
#include "esphome/components/i2c/i2c.h"
|
||||||
|
#include "esphome/components/sensor/sensor.h"
|
||||||
|
|
||||||
|
namespace esphome {
|
||||||
|
namespace ade7953 {
|
||||||
|
|
||||||
|
class ADE7953 : public i2c::I2CDevice, public PollingComponent {
|
||||||
|
public:
|
||||||
|
void set_irq_pin(InternalGPIOPin *irq_pin) { irq_pin_ = irq_pin; }
|
||||||
|
void set_voltage_sensor(sensor::Sensor *voltage_sensor) { voltage_sensor_ = voltage_sensor; }
|
||||||
|
void set_current_a_sensor(sensor::Sensor *current_a_sensor) { current_a_sensor_ = current_a_sensor; }
|
||||||
|
void set_current_b_sensor(sensor::Sensor *current_b_sensor) { current_b_sensor_ = current_b_sensor; }
|
||||||
|
void set_active_power_a_sensor(sensor::Sensor *active_power_a_sensor) {
|
||||||
|
active_power_a_sensor_ = active_power_a_sensor;
|
||||||
|
}
|
||||||
|
void set_active_power_b_sensor(sensor::Sensor *active_power_b_sensor) {
|
||||||
|
active_power_b_sensor_ = active_power_b_sensor;
|
||||||
|
}
|
||||||
|
|
||||||
|
void setup() override {
|
||||||
|
if (this->irq_pin_ != nullptr) {
|
||||||
|
this->irq_pin_->setup();
|
||||||
|
}
|
||||||
|
this->set_timeout(100, [this]() {
|
||||||
|
this->ade_write_8_(0x0010, 0x04);
|
||||||
|
this->ade_write_8_(0x00FE, 0xAD);
|
||||||
|
this->ade_write_16_(0x0120, 0x0030);
|
||||||
|
this->is_setup_ = true;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
void dump_config() override;
|
||||||
|
|
||||||
|
void update() override;
|
||||||
|
|
||||||
|
protected:
|
||||||
|
i2c::ErrorCode ade_write_8_(uint16_t reg, uint8_t value) {
|
||||||
|
std::vector<uint8_t> data;
|
||||||
|
data.push_back(reg >> 8);
|
||||||
|
data.push_back(reg >> 0);
|
||||||
|
data.push_back(value);
|
||||||
|
return write(data.data(), data.size());
|
||||||
|
}
|
||||||
|
i2c::ErrorCode ade_write_16_(uint16_t reg, uint16_t value) {
|
||||||
|
std::vector<uint8_t> data;
|
||||||
|
data.push_back(reg >> 8);
|
||||||
|
data.push_back(reg >> 0);
|
||||||
|
data.push_back(value >> 8);
|
||||||
|
data.push_back(value >> 0);
|
||||||
|
return write(data.data(), data.size());
|
||||||
|
}
|
||||||
|
i2c::ErrorCode ade_write_32_(uint16_t reg, uint32_t value) {
|
||||||
|
std::vector<uint8_t> data;
|
||||||
|
data.push_back(reg >> 8);
|
||||||
|
data.push_back(reg >> 0);
|
||||||
|
data.push_back(value >> 24);
|
||||||
|
data.push_back(value >> 16);
|
||||||
|
data.push_back(value >> 8);
|
||||||
|
data.push_back(value >> 0);
|
||||||
|
return write(data.data(), data.size());
|
||||||
|
}
|
||||||
|
i2c::ErrorCode ade_read_32_(uint16_t reg, uint32_t *value) {
|
||||||
|
uint8_t reg_data[2];
|
||||||
|
reg_data[0] = reg >> 8;
|
||||||
|
reg_data[1] = reg >> 0;
|
||||||
|
i2c::ErrorCode err = write(reg_data, 2);
|
||||||
|
if (err != i2c::ERROR_OK)
|
||||||
|
return err;
|
||||||
|
uint8_t recv[4];
|
||||||
|
err = read(recv, 4);
|
||||||
|
if (err != i2c::ERROR_OK)
|
||||||
|
return err;
|
||||||
|
*value = 0;
|
||||||
|
*value |= ((uint32_t) recv[0]) << 24;
|
||||||
|
*value |= ((uint32_t) recv[1]) << 16;
|
||||||
|
*value |= ((uint32_t) recv[2]) << 8;
|
||||||
|
*value |= ((uint32_t) recv[3]);
|
||||||
|
return i2c::ERROR_OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
InternalGPIOPin *irq_pin_{nullptr};
|
||||||
|
bool is_setup_{false};
|
||||||
|
sensor::Sensor *voltage_sensor_{nullptr};
|
||||||
|
sensor::Sensor *current_a_sensor_{nullptr};
|
||||||
|
sensor::Sensor *current_b_sensor_{nullptr};
|
||||||
|
sensor::Sensor *active_power_a_sensor_{nullptr};
|
||||||
|
sensor::Sensor *active_power_b_sensor_{nullptr};
|
||||||
|
};
|
||||||
|
|
||||||
|
} // namespace ade7953
|
||||||
|
} // namespace esphome
|
||||||
@@ -1,5 +1,90 @@
|
|||||||
|
import esphome.codegen as cg
|
||||||
import esphome.config_validation as cv
|
import esphome.config_validation as cv
|
||||||
|
from esphome.components import sensor, i2c
|
||||||
CONFIG_SCHEMA = CONFIG_SCHEMA = cv.invalid(
|
from esphome import pins
|
||||||
"The ade7953 sensor component has been renamed to ade7953_i2c."
|
from esphome.const import (
|
||||||
|
CONF_ID,
|
||||||
|
CONF_VOLTAGE,
|
||||||
|
DEVICE_CLASS_CURRENT,
|
||||||
|
DEVICE_CLASS_POWER,
|
||||||
|
DEVICE_CLASS_VOLTAGE,
|
||||||
|
STATE_CLASS_MEASUREMENT,
|
||||||
|
UNIT_VOLT,
|
||||||
|
UNIT_AMPERE,
|
||||||
|
UNIT_WATT,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
DEPENDENCIES = ["i2c"]
|
||||||
|
|
||||||
|
ade7953_ns = cg.esphome_ns.namespace("ade7953")
|
||||||
|
ADE7953 = ade7953_ns.class_("ADE7953", cg.PollingComponent, i2c.I2CDevice)
|
||||||
|
|
||||||
|
CONF_IRQ_PIN = "irq_pin"
|
||||||
|
CONF_CURRENT_A = "current_a"
|
||||||
|
CONF_CURRENT_B = "current_b"
|
||||||
|
CONF_ACTIVE_POWER_A = "active_power_a"
|
||||||
|
CONF_ACTIVE_POWER_B = "active_power_b"
|
||||||
|
|
||||||
|
CONFIG_SCHEMA = (
|
||||||
|
cv.Schema(
|
||||||
|
{
|
||||||
|
cv.GenerateID(): cv.declare_id(ADE7953),
|
||||||
|
cv.Optional(CONF_IRQ_PIN): pins.internal_gpio_input_pin_schema,
|
||||||
|
cv.Optional(CONF_VOLTAGE): sensor.sensor_schema(
|
||||||
|
unit_of_measurement=UNIT_VOLT,
|
||||||
|
accuracy_decimals=1,
|
||||||
|
device_class=DEVICE_CLASS_VOLTAGE,
|
||||||
|
state_class=STATE_CLASS_MEASUREMENT,
|
||||||
|
),
|
||||||
|
cv.Optional(CONF_CURRENT_A): sensor.sensor_schema(
|
||||||
|
unit_of_measurement=UNIT_AMPERE,
|
||||||
|
accuracy_decimals=2,
|
||||||
|
device_class=DEVICE_CLASS_CURRENT,
|
||||||
|
state_class=STATE_CLASS_MEASUREMENT,
|
||||||
|
),
|
||||||
|
cv.Optional(CONF_CURRENT_B): sensor.sensor_schema(
|
||||||
|
unit_of_measurement=UNIT_AMPERE,
|
||||||
|
accuracy_decimals=2,
|
||||||
|
device_class=DEVICE_CLASS_CURRENT,
|
||||||
|
state_class=STATE_CLASS_MEASUREMENT,
|
||||||
|
),
|
||||||
|
cv.Optional(CONF_ACTIVE_POWER_A): sensor.sensor_schema(
|
||||||
|
unit_of_measurement=UNIT_WATT,
|
||||||
|
accuracy_decimals=1,
|
||||||
|
device_class=DEVICE_CLASS_POWER,
|
||||||
|
state_class=STATE_CLASS_MEASUREMENT,
|
||||||
|
),
|
||||||
|
cv.Optional(CONF_ACTIVE_POWER_B): sensor.sensor_schema(
|
||||||
|
unit_of_measurement=UNIT_WATT,
|
||||||
|
accuracy_decimals=1,
|
||||||
|
device_class=DEVICE_CLASS_POWER,
|
||||||
|
state_class=STATE_CLASS_MEASUREMENT,
|
||||||
|
),
|
||||||
|
}
|
||||||
|
)
|
||||||
|
.extend(cv.polling_component_schema("60s"))
|
||||||
|
.extend(i2c.i2c_device_schema(0x38))
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
async def to_code(config):
|
||||||
|
var = cg.new_Pvariable(config[CONF_ID])
|
||||||
|
await cg.register_component(var, config)
|
||||||
|
await i2c.register_i2c_device(var, config)
|
||||||
|
|
||||||
|
if CONF_IRQ_PIN in config:
|
||||||
|
irq_pin = await cg.gpio_pin_expression(config[CONF_IRQ_PIN])
|
||||||
|
cg.add(var.set_irq_pin(irq_pin))
|
||||||
|
|
||||||
|
for key in [
|
||||||
|
CONF_VOLTAGE,
|
||||||
|
CONF_CURRENT_A,
|
||||||
|
CONF_CURRENT_B,
|
||||||
|
CONF_ACTIVE_POWER_A,
|
||||||
|
CONF_ACTIVE_POWER_B,
|
||||||
|
]:
|
||||||
|
if key not in config:
|
||||||
|
continue
|
||||||
|
conf = config[key]
|
||||||
|
sens = await sensor.new_sensor(conf)
|
||||||
|
cg.add(getattr(var, f"set_{key}_sensor")(sens))
|
||||||
|
|||||||
@@ -1,196 +0,0 @@
|
|||||||
import esphome.codegen as cg
|
|
||||||
import esphome.config_validation as cv
|
|
||||||
from esphome.components import sensor
|
|
||||||
from esphome import pins
|
|
||||||
from esphome.const import (
|
|
||||||
CONF_IRQ_PIN,
|
|
||||||
CONF_VOLTAGE,
|
|
||||||
CONF_FREQUENCY,
|
|
||||||
DEVICE_CLASS_CURRENT,
|
|
||||||
DEVICE_CLASS_APPARENT_POWER,
|
|
||||||
DEVICE_CLASS_POWER,
|
|
||||||
DEVICE_CLASS_REACTIVE_POWER,
|
|
||||||
DEVICE_CLASS_POWER_FACTOR,
|
|
||||||
DEVICE_CLASS_VOLTAGE,
|
|
||||||
DEVICE_CLASS_FREQUENCY,
|
|
||||||
STATE_CLASS_MEASUREMENT,
|
|
||||||
UNIT_VOLT,
|
|
||||||
UNIT_HERTZ,
|
|
||||||
UNIT_AMPERE,
|
|
||||||
UNIT_VOLT_AMPS,
|
|
||||||
UNIT_WATT,
|
|
||||||
UNIT_VOLT_AMPS_REACTIVE,
|
|
||||||
UNIT_PERCENT,
|
|
||||||
)
|
|
||||||
|
|
||||||
CONF_CURRENT_A = "current_a"
|
|
||||||
CONF_CURRENT_B = "current_b"
|
|
||||||
CONF_ACTIVE_POWER_A = "active_power_a"
|
|
||||||
CONF_ACTIVE_POWER_B = "active_power_b"
|
|
||||||
CONF_APPARENT_POWER_A = "apparent_power_a"
|
|
||||||
CONF_APPARENT_POWER_B = "apparent_power_b"
|
|
||||||
CONF_REACTIVE_POWER_A = "reactive_power_a"
|
|
||||||
CONF_REACTIVE_POWER_B = "reactive_power_b"
|
|
||||||
CONF_POWER_FACTOR_A = "power_factor_a"
|
|
||||||
CONF_POWER_FACTOR_B = "power_factor_b"
|
|
||||||
CONF_VOLTAGE_PGA_GAIN = "voltage_pga_gain"
|
|
||||||
CONF_CURRENT_PGA_GAIN_A = "current_pga_gain_a"
|
|
||||||
CONF_CURRENT_PGA_GAIN_B = "current_pga_gain_b"
|
|
||||||
CONF_VOLTAGE_GAIN = "voltage_gain"
|
|
||||||
CONF_CURRENT_GAIN_A = "current_gain_a"
|
|
||||||
CONF_CURRENT_GAIN_B = "current_gain_b"
|
|
||||||
CONF_ACTIVE_POWER_GAIN_A = "active_power_gain_a"
|
|
||||||
CONF_ACTIVE_POWER_GAIN_B = "active_power_gain_b"
|
|
||||||
PGA_GAINS = {
|
|
||||||
"1x": 0b000,
|
|
||||||
"2x": 0b001,
|
|
||||||
"4x": 0b010,
|
|
||||||
"8x": 0b011,
|
|
||||||
"16x": 0b100,
|
|
||||||
"22x": 0b101,
|
|
||||||
}
|
|
||||||
|
|
||||||
ade7953_base_ns = cg.esphome_ns.namespace("ade7953_base")
|
|
||||||
ADE7953 = ade7953_base_ns.class_("ADE7953", cg.PollingComponent)
|
|
||||||
|
|
||||||
ADE7953_CONFIG_SCHEMA = cv.Schema(
|
|
||||||
{
|
|
||||||
cv.Optional(CONF_IRQ_PIN): pins.internal_gpio_input_pin_schema,
|
|
||||||
cv.Optional(CONF_VOLTAGE): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_VOLT,
|
|
||||||
accuracy_decimals=1,
|
|
||||||
device_class=DEVICE_CLASS_VOLTAGE,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_FREQUENCY): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_HERTZ,
|
|
||||||
accuracy_decimals=2,
|
|
||||||
device_class=DEVICE_CLASS_FREQUENCY,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_CURRENT_A): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_AMPERE,
|
|
||||||
accuracy_decimals=2,
|
|
||||||
device_class=DEVICE_CLASS_CURRENT,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_CURRENT_B): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_AMPERE,
|
|
||||||
accuracy_decimals=2,
|
|
||||||
device_class=DEVICE_CLASS_CURRENT,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_ACTIVE_POWER_A): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_WATT,
|
|
||||||
accuracy_decimals=1,
|
|
||||||
device_class=DEVICE_CLASS_POWER,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_ACTIVE_POWER_B): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_WATT,
|
|
||||||
accuracy_decimals=1,
|
|
||||||
device_class=DEVICE_CLASS_POWER,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_APPARENT_POWER_A): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_VOLT_AMPS,
|
|
||||||
accuracy_decimals=1,
|
|
||||||
device_class=DEVICE_CLASS_APPARENT_POWER,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_APPARENT_POWER_B): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_VOLT_AMPS,
|
|
||||||
accuracy_decimals=1,
|
|
||||||
device_class=DEVICE_CLASS_APPARENT_POWER,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_REACTIVE_POWER_A): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_VOLT_AMPS_REACTIVE,
|
|
||||||
accuracy_decimals=1,
|
|
||||||
device_class=DEVICE_CLASS_REACTIVE_POWER,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_REACTIVE_POWER_B): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_VOLT_AMPS_REACTIVE,
|
|
||||||
accuracy_decimals=1,
|
|
||||||
device_class=DEVICE_CLASS_REACTIVE_POWER,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_POWER_FACTOR_A): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_PERCENT,
|
|
||||||
accuracy_decimals=2,
|
|
||||||
device_class=DEVICE_CLASS_POWER_FACTOR,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_POWER_FACTOR_B): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_PERCENT,
|
|
||||||
accuracy_decimals=2,
|
|
||||||
device_class=DEVICE_CLASS_POWER_FACTOR,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(
|
|
||||||
CONF_VOLTAGE_PGA_GAIN,
|
|
||||||
default="1x",
|
|
||||||
): cv.one_of(*PGA_GAINS, lower=True),
|
|
||||||
cv.Optional(
|
|
||||||
CONF_CURRENT_PGA_GAIN_A,
|
|
||||||
default="1x",
|
|
||||||
): cv.one_of(*PGA_GAINS, lower=True),
|
|
||||||
cv.Optional(
|
|
||||||
CONF_CURRENT_PGA_GAIN_B,
|
|
||||||
default="1x",
|
|
||||||
): cv.one_of(*PGA_GAINS, lower=True),
|
|
||||||
cv.Optional(CONF_VOLTAGE_GAIN, default=0x400000): cv.hex_int_range(
|
|
||||||
min=0x100000, max=0x800000
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_CURRENT_GAIN_A, default=0x400000): cv.hex_int_range(
|
|
||||||
min=0x100000, max=0x800000
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_CURRENT_GAIN_B, default=0x400000): cv.hex_int_range(
|
|
||||||
min=0x100000, max=0x800000
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_ACTIVE_POWER_GAIN_A, default=0x400000): cv.hex_int_range(
|
|
||||||
min=0x100000, max=0x800000
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_ACTIVE_POWER_GAIN_B, default=0x400000): cv.hex_int_range(
|
|
||||||
min=0x100000, max=0x800000
|
|
||||||
),
|
|
||||||
}
|
|
||||||
).extend(cv.polling_component_schema("60s"))
|
|
||||||
|
|
||||||
|
|
||||||
async def register_ade7953(var, config):
|
|
||||||
await cg.register_component(var, config)
|
|
||||||
|
|
||||||
if irq_pin_config := config.get(CONF_IRQ_PIN):
|
|
||||||
irq_pin = await cg.gpio_pin_expression(irq_pin_config)
|
|
||||||
cg.add(var.set_irq_pin(irq_pin))
|
|
||||||
|
|
||||||
cg.add(var.set_pga_v(PGA_GAINS[config.get(CONF_VOLTAGE_PGA_GAIN)]))
|
|
||||||
cg.add(var.set_pga_ia(PGA_GAINS[config.get(CONF_CURRENT_PGA_GAIN_A)]))
|
|
||||||
cg.add(var.set_pga_ib(PGA_GAINS[config.get(CONF_CURRENT_PGA_GAIN_B)]))
|
|
||||||
cg.add(var.set_vgain(config.get(CONF_VOLTAGE_GAIN)))
|
|
||||||
cg.add(var.set_aigain(config.get(CONF_CURRENT_GAIN_A)))
|
|
||||||
cg.add(var.set_bigain(config.get(CONF_CURRENT_GAIN_B)))
|
|
||||||
cg.add(var.set_awgain(config.get(CONF_ACTIVE_POWER_GAIN_A)))
|
|
||||||
cg.add(var.set_bwgain(config.get(CONF_ACTIVE_POWER_GAIN_B)))
|
|
||||||
|
|
||||||
for key in [
|
|
||||||
CONF_VOLTAGE,
|
|
||||||
CONF_FREQUENCY,
|
|
||||||
CONF_CURRENT_A,
|
|
||||||
CONF_CURRENT_B,
|
|
||||||
CONF_POWER_FACTOR_A,
|
|
||||||
CONF_POWER_FACTOR_B,
|
|
||||||
CONF_APPARENT_POWER_A,
|
|
||||||
CONF_APPARENT_POWER_B,
|
|
||||||
CONF_ACTIVE_POWER_A,
|
|
||||||
CONF_ACTIVE_POWER_B,
|
|
||||||
CONF_REACTIVE_POWER_A,
|
|
||||||
CONF_REACTIVE_POWER_B,
|
|
||||||
]:
|
|
||||||
if key not in config:
|
|
||||||
continue
|
|
||||||
conf = config[key]
|
|
||||||
sens = await sensor.new_sensor(conf)
|
|
||||||
cg.add(getattr(var, f"set_{key}_sensor")(sens))
|
|
||||||
@@ -1,129 +0,0 @@
|
|||||||
#include "ade7953_base.h"
|
|
||||||
#include "esphome/core/log.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace ade7953_base {
|
|
||||||
|
|
||||||
static const char *const TAG = "ade7953";
|
|
||||||
|
|
||||||
void ADE7953::setup() {
|
|
||||||
if (this->irq_pin_ != nullptr) {
|
|
||||||
this->irq_pin_->setup();
|
|
||||||
}
|
|
||||||
|
|
||||||
// The chip might take up to 100ms to initialise
|
|
||||||
this->set_timeout(100, [this]() {
|
|
||||||
// this->ade_write_8(0x0010, 0x04);
|
|
||||||
this->ade_write_8(0x00FE, 0xAD);
|
|
||||||
this->ade_write_16(0x0120, 0x0030);
|
|
||||||
// Set gains
|
|
||||||
this->ade_write_8(PGA_V_8, pga_v_);
|
|
||||||
this->ade_write_8(PGA_IA_8, pga_ia_);
|
|
||||||
this->ade_write_8(PGA_IB_8, pga_ib_);
|
|
||||||
this->ade_write_32(AVGAIN_32, vgain_);
|
|
||||||
this->ade_write_32(AIGAIN_32, aigain_);
|
|
||||||
this->ade_write_32(BIGAIN_32, bigain_);
|
|
||||||
this->ade_write_32(AWGAIN_32, awgain_);
|
|
||||||
this->ade_write_32(BWGAIN_32, bwgain_);
|
|
||||||
// Read back gains for debugging
|
|
||||||
this->ade_read_8(PGA_V_8, &pga_v_);
|
|
||||||
this->ade_read_8(PGA_IA_8, &pga_ia_);
|
|
||||||
this->ade_read_8(PGA_IB_8, &pga_ib_);
|
|
||||||
this->ade_read_32(AVGAIN_32, &vgain_);
|
|
||||||
this->ade_read_32(AIGAIN_32, &aigain_);
|
|
||||||
this->ade_read_32(BIGAIN_32, &bigain_);
|
|
||||||
this->ade_read_32(AWGAIN_32, &awgain_);
|
|
||||||
this->ade_read_32(BWGAIN_32, &bwgain_);
|
|
||||||
this->is_setup_ = true;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
void ADE7953::dump_config() {
|
|
||||||
LOG_PIN(" IRQ Pin: ", irq_pin_);
|
|
||||||
LOG_UPDATE_INTERVAL(this);
|
|
||||||
LOG_SENSOR(" ", "Voltage Sensor", this->voltage_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Current A Sensor", this->current_a_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Current B Sensor", this->current_b_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Power Factor A Sensor", this->power_factor_a_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Power Factor B Sensor", this->power_factor_b_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Apparent Power A Sensor", this->apparent_power_a_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Apparent Power B Sensor", this->apparent_power_b_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Active Power A Sensor", this->active_power_a_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Active Power B Sensor", this->active_power_b_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Rective Power A Sensor", this->reactive_power_a_sensor_);
|
|
||||||
LOG_SENSOR(" ", "Reactive Power B Sensor", this->reactive_power_b_sensor_);
|
|
||||||
ESP_LOGCONFIG(TAG, " PGA_V_8: 0x%X", pga_v_);
|
|
||||||
ESP_LOGCONFIG(TAG, " PGA_IA_8: 0x%X", pga_ia_);
|
|
||||||
ESP_LOGCONFIG(TAG, " PGA_IB_8: 0x%X", pga_ib_);
|
|
||||||
ESP_LOGCONFIG(TAG, " VGAIN_32: 0x%08jX", (uintmax_t) vgain_);
|
|
||||||
ESP_LOGCONFIG(TAG, " AIGAIN_32: 0x%08jX", (uintmax_t) aigain_);
|
|
||||||
ESP_LOGCONFIG(TAG, " BIGAIN_32: 0x%08jX", (uintmax_t) bigain_);
|
|
||||||
ESP_LOGCONFIG(TAG, " AWGAIN_32: 0x%08jX", (uintmax_t) awgain_);
|
|
||||||
ESP_LOGCONFIG(TAG, " BWGAIN_32: 0x%08jX", (uintmax_t) bwgain_);
|
|
||||||
}
|
|
||||||
|
|
||||||
#define ADE_PUBLISH_(name, val, factor) \
|
|
||||||
if (err == 0 && this->name##_sensor_) { \
|
|
||||||
float value = (val) / (factor); \
|
|
||||||
this->name##_sensor_->publish_state(value); \
|
|
||||||
}
|
|
||||||
#define ADE_PUBLISH(name, val, factor) ADE_PUBLISH_(name, val, factor)
|
|
||||||
|
|
||||||
void ADE7953::update() {
|
|
||||||
if (!this->is_setup_)
|
|
||||||
return;
|
|
||||||
|
|
||||||
bool err;
|
|
||||||
|
|
||||||
uint32_t interrupts_a = 0;
|
|
||||||
uint32_t interrupts_b = 0;
|
|
||||||
if (this->irq_pin_ != nullptr) {
|
|
||||||
// Read and reset interrupts
|
|
||||||
this->ade_read_32(0x032E, &interrupts_a);
|
|
||||||
this->ade_read_32(0x0331, &interrupts_b);
|
|
||||||
}
|
|
||||||
|
|
||||||
uint32_t val;
|
|
||||||
uint16_t val_16;
|
|
||||||
|
|
||||||
// Power factor
|
|
||||||
err = this->ade_read_16(0x010A, &val_16);
|
|
||||||
ADE_PUBLISH(power_factor_a, (int16_t) val_16, (0x7FFF / 100.0f));
|
|
||||||
err = this->ade_read_16(0x010B, &val_16);
|
|
||||||
ADE_PUBLISH(power_factor_b, (int16_t) val_16, (0x7FFF / 100.0f));
|
|
||||||
|
|
||||||
// Apparent power
|
|
||||||
err = this->ade_read_32(0x0310, &val);
|
|
||||||
ADE_PUBLISH(apparent_power_a, (int32_t) val, 154.0f);
|
|
||||||
err = this->ade_read_32(0x0311, &val);
|
|
||||||
ADE_PUBLISH(apparent_power_b, (int32_t) val, 154.0f);
|
|
||||||
|
|
||||||
// Active power
|
|
||||||
err = this->ade_read_32(0x0312, &val);
|
|
||||||
ADE_PUBLISH(active_power_a, (int32_t) val, 154.0f);
|
|
||||||
err = this->ade_read_32(0x0313, &val);
|
|
||||||
ADE_PUBLISH(active_power_b, (int32_t) val, 154.0f);
|
|
||||||
|
|
||||||
// Reactive power
|
|
||||||
err = this->ade_read_32(0x0314, &val);
|
|
||||||
ADE_PUBLISH(reactive_power_a, (int32_t) val, 154.0f);
|
|
||||||
err = this->ade_read_32(0x0315, &val);
|
|
||||||
ADE_PUBLISH(reactive_power_b, (int32_t) val, 154.0f);
|
|
||||||
|
|
||||||
// Current
|
|
||||||
err = this->ade_read_32(0x031A, &val);
|
|
||||||
ADE_PUBLISH(current_a, (uint32_t) val, 100000.0f);
|
|
||||||
err = this->ade_read_32(0x031B, &val);
|
|
||||||
ADE_PUBLISH(current_b, (uint32_t) val, 100000.0f);
|
|
||||||
|
|
||||||
// Voltage
|
|
||||||
err = this->ade_read_32(0x031C, &val);
|
|
||||||
ADE_PUBLISH(voltage, (uint32_t) val, 26000.0f);
|
|
||||||
|
|
||||||
// Frequency
|
|
||||||
err = this->ade_read_16(0x010E, &val_16);
|
|
||||||
ADE_PUBLISH(frequency, 223750.0f, 1 + val_16);
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace ade7953_base
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1,121 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include "esphome/core/component.h"
|
|
||||||
#include "esphome/core/hal.h"
|
|
||||||
#include "esphome/components/sensor/sensor.h"
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace ade7953_base {
|
|
||||||
|
|
||||||
static const uint8_t PGA_V_8 =
|
|
||||||
0x007; // PGA_V, (R/W) Default: 0x00, Unsigned, Voltage channel gain configuration (Bits[2:0])
|
|
||||||
static const uint8_t PGA_IA_8 =
|
|
||||||
0x008; // PGA_IA, (R/W) Default: 0x00, Unsigned, Current Channel A gain configuration (Bits[2:0])
|
|
||||||
static const uint8_t PGA_IB_8 =
|
|
||||||
0x009; // PGA_IB, (R/W) Default: 0x00, Unsigned, Current Channel B gain configuration (Bits[2:0])
|
|
||||||
|
|
||||||
static const uint32_t AIGAIN_32 =
|
|
||||||
0x380; // AIGAIN, (R/W) Default: 0x400000, Unsigned,Current channel gain (Current Channel A)(32 bit)
|
|
||||||
static const uint32_t AVGAIN_32 = 0x381; // AVGAIN, (R/W) Default: 0x400000, Unsigned,Voltage channel gain(32 bit)
|
|
||||||
static const uint32_t AWGAIN_32 =
|
|
||||||
0x382; // AWGAIN, (R/W) Default: 0x400000, Unsigned,Active power gain (Current Channel A)(32 bit)
|
|
||||||
static const uint32_t AVARGAIN_32 =
|
|
||||||
0x383; // AVARGAIN, (R/W) Default: 0x400000, Unsigned, Reactive power gain (Current Channel A)(32 bit)
|
|
||||||
static const uint32_t AVAGAIN_32 =
|
|
||||||
0x384; // AVAGAIN, (R/W) Default: 0x400000, Unsigned,Apparent power gain (Current Channel A)(32 bit)
|
|
||||||
|
|
||||||
static const uint32_t BIGAIN_32 =
|
|
||||||
0x38C; // BIGAIN, (R/W) Default: 0x400000, Unsigned,Current channel gain (Current Channel B)(32 bit)
|
|
||||||
static const uint32_t BVGAIN_32 = 0x38D; // BVGAIN, (R/W) Default: 0x400000, Unsigned,Voltage channel gain(32 bit)
|
|
||||||
static const uint32_t BWGAIN_32 =
|
|
||||||
0x38E; // BWGAIN, (R/W) Default: 0x400000, Unsigned,Active power gain (Current Channel B)(32 bit)
|
|
||||||
static const uint32_t BVARGAIN_32 =
|
|
||||||
0x38F; // BVARGAIN, (R/W) Default: 0x400000, Unsigned, Reactive power gain (Current Channel B)(32 bit)
|
|
||||||
static const uint32_t BVAGAIN_32 =
|
|
||||||
0x390; // BVAGAIN, (R/W) Default: 0x400000, Unsigned,Apparent power gain (Current Channel B)(32 bit)
|
|
||||||
|
|
||||||
class ADE7953 : public PollingComponent, public sensor::Sensor {
|
|
||||||
public:
|
|
||||||
void set_irq_pin(InternalGPIOPin *irq_pin) { irq_pin_ = irq_pin; }
|
|
||||||
|
|
||||||
// Set PGA input gains: 0 1x, 1 2x, 0b10 4x
|
|
||||||
void set_pga_v(uint8_t pga_v) { pga_v_ = pga_v; }
|
|
||||||
void set_pga_ia(uint8_t pga_ia) { pga_ia_ = pga_ia; }
|
|
||||||
void set_pga_ib(uint8_t pga_ib) { pga_ib_ = pga_ib; }
|
|
||||||
|
|
||||||
// Set input gains
|
|
||||||
void set_vgain(uint32_t vgain) { vgain_ = vgain; }
|
|
||||||
void set_aigain(uint32_t aigain) { aigain_ = aigain; }
|
|
||||||
void set_bigain(uint32_t bigain) { bigain_ = bigain; }
|
|
||||||
void set_awgain(uint32_t awgain) { awgain_ = awgain; }
|
|
||||||
void set_bwgain(uint32_t bwgain) { bwgain_ = bwgain; }
|
|
||||||
|
|
||||||
void set_voltage_sensor(sensor::Sensor *voltage_sensor) { voltage_sensor_ = voltage_sensor; }
|
|
||||||
void set_frequency_sensor(sensor::Sensor *frequency_sensor) { frequency_sensor_ = frequency_sensor; }
|
|
||||||
|
|
||||||
void set_power_factor_a_sensor(sensor::Sensor *power_factor_a) { power_factor_a_sensor_ = power_factor_a; }
|
|
||||||
void set_power_factor_b_sensor(sensor::Sensor *power_factor_b) { power_factor_b_sensor_ = power_factor_b; }
|
|
||||||
|
|
||||||
void set_current_a_sensor(sensor::Sensor *current_a_sensor) { current_a_sensor_ = current_a_sensor; }
|
|
||||||
void set_current_b_sensor(sensor::Sensor *current_b_sensor) { current_b_sensor_ = current_b_sensor; }
|
|
||||||
|
|
||||||
void set_apparent_power_a_sensor(sensor::Sensor *apparent_power_a) { apparent_power_a_sensor_ = apparent_power_a; }
|
|
||||||
void set_apparent_power_b_sensor(sensor::Sensor *apparent_power_b) { apparent_power_b_sensor_ = apparent_power_b; }
|
|
||||||
|
|
||||||
void set_active_power_a_sensor(sensor::Sensor *active_power_a_sensor) {
|
|
||||||
active_power_a_sensor_ = active_power_a_sensor;
|
|
||||||
}
|
|
||||||
void set_active_power_b_sensor(sensor::Sensor *active_power_b_sensor) {
|
|
||||||
active_power_b_sensor_ = active_power_b_sensor;
|
|
||||||
}
|
|
||||||
|
|
||||||
void set_reactive_power_a_sensor(sensor::Sensor *reactive_power_a) { reactive_power_a_sensor_ = reactive_power_a; }
|
|
||||||
void set_reactive_power_b_sensor(sensor::Sensor *reactive_power_b) { reactive_power_b_sensor_ = reactive_power_b; }
|
|
||||||
|
|
||||||
void setup() override;
|
|
||||||
|
|
||||||
void dump_config() override;
|
|
||||||
|
|
||||||
void update() override;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
InternalGPIOPin *irq_pin_{nullptr};
|
|
||||||
bool is_setup_{false};
|
|
||||||
sensor::Sensor *voltage_sensor_{nullptr};
|
|
||||||
sensor::Sensor *frequency_sensor_{nullptr};
|
|
||||||
sensor::Sensor *current_a_sensor_{nullptr};
|
|
||||||
sensor::Sensor *current_b_sensor_{nullptr};
|
|
||||||
sensor::Sensor *apparent_power_a_sensor_{nullptr};
|
|
||||||
sensor::Sensor *apparent_power_b_sensor_{nullptr};
|
|
||||||
sensor::Sensor *active_power_a_sensor_{nullptr};
|
|
||||||
sensor::Sensor *active_power_b_sensor_{nullptr};
|
|
||||||
sensor::Sensor *reactive_power_a_sensor_{nullptr};
|
|
||||||
sensor::Sensor *reactive_power_b_sensor_{nullptr};
|
|
||||||
sensor::Sensor *power_factor_a_sensor_{nullptr};
|
|
||||||
sensor::Sensor *power_factor_b_sensor_{nullptr};
|
|
||||||
uint8_t pga_v_;
|
|
||||||
uint8_t pga_ia_;
|
|
||||||
uint8_t pga_ib_;
|
|
||||||
uint32_t vgain_;
|
|
||||||
uint32_t aigain_;
|
|
||||||
uint32_t bigain_;
|
|
||||||
uint32_t awgain_;
|
|
||||||
uint32_t bwgain_;
|
|
||||||
|
|
||||||
virtual bool ade_write_8(uint16_t reg, uint8_t value) = 0;
|
|
||||||
|
|
||||||
virtual bool ade_write_16(uint16_t reg, uint16_t value) = 0;
|
|
||||||
|
|
||||||
virtual bool ade_write_32(uint16_t reg, uint32_t value) = 0;
|
|
||||||
|
|
||||||
virtual bool ade_read_8(uint16_t reg, uint8_t *value) = 0;
|
|
||||||
|
|
||||||
virtual bool ade_read_16(uint16_t reg, uint16_t *value) = 0;
|
|
||||||
|
|
||||||
virtual bool ade_read_32(uint16_t reg, uint32_t *value) = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace ade7953_base
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
CODEOWNERS = ["@angelnu"]
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
#include "ade7953_i2c.h"
|
|
||||||
#include "esphome/core/log.h"
|
|
||||||
#include "esphome/core/helpers.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace ade7953_i2c {
|
|
||||||
|
|
||||||
static const char *const TAG = "ade7953";
|
|
||||||
|
|
||||||
void AdE7953I2c::dump_config() {
|
|
||||||
ESP_LOGCONFIG(TAG, "ADE7953_i2c:");
|
|
||||||
LOG_I2C_DEVICE(this);
|
|
||||||
ade7953_base::ADE7953::dump_config();
|
|
||||||
}
|
|
||||||
bool AdE7953I2c::ade_write_8(uint16_t reg, uint8_t value) {
|
|
||||||
std::vector<uint8_t> data(3);
|
|
||||||
data.push_back(reg >> 8);
|
|
||||||
data.push_back(reg >> 0);
|
|
||||||
data.push_back(value);
|
|
||||||
return this->write(data.data(), data.size()) != i2c::ERROR_OK;
|
|
||||||
}
|
|
||||||
bool AdE7953I2c::ade_write_16(uint16_t reg, uint16_t value) {
|
|
||||||
std::vector<uint8_t> data(4);
|
|
||||||
data.push_back(reg >> 8);
|
|
||||||
data.push_back(reg >> 0);
|
|
||||||
data.push_back(value >> 8);
|
|
||||||
data.push_back(value >> 0);
|
|
||||||
return this->write(data.data(), data.size()) != i2c::ERROR_OK;
|
|
||||||
}
|
|
||||||
bool AdE7953I2c::ade_write_32(uint16_t reg, uint32_t value) {
|
|
||||||
std::vector<uint8_t> data(6);
|
|
||||||
data.push_back(reg >> 8);
|
|
||||||
data.push_back(reg >> 0);
|
|
||||||
data.push_back(value >> 24);
|
|
||||||
data.push_back(value >> 16);
|
|
||||||
data.push_back(value >> 8);
|
|
||||||
data.push_back(value >> 0);
|
|
||||||
return this->write(data.data(), data.size()) != i2c::ERROR_OK;
|
|
||||||
}
|
|
||||||
bool AdE7953I2c::ade_read_8(uint16_t reg, uint8_t *value) {
|
|
||||||
uint8_t reg_data[2];
|
|
||||||
reg_data[0] = reg >> 8;
|
|
||||||
reg_data[1] = reg >> 0;
|
|
||||||
i2c::ErrorCode err = this->write(reg_data, 2);
|
|
||||||
if (err != i2c::ERROR_OK)
|
|
||||||
return true;
|
|
||||||
err = this->read(value, 1);
|
|
||||||
return (err != i2c::ERROR_OK);
|
|
||||||
}
|
|
||||||
bool AdE7953I2c::ade_read_16(uint16_t reg, uint16_t *value) {
|
|
||||||
uint8_t reg_data[2];
|
|
||||||
reg_data[0] = reg >> 8;
|
|
||||||
reg_data[1] = reg >> 0;
|
|
||||||
i2c::ErrorCode err = this->write(reg_data, 2);
|
|
||||||
if (err != i2c::ERROR_OK)
|
|
||||||
return true;
|
|
||||||
uint8_t recv[2];
|
|
||||||
err = this->read(recv, 2);
|
|
||||||
if (err != i2c::ERROR_OK)
|
|
||||||
return true;
|
|
||||||
*value = encode_uint16(recv[0], recv[1]);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
bool AdE7953I2c::ade_read_32(uint16_t reg, uint32_t *value) {
|
|
||||||
uint8_t reg_data[2];
|
|
||||||
reg_data[0] = reg >> 8;
|
|
||||||
reg_data[1] = reg >> 0;
|
|
||||||
i2c::ErrorCode err = this->write(reg_data, 2);
|
|
||||||
if (err != i2c::ERROR_OK)
|
|
||||||
return true;
|
|
||||||
uint8_t recv[4];
|
|
||||||
err = this->read(recv, 4);
|
|
||||||
if (err != i2c::ERROR_OK)
|
|
||||||
return true;
|
|
||||||
*value = encode_uint32(recv[0], recv[1], recv[2], recv[3]);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace ade7953_i2c
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include "esphome/core/component.h"
|
|
||||||
#include "esphome/core/hal.h"
|
|
||||||
#include "esphome/components/i2c/i2c.h"
|
|
||||||
#include "esphome/components/sensor/sensor.h"
|
|
||||||
#include "esphome/components/ade7953_base/ade7953_base.h"
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace ade7953_i2c {
|
|
||||||
|
|
||||||
class AdE7953I2c : public ade7953_base::ADE7953, public i2c::I2CDevice {
|
|
||||||
public:
|
|
||||||
void dump_config() override;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
bool ade_write_8(uint16_t reg, uint8_t value) override;
|
|
||||||
bool ade_write_16(uint16_t reg, uint16_t value) override;
|
|
||||||
bool ade_write_32(uint16_t reg, uint32_t value) override;
|
|
||||||
bool ade_read_8(uint16_t reg, uint8_t *value) override;
|
|
||||||
bool ade_read_16(uint16_t reg, uint16_t *value) override;
|
|
||||||
bool ade_read_32(uint16_t reg, uint32_t *value) override;
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace ade7953_i2c
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
import esphome.codegen as cg
|
|
||||||
import esphome.config_validation as cv
|
|
||||||
from esphome.components import i2c, ade7953_base
|
|
||||||
from esphome.const import CONF_ID
|
|
||||||
|
|
||||||
|
|
||||||
DEPENDENCIES = ["i2c"]
|
|
||||||
AUTO_LOAD = ["ade7953_base"]
|
|
||||||
|
|
||||||
ade7953_ns = cg.esphome_ns.namespace("ade7953_i2c")
|
|
||||||
ADE7953 = ade7953_ns.class_("AdE7953I2c", ade7953_base.ADE7953, i2c.I2CDevice)
|
|
||||||
|
|
||||||
CONFIG_SCHEMA = (
|
|
||||||
cv.Schema(
|
|
||||||
{
|
|
||||||
cv.GenerateID(): cv.declare_id(ADE7953),
|
|
||||||
}
|
|
||||||
)
|
|
||||||
.extend(ade7953_base.ADE7953_CONFIG_SCHEMA)
|
|
||||||
.extend(i2c.i2c_device_schema(0x38))
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def to_code(config):
|
|
||||||
var = cg.new_Pvariable(config[CONF_ID])
|
|
||||||
await i2c.register_i2c_device(var, config)
|
|
||||||
await ade7953_base.register_ade7953(var, config)
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
CODEOWNERS = ["@angelnu"]
|
|
||||||
@@ -1,81 +0,0 @@
|
|||||||
#include "ade7953_spi.h"
|
|
||||||
#include "esphome/core/log.h"
|
|
||||||
#include "esphome/core/helpers.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace ade7953_spi {
|
|
||||||
|
|
||||||
static const char *const TAG = "ade7953";
|
|
||||||
|
|
||||||
void AdE7953Spi::setup() {
|
|
||||||
this->spi_setup();
|
|
||||||
ade7953_base::ADE7953::setup();
|
|
||||||
}
|
|
||||||
|
|
||||||
void AdE7953Spi::dump_config() {
|
|
||||||
ESP_LOGCONFIG(TAG, "ADE7953_spi:");
|
|
||||||
LOG_PIN(" CS Pin: ", this->cs_);
|
|
||||||
ade7953_base::ADE7953::dump_config();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool AdE7953Spi::ade_write_8(uint16_t reg, uint8_t value) {
|
|
||||||
this->enable();
|
|
||||||
this->write_byte16(reg);
|
|
||||||
this->transfer_byte(0);
|
|
||||||
this->transfer_byte(value);
|
|
||||||
this->disable();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool AdE7953Spi::ade_write_16(uint16_t reg, uint16_t value) {
|
|
||||||
this->enable();
|
|
||||||
this->write_byte16(reg);
|
|
||||||
this->transfer_byte(0);
|
|
||||||
this->write_byte16(value);
|
|
||||||
this->disable();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool AdE7953Spi::ade_write_32(uint16_t reg, uint32_t value) {
|
|
||||||
this->enable();
|
|
||||||
this->write_byte16(reg);
|
|
||||||
this->transfer_byte(0);
|
|
||||||
this->write_byte16(value >> 16);
|
|
||||||
this->write_byte16(value & 0xFFFF);
|
|
||||||
this->disable();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool AdE7953Spi::ade_read_8(uint16_t reg, uint8_t *value) {
|
|
||||||
this->enable();
|
|
||||||
this->write_byte16(reg);
|
|
||||||
this->transfer_byte(0x80);
|
|
||||||
*value = this->read_byte();
|
|
||||||
this->disable();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool AdE7953Spi::ade_read_16(uint16_t reg, uint16_t *value) {
|
|
||||||
this->enable();
|
|
||||||
this->write_byte16(reg);
|
|
||||||
this->transfer_byte(0x80);
|
|
||||||
uint8_t recv[2];
|
|
||||||
this->read_array(recv, 4);
|
|
||||||
*value = encode_uint16(recv[0], recv[1]);
|
|
||||||
this->disable();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool AdE7953Spi::ade_read_32(uint16_t reg, uint32_t *value) {
|
|
||||||
this->enable();
|
|
||||||
this->write_byte16(reg);
|
|
||||||
this->transfer_byte(0x80);
|
|
||||||
uint8_t recv[4];
|
|
||||||
this->read_array(recv, 4);
|
|
||||||
*value = encode_uint32(recv[0], recv[1], recv[2], recv[3]);
|
|
||||||
this->disable();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace ade7953_spi
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include "esphome/core/component.h"
|
|
||||||
#include "esphome/core/hal.h"
|
|
||||||
#include "esphome/components/spi/spi.h"
|
|
||||||
#include "esphome/components/sensor/sensor.h"
|
|
||||||
#include "esphome/components/ade7953_base/ade7953_base.h"
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace esphome {
|
|
||||||
namespace ade7953_spi {
|
|
||||||
|
|
||||||
class AdE7953Spi : public ade7953_base::ADE7953,
|
|
||||||
public spi::SPIDevice<spi::BIT_ORDER_MSB_FIRST, spi::CLOCK_POLARITY_HIGH, spi::CLOCK_PHASE_LEADING,
|
|
||||||
spi::DATA_RATE_1MHZ> {
|
|
||||||
public:
|
|
||||||
void setup() override;
|
|
||||||
|
|
||||||
void dump_config() override;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
bool ade_write_8(uint16_t reg, uint8_t value) override;
|
|
||||||
bool ade_write_16(uint16_t reg, uint16_t value) override;
|
|
||||||
bool ade_write_32(uint16_t reg, uint32_t value) override;
|
|
||||||
bool ade_read_8(uint16_t reg, uint8_t *value) override;
|
|
||||||
bool ade_read_16(uint16_t reg, uint16_t *value) override;
|
|
||||||
bool ade_read_32(uint16_t reg, uint32_t *value) override;
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace ade7953_spi
|
|
||||||
} // namespace esphome
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
import esphome.codegen as cg
|
|
||||||
import esphome.config_validation as cv
|
|
||||||
from esphome.components import spi, ade7953_base
|
|
||||||
from esphome.const import CONF_ID
|
|
||||||
|
|
||||||
|
|
||||||
DEPENDENCIES = ["spi"]
|
|
||||||
AUTO_LOAD = ["ade7953_base"]
|
|
||||||
|
|
||||||
ade7953_ns = cg.esphome_ns.namespace("ade7953_spi")
|
|
||||||
ADE7953 = ade7953_ns.class_("AdE7953Spi", ade7953_base.ADE7953, spi.SPIDevice)
|
|
||||||
|
|
||||||
CONFIG_SCHEMA = (
|
|
||||||
cv.Schema(
|
|
||||||
{
|
|
||||||
cv.GenerateID(): cv.declare_id(ADE7953),
|
|
||||||
}
|
|
||||||
)
|
|
||||||
.extend(ade7953_base.ADE7953_CONFIG_SCHEMA)
|
|
||||||
.extend(spi.spi_device_schema())
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def to_code(config):
|
|
||||||
var = cg.new_Pvariable(config[CONF_ID])
|
|
||||||
await spi.register_spi_device(var, config)
|
|
||||||
await ade7953_base.register_ade7953(var, config)
|
|
||||||
@@ -9,7 +9,7 @@ static const char *const TAG = "ads1115";
|
|||||||
static const uint8_t ADS1115_REGISTER_CONVERSION = 0x00;
|
static const uint8_t ADS1115_REGISTER_CONVERSION = 0x00;
|
||||||
static const uint8_t ADS1115_REGISTER_CONFIG = 0x01;
|
static const uint8_t ADS1115_REGISTER_CONFIG = 0x01;
|
||||||
|
|
||||||
static const uint8_t ADS1115_DATA_RATE_860_SPS = 0b111; // 3300_SPS for ADS1015
|
static const uint8_t ADS1115_DATA_RATE_860_SPS = 0b111;
|
||||||
|
|
||||||
void ADS1115Component::setup() {
|
void ADS1115Component::setup() {
|
||||||
ESP_LOGCONFIG(TAG, "Setting up ADS1115...");
|
ESP_LOGCONFIG(TAG, "Setting up ADS1115...");
|
||||||
@@ -18,9 +18,6 @@ void ADS1115Component::setup() {
|
|||||||
this->mark_failed();
|
this->mark_failed();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ESP_LOGCONFIG(TAG, "Configuring ADS1115...");
|
|
||||||
|
|
||||||
uint16_t config = 0;
|
uint16_t config = 0;
|
||||||
// Clear single-shot bit
|
// Clear single-shot bit
|
||||||
// 0b0xxxxxxxxxxxxxxx
|
// 0b0xxxxxxxxxxxxxxx
|
||||||
@@ -80,7 +77,6 @@ void ADS1115Component::dump_config() {
|
|||||||
LOG_SENSOR(" ", "Sensor", sensor);
|
LOG_SENSOR(" ", "Sensor", sensor);
|
||||||
ESP_LOGCONFIG(TAG, " Multiplexer: %u", sensor->get_multiplexer());
|
ESP_LOGCONFIG(TAG, " Multiplexer: %u", sensor->get_multiplexer());
|
||||||
ESP_LOGCONFIG(TAG, " Gain: %u", sensor->get_gain());
|
ESP_LOGCONFIG(TAG, " Gain: %u", sensor->get_gain());
|
||||||
ESP_LOGCONFIG(TAG, " Resolution: %u", sensor->get_resolution());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
float ADS1115Component::request_measurement(ADS1115Sensor *sensor) {
|
float ADS1115Component::request_measurement(ADS1115Sensor *sensor) {
|
||||||
@@ -131,45 +127,27 @@ float ADS1115Component::request_measurement(ADS1115Sensor *sensor) {
|
|||||||
this->status_set_warning();
|
this->status_set_warning();
|
||||||
return NAN;
|
return NAN;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sensor->get_resolution() == ADS1015_12_BITS) {
|
|
||||||
bool negative = (raw_conversion >> 15) == 1;
|
|
||||||
|
|
||||||
// shift raw_conversion as it's only 12-bits, left justified
|
|
||||||
raw_conversion = raw_conversion >> (16 - ADS1015_12_BITS);
|
|
||||||
|
|
||||||
// check if number was negative in order to keep the sign
|
|
||||||
if (negative) {
|
|
||||||
// the number was negative
|
|
||||||
// 1) set the negative bit back
|
|
||||||
raw_conversion |= 0x8000;
|
|
||||||
// 2) reset the former (shifted) negative bit
|
|
||||||
raw_conversion &= 0xF7FF;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
auto signed_conversion = static_cast<int16_t>(raw_conversion);
|
auto signed_conversion = static_cast<int16_t>(raw_conversion);
|
||||||
|
|
||||||
float millivolts;
|
float millivolts;
|
||||||
float divider = (sensor->get_resolution() == ADS1115_16_BITS) ? 32768.0f : 2048.0f;
|
|
||||||
switch (sensor->get_gain()) {
|
switch (sensor->get_gain()) {
|
||||||
case ADS1115_GAIN_6P144:
|
case ADS1115_GAIN_6P144:
|
||||||
millivolts = (signed_conversion * 6144) / divider;
|
millivolts = signed_conversion * 0.187500f;
|
||||||
break;
|
break;
|
||||||
case ADS1115_GAIN_4P096:
|
case ADS1115_GAIN_4P096:
|
||||||
millivolts = (signed_conversion * 4096) / divider;
|
millivolts = signed_conversion * 0.125000f;
|
||||||
break;
|
break;
|
||||||
case ADS1115_GAIN_2P048:
|
case ADS1115_GAIN_2P048:
|
||||||
millivolts = (signed_conversion * 2048) / divider;
|
millivolts = signed_conversion * 0.062500f;
|
||||||
break;
|
break;
|
||||||
case ADS1115_GAIN_1P024:
|
case ADS1115_GAIN_1P024:
|
||||||
millivolts = (signed_conversion * 1024) / divider;
|
millivolts = signed_conversion * 0.031250f;
|
||||||
break;
|
break;
|
||||||
case ADS1115_GAIN_0P512:
|
case ADS1115_GAIN_0P512:
|
||||||
millivolts = (signed_conversion * 512) / divider;
|
millivolts = signed_conversion * 0.015625f;
|
||||||
break;
|
break;
|
||||||
case ADS1115_GAIN_0P256:
|
case ADS1115_GAIN_0P256:
|
||||||
millivolts = (signed_conversion * 256) / divider;
|
millivolts = signed_conversion * 0.007813f;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
millivolts = NAN;
|
millivolts = NAN;
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
#include "esphome/components/i2c/i2c.h"
|
#include "esphome/components/i2c/i2c.h"
|
||||||
#include "esphome/components/voltage_sampler/voltage_sampler.h"
|
#include "esphome/components/voltage_sampler/voltage_sampler.h"
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace ads1115 {
|
namespace ads1115 {
|
||||||
|
|
||||||
@@ -30,11 +28,6 @@ enum ADS1115Gain {
|
|||||||
ADS1115_GAIN_0P256 = 0b101,
|
ADS1115_GAIN_0P256 = 0b101,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ADS1115Resolution {
|
|
||||||
ADS1115_16_BITS = 16,
|
|
||||||
ADS1015_12_BITS = 12,
|
|
||||||
};
|
|
||||||
|
|
||||||
class ADS1115Sensor;
|
class ADS1115Sensor;
|
||||||
|
|
||||||
class ADS1115Component : public Component, public i2c::I2CDevice {
|
class ADS1115Component : public Component, public i2c::I2CDevice {
|
||||||
@@ -63,17 +56,15 @@ class ADS1115Sensor : public sensor::Sensor, public PollingComponent, public vol
|
|||||||
void update() override;
|
void update() override;
|
||||||
void set_multiplexer(ADS1115Multiplexer multiplexer) { multiplexer_ = multiplexer; }
|
void set_multiplexer(ADS1115Multiplexer multiplexer) { multiplexer_ = multiplexer; }
|
||||||
void set_gain(ADS1115Gain gain) { gain_ = gain; }
|
void set_gain(ADS1115Gain gain) { gain_ = gain; }
|
||||||
void set_resolution(ADS1115Resolution resolution) { resolution_ = resolution; }
|
|
||||||
float sample() override;
|
float sample() override;
|
||||||
uint8_t get_multiplexer() const { return multiplexer_; }
|
uint8_t get_multiplexer() const { return multiplexer_; }
|
||||||
uint8_t get_gain() const { return gain_; }
|
uint8_t get_gain() const { return gain_; }
|
||||||
uint8_t get_resolution() const { return resolution_; }
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
ADS1115Component *parent_;
|
ADS1115Component *parent_;
|
||||||
ADS1115Multiplexer multiplexer_;
|
ADS1115Multiplexer multiplexer_;
|
||||||
ADS1115Gain gain_;
|
ADS1115Gain gain_;
|
||||||
ADS1115Resolution resolution_;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ads1115
|
} // namespace ads1115
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ from esphome.components import sensor, voltage_sampler
|
|||||||
from esphome.const import (
|
from esphome.const import (
|
||||||
CONF_GAIN,
|
CONF_GAIN,
|
||||||
CONF_MULTIPLEXER,
|
CONF_MULTIPLEXER,
|
||||||
CONF_RESOLUTION,
|
|
||||||
DEVICE_CLASS_VOLTAGE,
|
DEVICE_CLASS_VOLTAGE,
|
||||||
STATE_CLASS_MEASUREMENT,
|
STATE_CLASS_MEASUREMENT,
|
||||||
UNIT_VOLT,
|
UNIT_VOLT,
|
||||||
@@ -36,12 +35,6 @@ GAIN = {
|
|||||||
"0.256": ADS1115Gain.ADS1115_GAIN_0P256,
|
"0.256": ADS1115Gain.ADS1115_GAIN_0P256,
|
||||||
}
|
}
|
||||||
|
|
||||||
ADS1115Resolution = ads1115_ns.enum("ADS1115Resolution")
|
|
||||||
RESOLUTION = {
|
|
||||||
"16_BITS": ADS1115Resolution.ADS1115_16_BITS,
|
|
||||||
"12_BITS": ADS1115Resolution.ADS1015_12_BITS,
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
def validate_gain(value):
|
def validate_gain(value):
|
||||||
if isinstance(value, float):
|
if isinstance(value, float):
|
||||||
@@ -70,9 +63,6 @@ CONFIG_SCHEMA = (
|
|||||||
cv.GenerateID(CONF_ADS1115_ID): cv.use_id(ADS1115Component),
|
cv.GenerateID(CONF_ADS1115_ID): cv.use_id(ADS1115Component),
|
||||||
cv.Required(CONF_MULTIPLEXER): cv.enum(MUX, upper=True, space="_"),
|
cv.Required(CONF_MULTIPLEXER): cv.enum(MUX, upper=True, space="_"),
|
||||||
cv.Required(CONF_GAIN): validate_gain,
|
cv.Required(CONF_GAIN): validate_gain,
|
||||||
cv.Optional(CONF_RESOLUTION, default="16_BITS"): cv.enum(
|
|
||||||
RESOLUTION, upper=True, space="_"
|
|
||||||
),
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.extend(cv.polling_component_schema("60s"))
|
.extend(cv.polling_component_schema("60s"))
|
||||||
@@ -87,6 +77,5 @@ async def to_code(config):
|
|||||||
|
|
||||||
cg.add(var.set_multiplexer(config[CONF_MULTIPLEXER]))
|
cg.add(var.set_multiplexer(config[CONF_MULTIPLEXER]))
|
||||||
cg.add(var.set_gain(config[CONF_GAIN]))
|
cg.add(var.set_gain(config[CONF_GAIN]))
|
||||||
cg.add(var.set_resolution(config[CONF_RESOLUTION]))
|
|
||||||
|
|
||||||
cg.add(paren.register_sensor(var))
|
cg.add(paren.register_sensor(var))
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
#include "aht10.h"
|
#include "aht10.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "esphome/core/hal.h"
|
#include "esphome/core/hal.h"
|
||||||
#include <cinttypes>
|
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace aht10 {
|
namespace aht10 {
|
||||||
@@ -73,7 +72,7 @@ void AHT10Component::update() {
|
|||||||
delay_ms = AHT10_HUMIDITY_DELAY;
|
delay_ms = AHT10_HUMIDITY_DELAY;
|
||||||
bool success = false;
|
bool success = false;
|
||||||
for (int i = 0; i < AHT10_ATTEMPTS; ++i) {
|
for (int i = 0; i < AHT10_ATTEMPTS; ++i) {
|
||||||
ESP_LOGVV(TAG, "Attempt %d at %6" PRIu32, i, millis());
|
ESP_LOGVV(TAG, "Attempt %d at %6u", i, millis());
|
||||||
delay(delay_ms);
|
delay(delay_ms);
|
||||||
if (this->read(data, 6) != i2c::ERROR_OK) {
|
if (this->read(data, 6) != i2c::ERROR_OK) {
|
||||||
ESP_LOGD(TAG, "Communication with AHT10 failed, waiting...");
|
ESP_LOGD(TAG, "Communication with AHT10 failed, waiting...");
|
||||||
@@ -97,7 +96,7 @@ void AHT10Component::update() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// data is valid, we can break the loop
|
// data is valid, we can break the loop
|
||||||
ESP_LOGVV(TAG, "Answer at %6" PRIu32, millis());
|
ESP_LOGVV(TAG, "Answer at %6u", millis());
|
||||||
success = true;
|
success = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -123,9 +122,8 @@ void AHT10Component::update() {
|
|||||||
this->temperature_sensor_->publish_state(temperature);
|
this->temperature_sensor_->publish_state(temperature);
|
||||||
}
|
}
|
||||||
if (this->humidity_sensor_ != nullptr) {
|
if (this->humidity_sensor_ != nullptr) {
|
||||||
if (std::isnan(humidity)) {
|
if (std::isnan(humidity))
|
||||||
ESP_LOGW(TAG, "Invalid humidity! Sensor reported 0%% Hum");
|
ESP_LOGW(TAG, "Invalid humidity! Sensor reported 0%% Hum");
|
||||||
}
|
|
||||||
this->humidity_sensor_->publish_state(humidity);
|
this->humidity_sensor_->publish_state(humidity);
|
||||||
}
|
}
|
||||||
this->status_clear_warning();
|
this->status_clear_warning();
|
||||||
|
|||||||
@@ -45,10 +45,10 @@ async def to_code(config):
|
|||||||
await cg.register_component(var, config)
|
await cg.register_component(var, config)
|
||||||
await i2c.register_i2c_device(var, config)
|
await i2c.register_i2c_device(var, config)
|
||||||
|
|
||||||
if temperature := config.get(CONF_TEMPERATURE):
|
if CONF_TEMPERATURE in config:
|
||||||
sens = await sensor.new_sensor(temperature)
|
sens = await sensor.new_sensor(config[CONF_TEMPERATURE])
|
||||||
cg.add(var.set_temperature_sensor(sens))
|
cg.add(var.set_temperature_sensor(sens))
|
||||||
|
|
||||||
if humidity := config.get(CONF_HUMIDITY):
|
if CONF_HUMIDITY in config:
|
||||||
sens = await sensor.new_sensor(humidity)
|
sens = await sensor.new_sensor(config[CONF_HUMIDITY])
|
||||||
cg.add(var.set_humidity_sensor(sens))
|
cg.add(var.set_humidity_sensor(sens))
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#include "airthings_listener.h"
|
#include "airthings_listener.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include <cinttypes>
|
|
||||||
|
|
||||||
#ifdef USE_ESP32
|
#ifdef USE_ESP32
|
||||||
|
|
||||||
@@ -20,7 +19,7 @@ bool AirthingsListener::parse_device(const esp32_ble_tracker::ESPBTDevice &devic
|
|||||||
sn |= ((uint32_t) it.data[2] << 16);
|
sn |= ((uint32_t) it.data[2] << 16);
|
||||||
sn |= ((uint32_t) it.data[3] << 24);
|
sn |= ((uint32_t) it.data[3] << 24);
|
||||||
|
|
||||||
ESP_LOGD(TAG, "Found AirThings device Serial:%" PRIu32 " (MAC: %s)", sn, device.address_str().c_str());
|
ESP_LOGD(TAG, "Found AirThings device Serial:%u (MAC: %s)", sn, device.address_str().c_str());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,103 +0,0 @@
|
|||||||
import esphome.codegen as cg
|
|
||||||
import esphome.config_validation as cv
|
|
||||||
from esphome.components import sensor, ble_client
|
|
||||||
|
|
||||||
from esphome.const import (
|
|
||||||
CONF_BATTERY_VOLTAGE,
|
|
||||||
CONF_HUMIDITY,
|
|
||||||
CONF_PRESSURE,
|
|
||||||
CONF_TEMPERATURE,
|
|
||||||
CONF_TVOC,
|
|
||||||
DEVICE_CLASS_VOLTAGE,
|
|
||||||
DEVICE_CLASS_HUMIDITY,
|
|
||||||
DEVICE_CLASS_PRESSURE,
|
|
||||||
DEVICE_CLASS_TEMPERATURE,
|
|
||||||
DEVICE_CLASS_VOLATILE_ORGANIC_COMPOUNDS_PARTS,
|
|
||||||
ENTITY_CATEGORY_DIAGNOSTIC,
|
|
||||||
STATE_CLASS_MEASUREMENT,
|
|
||||||
UNIT_CELSIUS,
|
|
||||||
UNIT_HECTOPASCAL,
|
|
||||||
UNIT_PARTS_PER_BILLION,
|
|
||||||
UNIT_PERCENT,
|
|
||||||
UNIT_VOLT,
|
|
||||||
)
|
|
||||||
|
|
||||||
CODEOWNERS = ["@ncareau", "@jeromelaban", "@kpfleming"]
|
|
||||||
|
|
||||||
DEPENDENCIES = ["ble_client"]
|
|
||||||
|
|
||||||
CONF_BATTERY_UPDATE_INTERVAL = "battery_update_interval"
|
|
||||||
|
|
||||||
airthings_wave_base_ns = cg.esphome_ns.namespace("airthings_wave_base")
|
|
||||||
AirthingsWaveBase = airthings_wave_base_ns.class_(
|
|
||||||
"AirthingsWaveBase", cg.PollingComponent, ble_client.BLEClientNode
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
BASE_SCHEMA = (
|
|
||||||
sensor.SENSOR_SCHEMA.extend(
|
|
||||||
{
|
|
||||||
cv.Optional(CONF_HUMIDITY): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_PERCENT,
|
|
||||||
accuracy_decimals=0,
|
|
||||||
device_class=DEVICE_CLASS_HUMIDITY,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_TEMPERATURE): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_CELSIUS,
|
|
||||||
accuracy_decimals=2,
|
|
||||||
device_class=DEVICE_CLASS_TEMPERATURE,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_PRESSURE): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_HECTOPASCAL,
|
|
||||||
accuracy_decimals=1,
|
|
||||||
device_class=DEVICE_CLASS_PRESSURE,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_TVOC): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_PARTS_PER_BILLION,
|
|
||||||
accuracy_decimals=0,
|
|
||||||
device_class=DEVICE_CLASS_VOLATILE_ORGANIC_COMPOUNDS_PARTS,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
),
|
|
||||||
cv.Optional(CONF_BATTERY_VOLTAGE): sensor.sensor_schema(
|
|
||||||
unit_of_measurement=UNIT_VOLT,
|
|
||||||
accuracy_decimals=3,
|
|
||||||
device_class=DEVICE_CLASS_VOLTAGE,
|
|
||||||
state_class=STATE_CLASS_MEASUREMENT,
|
|
||||||
entity_category=ENTITY_CATEGORY_DIAGNOSTIC,
|
|
||||||
),
|
|
||||||
cv.Optional(
|
|
||||||
CONF_BATTERY_UPDATE_INTERVAL,
|
|
||||||
default="24h",
|
|
||||||
): cv.update_interval,
|
|
||||||
}
|
|
||||||
)
|
|
||||||
.extend(cv.polling_component_schema("5min"))
|
|
||||||
.extend(ble_client.BLE_CLIENT_SCHEMA)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def wave_base_to_code(var, config):
|
|
||||||
await cg.register_component(var, config)
|
|
||||||
|
|
||||||
await ble_client.register_ble_node(var, config)
|
|
||||||
|
|
||||||
if config_humidity := config.get(CONF_HUMIDITY):
|
|
||||||
sens = await sensor.new_sensor(config_humidity)
|
|
||||||
cg.add(var.set_humidity(sens))
|
|
||||||
if config_temperature := config.get(CONF_TEMPERATURE):
|
|
||||||
sens = await sensor.new_sensor(config_temperature)
|
|
||||||
cg.add(var.set_temperature(sens))
|
|
||||||
if config_pressure := config.get(CONF_PRESSURE):
|
|
||||||
sens = await sensor.new_sensor(config_pressure)
|
|
||||||
cg.add(var.set_pressure(sens))
|
|
||||||
if config_tvoc := config.get(CONF_TVOC):
|
|
||||||
sens = await sensor.new_sensor(config_tvoc)
|
|
||||||
cg.add(var.set_tvoc(sens))
|
|
||||||
if config_battery_voltage := config.get(CONF_BATTERY_VOLTAGE):
|
|
||||||
sens = await sensor.new_sensor(config_battery_voltage)
|
|
||||||
cg.add(var.set_battery_voltage(sens))
|
|
||||||
if config_battery_update_interval := config.get(CONF_BATTERY_UPDATE_INTERVAL):
|
|
||||||
cg.add(var.set_battery_update_interval(config_battery_update_interval))
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user