Skip to content

and7ey/mystic_light

Repository files navigation

MSI Mystic Light integration

hacs_badge stability-alpha

Prerequisites

To use this component, you must install the Mystic Light Server 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.