Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add a02yytw #4567

Open
wants to merge 8 commits into
base: next
Choose a base branch
from
Open

Add a02yytw #4567

wants to merge 8 commits into from

Conversation

alexandrezia
Copy link

@alexandrezia alexandrezia commented Jan 7, 2025

…2yytw model in addition to the existent a02yyuw model

Description:

Update documentation for the existent sensor A02YYUW to inform about support for the A02YYTW model,
The current model is UART auto output model, in wich the sensor outputs distance readings every 100ms, the model being added A02YYTW is a controlled modek, in which ESP should request a reading in configurable intervals.

This also intends to fix an error inducing issue caused by the current documentation, in which it status the existing code supports the UART model, but as there are two UART models users may buy the UART controlled model and it would not work because the current support is only for the UART auto output model.
Now adding support for both UART models, chances are it will work no matter which model end users have in hands.

Related issue (if applicable): fixes

Pull request in esphome with YAML changes (if applicable): esphome/esphome#8046

Checklist:

  • I am merging into next because this is new documentation that has a matching pull-request in esphome as linked above.
    or

  • I am merging into current because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.

  • Link added in /index.rst when creating new documents for new components or cookbook.

nagyrobi and others added 8 commits December 29, 2024 09:08
The affected example code caused two errors:
- a `no return statement in function returning non-void [-Werror=return-type]` caused by missing `return`s within the `if`s.
- `while parsing a block mapping ... expected <block end>, but found '<scalar>'` caused by the `;` at the end of `args`
…4557)

Multiple priorities can be used in a list. Show the value as a list item in the code example to make this clear.
Added a reference to software hack that allows for RF bridges to work.
…2yytw model in addition to the existent a02yyuw model
Copy link

netlify bot commented Jan 7, 2025

Deploy Preview for esphome ready!

Name Link
🔨 Latest commit 58ca814
🔍 Latest deploy log https://app.netlify.com/sites/esphome/deploys/677da2b4d884290008ef5d42
😎 Deploy Preview https://deploy-preview-4567--esphome.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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

Successfully merging this pull request may close these issues.

7 participants