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 support for Lucci Connect fans #2586

Merged
merged 8 commits into from
Dec 15, 2024
Merged

Conversation

daviddreher2
Copy link
Contributor

Add support for Lucci Connect fans sold by Beacon Lighting in Australia

"product_name": "Lucci Fan",
"product_id": "U8wU126HQlIeQHvS",

Tinytuya data points:

"102": {
"code": "light",
"type": "Boolean",
"values": {}
},

"2": {
"code": "fan_speed",
"type": "Enum",
"values": {
"range": [
"1",
"2",
"3"
]
}
},

"1": {
"code": "switch",
"type": "Boolean",
"values": {}
}

Add support for Lucci Connect fans
@daviddreher2 daviddreher2 changed the title Create lucci_fan.yaml Add support for Lucci Connect fans Dec 1, 2024
Updated product name
removed and tested
updated entity for light switch socket
make-all added a commit that referenced this pull request Dec 15, 2024
When mapping specifies an integer without quotes, we expect the result of
the mapping to be an integer, even if the dps type was string.

User reports that percentage is not working correctly when they map from
string values, but it is not what was expected.

PR #2586
- change type of speed dp to match log
- revert change to light entity type

PR make-all#2586
@make-all make-all merged commit be8493f into make-all:main Dec 15, 2024
4 checks passed
make-all added a commit that referenced this pull request Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants