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 circuit breaker #225

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Conversation

JELoohuis
Copy link
Collaborator

  • Added support for circuit breaker devices
    Added support for 'dlq' Tuya devices, though based on the socket class, as this was used by the requested devices.
    The following capabilities were implemented:

    • switch (onoff)
    • cur_current (measure_current)
    • cur_power (measure_power)
    • cur_voltage (measure_voltage)

    Additionally the following capabilities were implemented as settings:

    • child_lock
    • relay_status

TODO:

  • device icon

@bobvandevijver bobvandevijver added the enhancement New feature or request label Sep 12, 2024
@bobvandevijver bobvandevijver merged commit 54d5538 into athombv:next Sep 12, 2024
3 checks passed
@bobvandevijver bobvandevijver deleted the add-circuit-breaker branch September 12, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants