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

Vacuum adjustments to make functional with cheap tuya based vacuum #1498

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thecrisb
Copy link

  • 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

  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
@thecrisb thecrisb closed this Sep 20, 2023
@thecrisb thecrisb reopened 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.

None yet

1 participant