Skip to content

Create neatsvor_x520ru_vacuum.yaml #2988

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Flegm
Copy link

@Flegm Flegm commented Feb 19, 2025

No description provided.

unit: min
class: measurement
- entity: select
name: Language
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use translation_key: language instead of name and icon.

class: measurement
- entity: sensor
name: Last cleaning area
icon: mdi:floor-plan
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use class: area instead of the icon.

- dps_val: "3"
value: "Cleaning along the walls"
- dps_val: "4"
value: "Recharging"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be "charging" to be interpreted correctly.

name: status
mapping:
- dps_val: "0"
value: "Standby"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be all lower case to be picked up by the vacuum entity as a supported state.

- dps_val: "4"
value: "Recharging"
- dps_val: "5"
value: "Charging"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what the difference is supposed to be between "Recharging" and "Charging". Is one supposed to be "charged"?

- dps_val: "english"
value: "english"
- entity: select
name: Water step
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use translation_key: mopping instead of the name and icon here, and map the values to "low", "medium" and "high" (also "auto" and "off" are supported values if you later find it supports those).

@make-all make-all moved this from 👀 In review to 🏗 Stalled in Tuya Local Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 Stalled
Development

Successfully merging this pull request may close these issues.

2 participants