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

Update Vacuume to fumction with cheap tuya vacuum #4

Closed
wants to merge 5 commits into from
Closed

Conversation

thecrisb
Copy link
Owner

  • Remove DEFAULT_STOP_STATUS
    as this vacuum does not appear to have a stop cleaning mode command
  • New default DEFAULT_CLEANING_STATUS
    from the tuya iot sd category instruction set
  • New Configs for PAUSE_DP, PREFER_POWERGO and CLEANING_STATUS_VALUE
  • Start cleaning via mode if availible
  • Pause cleaning via PAUSE_DP if set
  • Fallback to stop cleaning via POWERGO_DP
  • Check for CLEANING_STATUS_VALUE when setting status
    to prevent other status values being hidden from the user
  • Reorder flow_schema to try and make a little more sense
    such grouping device status and commands together
  • Add new value descriptions to English translation
  • Machine Translation of new value descriptions
    to Italian and Portuguese

    re: https://developers.home-assistant.io/blog/2022/04/02/support-constants-deprecation/
Rework:
  Vacuum Start:
    - Prefer starting via mode
    - Fallback to Pause DP or Power DP
  Pause:
    - Use Pause DP if Availible
    - Fallback to Power DP
  Stop:
    - Fallback to Power DP
Reorder of Config flow_schema
Change over to VacuumEntityFeature
@thecrisb thecrisb closed this Sep 20, 2023
@thecrisb thecrisb reopened this Sep 20, 2023
@thecrisb thecrisb closed this Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant