-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add madvr integration documentation #33626
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
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,74 @@ | ||
| --- | ||
| title: madVR Envy | ||
| description: Instructions on how to integrate a madVR Envy into Home Assistant. | ||
| ha_category: | ||
| - Remote | ||
| - Binary Sensor | ||
| - Sensor | ||
| ha_release: '2024.8' | ||
| ha_iot_class: Local Push | ||
| ha_config_flow: true | ||
| ha_codeowners: | ||
| - '@iloveicedgreentea' | ||
| ha_domain: madvr | ||
| ha_platforms: | ||
| - binary_sensor | ||
| - remote | ||
| - sensor | ||
| ha_integration_type: device | ||
| --- | ||
|
|
||
| The madVR Envy allows for the automation and control of [madVR Envy devices](https://madvrenvy.com). | ||
|
|
||
| ## Supported Devices | ||
|
|
||
| This integration supports all current madVR Envy models. | ||
|
|
||
| {% include integrations/config_flow.md %} | ||
|
|
||
| ## Remote | ||
|
|
||
| The madVR Envy remote platform will create a [remote](/integrations/remote/) entity for the device. This entity allows you to send the following commands via the [remote.send_command](/integrations/remote/) service. | ||
|
frenck marked this conversation as resolved.
|
||
|
|
||
| The command structure uses the same keywords as the [official documentation](https://madvrenvy.com/wp-content/uploads/EnvyIpControl.pdf?r=113a) and simply sends the corresponding command to the device. Please refer to the official documentation for more details and usage. | ||
|
|
||
| Using these commands, you can create a digital remote in the UI. | ||
|
|
||
| ### Single Commands | ||
|
|
||
| These are commands that can be sent standalone, no parameters. | ||
|
|
||
| - `PowerOff` | ||
| - `Standby` | ||
| - `Restart` | ||
| - `ReloadSoftware` | ||
| - `Bye` | ||
| - `ResetTemporary` | ||
| - `CloseMenu` | ||
| - `GetMaskingRatio` | ||
| - `GetMacAddress` | ||
| - `ToneMapOn` | ||
| - `ToneMapOff` | ||
| - `Hotplug` | ||
| - `RefreshLicenseInfo` | ||
| - `Force1080p60Output` | ||
|
|
||
|
|
||
| ### Commands with Parameters | ||
|
|
||
| These are commands that have parameters with a comma separating them. | ||
|
|
||
| - `ActivateProfile (SOURCE | DISPLAY | CUSTOM)` | ||
| - `OpenMenu (Info | Settings | Configuration | Profiles | TestPatterns)` | ||
| - `KeyPress (MENU | UP | DOWN | LEFT | RIGHT | OK | INPUT | SETTINGS | RED | GREEN | BLUE | YELLOW | POWER)` | ||
| - `KeyHold (MENU | UP | DOWN | LEFT | RIGHT | OK | INPUT | SETTINGS | RED | GREEN | BLUE | YELLOW | POWER)` | ||
|
|
||
| ### Binary sensor | ||
|
|
||
| The integration creates the following binary sensors: | ||
|
|
||
| - `Power State` is True when the device is physically on. | ||
| - `Signal State` is True when the device is receiving a signal from the source. | ||
| - `HDR Flag` is True when the device is receiving an HDR signal. This is useful to trigger automations based on the HDR flag, such as changing projector settings. | ||
| - `Outgoing HDR Flag` is True when the device is sending an HDR signal. | ||
|
frenck marked this conversation as resolved.
|
||
| These can be used for various purposes, such as triggering your masking system based on the detected aspect ratio. | ||
|
frenck marked this conversation as resolved.
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.