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

[NASA] Add Automatic Cleaning mode for Samsung AC - Deprecated due to issues #159

Closed
wants to merge 21 commits into from

Conversation

omerfaruk-aran
Copy link
Contributor

This pull request adds the automatic cleaning mode to the Samsung AC integration.

- Resolves #121

The automatic cleaning mode ensures hygienic drying of all moisture in the indoor unit after the cooling process is completed.

Additional Features:

  • Added two new parameters: log_messages and log_undefined_messages.

  • log_messages: Enables logging of messages. When set to true, all defined log messages will be recorded.

  • log_undefined_messages: Allows logging of undefined messages. When set to true, any undefined messages will be logged for further analysis.

If both log_messages and log_undefined_messages are set to false, you will only see logs for the functions that you execute through SmartThings. This approach allows you to easily add new features without cluttering the logs with unnecessary information.

Copy link
Owner

@lanwin lanwin left a comment

Choose a reason for hiding this comment

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

Thank you for your pullrequest! There are a few things to change.

  • First there is an unresolved conflict
  • Then can you please check the indentation (you can see it in the pullrequest "Files changed" tab.
  • Both log options should start with debug_ like the other ones.
  • It seems log_messages isnt used anywhere

@lanwin
Copy link
Owner

lanwin commented Aug 14, 2024

Also the source in the example.yaml points to the wrong repo :D

…ented debug_log_messages functionality, and corrected repository source address in the YAML file.
@omerfaruk-aran omerfaruk-aran deleted the new_test branch August 14, 2024 11:26
@omerfaruk-aran omerfaruk-aran changed the title [NASA] Add Automatic Cleaning mode for Samsung AC. [NASA] Add Automatic Cleaning mode for Samsung AC - Deprecated due to issues Aug 14, 2024
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.

[NASA] Automatic Cleaning
2 participants