https://github.com/and7ey/mystic_light
Home Assistant integration for MSI Mystic Light
https://github.com/and7ey/mystic_light
home-assistant home-assistant-integration homeassistant light msi msi-mystic-light mystic-light python
Last synced: 8 months ago
JSON representation
Home Assistant integration for MSI Mystic Light
- Host: GitHub
- URL: https://github.com/and7ey/mystic_light
- Owner: and7ey
- Created: 2025-01-10T10:31:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T13:37:19.000Z (9 months ago)
- Last Synced: 2025-01-14T14:48:54.127Z (9 months ago)
- Topics: home-assistant, home-assistant-integration, homeassistant, light, msi, msi-mystic-light, mystic-light, python
- Language: Python
- Homepage: https://www.msi.com/Landing/mystic-light-rgb-gaming-pc
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MSI Mystic Light integration
[](https://github.com/custom-components/hacs) [](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#alpha)## Prerequisites
To use this component, you must install the [Mystic Light Server](https://github.com/and7ey/mystic_light_ha_app) on your Windows PC.
## Setup
Add an IP of your PC to `configuration.yaml`:
```
light:
- platform: mystic_light
host: '192.168.1.15'
```## Limitations
Please note the following restrictions:
1. Not all devices are returned by the server application.
2. The effects list is hardcoded, which means some effects may not be supported by your specific hardware.
3. When turning on the lights, they will restore to default settings (Rainbow effect with red color).## Troubleshooting
To gain more insight into potential issues, enable component logging:
```
logger:
default: warning
logs:
custom_components.mystic_light: debug
```
This configuration will provide more detailed information about what's happening during component operation.