https://github.com/gitagogaming/wizlights-controller
Control your Wiz Compatible Lights with TouchPortal
https://github.com/gitagogaming/wizlights-controller
automation lights python touchportal touchportal-plugin wizlight
Last synced: 9 months ago
JSON representation
Control your Wiz Compatible Lights with TouchPortal
- Host: GitHub
- URL: https://github.com/gitagogaming/wizlights-controller
- Owner: gitagogaming
- License: gpl-3.0
- Created: 2022-12-30T04:12:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T05:17:56.000Z (over 1 year ago)
- Last Synced: 2024-06-21T17:53:08.089Z (over 1 year ago)
- Topics: automation, lights, python, touchportal, touchportal-plugin, wizlight
- Language: Python
- Homepage:
- Size: 722 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# WizLight-Plugin

You may update multiple lights at the same time by formatting them inside of a "list"
Example: `["192.168.0.155", "192.168.0.156"]` will affect BOTH lights instead of just 192.168.0.155

Adjust Hue/Color, Brightness and White Temp all with Sliders.

- [WizLight Plugin](#WizLight-Plugin)
- [Description](#description)
- [Settings Overview](#Settings-Overview)
- [Features](#Features)
- [Actions](#actions)
- [Category: WizLight](#tp.plugin.WizLights.mainactions)
- [Connectors](#connectors)
- [Category: WizLight](#tp.plugin.WizLights.mainconnectors)
- [States](#states)
- [Category: WizLight](#tp.plugin.WizLights.mainstates)
- [Events](#events)
- [Category: WizLight](#tp.plugin.WizLights.mainevents)
- [Bugs and Support](#bugs-and-suggestion)
- [License](#license)
# Description
This documentation generated for WizLight Plugin V100 with [Python TouchPortal SDK](https://github.com/KillerBOSS2019/TouchPortal-API).
## Settings Overview
| Read-only | Type | Default Value |
| --- | --- | --- |
| False | text | |
# Features
## Actions
Category: WizLight (Click to expand)
Action NameDescriptionFormatData
choices/default (in bold)On
Hold
WIZ | Turn On / Off Light [1] Light:[2] | CUSTOM LIGHT(optional): [3]
- Type: choice
Default: Toggle Possible choices: ['On', 'Off', 'Toggle']
- Type: choice
<empty>
- Type: text
<empty>
No
WIZ | Light Brightness Light:[1] Brightness:[2] | CUSTOM LIGHT(optional): [3]
- Type: choice
<empty>
- Type: text
Default: 100
- Type: text
<empty>
No
WIZ | Change Light Color (RGB) Light:[1] Color:[2] | CUSTOM LIGHT(optional): [3]
- Type: choice
<empty>
- Type: color
<empty>
- Type: text
<empty>
No
WIZ | Change Light Color (RGB-Manual) Light:[1] R:[2] G:[3] B:[4] | CUSTOM LIGHT(optional): [5]Click to expand
- Type: choice
<empty>
- Type: number
Default: 0 Min Value: -2147483648 Max Value: 2147483647
- Type: number
Default: 0 Min Value: -2147483648 Max Value: 2147483647
- Type: number
Default: 0 Min Value: -2147483648 Max Value: 2147483647
- Type: text
<empty>
No
WIZ | Change Light Scene Light:[1] Scene:[2] | CUSTOM LIGHT(optional): [3]
- Type: choice
<empty>
- Type: choice
<empty>
- Type: text
<empty>
No
WIZ | Change Light to White (Warm/Cool) Light:[1] Light Type:[2], Brightness:[3] Kelvin:[4] | CUSTOM LIGHT(optional): [5]Click to expand
- Type: choice
<empty>
- Type: choice
Default: Possible choices: ['Warm White', 'Cold White', 'Daylight']
- Type: text
Default: 100
- Type: choice
<empty>
- Type: text
<empty>
No
WIZ | Change Light Effect Speed Light:[1] Effect Speed:[2] | CUSTOM LIGHT(optional): [3]
- Type: choice
<empty>
- Type: text
<empty>
- Type: text
<empty>
No
WIZ | Discover New Lights Discover New Lights on the Network
- Type: choice
<empty>
No
## Connectors
Category: WizLight (Click to expand)
Slider NameDescriptionFormatData
choices/default (in bold)
Hue Slider Adjust Hue for [1] | CUSTOM LIGHT(optional): [2]
- Type: choice
<empty>
- Type: text
<empty>
## States
Category: WizLight (Click to expand)
| Id | Description | DefaultValue | parentGroup |
| --- | --- | --- | --- |
| .state.plugin_status | Wiz | Plugin Status | | |
| .state.time_running | Wiz | Time Running | | |
## Events
Category: WizLight (Click to expand)
IdNameEvaluated State IdFormatTypeChoice(s)
.event.user_0.speakingDC | User 0 - Speaking.state.User_0.speakingWhen User 0 is speaking - $valchoice
- True
- False
# Bugs and Suggestion
Open an issue on github or join offical [TouchPortal Discord](https://discord.gg/MgxQb8r) for support.
# License
This plugin is licensed under the [GPL 3.0 License] - see the [LICENSE](LICENSE) file for more information.