Add support for Martec Viper DC WiFi Ceiling Fans#4175
Open
benhopperau wants to merge 4 commits intomake-all:mainfrom
Open
Add support for Martec Viper DC WiFi Ceiling Fans#4175benhopperau wants to merge 4 commits intomake-all:mainfrom
benhopperau wants to merge 4 commits intomake-all:mainfrom
Conversation
Added two devices for the Australian Martec Viper fan with a light and without. Tested with models: - MVDC1343 (LED Light) - MVDC134 (No LED Light) Similar device to Temple and Webster Alina or Prestige M3.
Add support for Martec Viper Ceiling Fans
make-all
reviewed
Dec 22, 2025
| @@ -0,0 +1,118 @@ | |||
| name: Martec Viper Ceiling Fan with Light | |||
| products: | |||
| - id: lb9da3os0ihifq7u | |||
Owner
There was a problem hiding this comment.
Is the same product id really reused here?
| @@ -0,0 +1,118 @@ | |||
| name: Martec Viper Ceiling Fan with Light | |||
Owner
There was a problem hiding this comment.
Top level name should be generic, as other brands are likely to match (as the above file demonstrates)
| - id: 8 | ||
| name: direction | ||
| type: string | ||
| mapping: |
Owner
There was a problem hiding this comment.
This mapping is not needed, as HA has a fixed set of values for direction, and they translate directly to the same strings that Tuya uses.
| - dps_val: cold | ||
| value: 6000 | ||
| - entity: select | ||
| name: Fixed color temperature |
Owner
There was a problem hiding this comment.
If the above is working, there should be no need for this separate control.
Device already exists as templeandwebster_alina_fan.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds support for Martec Viper DC WiFi Ceiling Fans with and without light.
Devices Added
Product Information
lb9da3os0ihifq7uFeatures Supported
Fan
Light (with light model only)
Testing
Tested with models MVDC134W (fan only) and MVDC1343W (with light). All functions working as expected.
All Viper DC variants should be compatible if they share the same WiFi module and only differ in physical attributes (color, size, number of blades).