https://github.com/lennp/ha-grafik_eye
đŸ’¡Lutron Grafik Eye 3000 integration for Home Assistant
https://github.com/lennp/ha-grafik_eye
home-assistant lutron
Last synced: 2 months ago
JSON representation
đŸ’¡Lutron Grafik Eye 3000 integration for Home Assistant
- Host: GitHub
- URL: https://github.com/lennp/ha-grafik_eye
- Owner: LennP
- Created: 2024-08-27T10:04:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T21:39:59.000Z (9 months ago)
- Last Synced: 2025-03-17T01:42:47.567Z (2 months ago)
- Topics: home-assistant, lutron
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lutron Grafik Eye 3000 Home Assistant
Home Assistant integration that uses Telnet to connect to a Lutron Grafik Eye 3000. The integration uses [Select](https://www.home-assistant.io/integrations/select/) entities to allow you to change the scene for different control units. There is also an update interval which is used to poll and update the select entities.
The manual of the Grafik Eye 3000 can be found [here](https://assets.lutron.com/a/documents/032518_eu.pdf).
# Configuration
The integration is configured using the `configuration.yaml` file.
```yaml
grafik_eye:
login: nwk # default login, or nkw2
ip: 192.168.178.14
port: 23 # default Telnet port
control_units:
- name: Living room
id: 1
- name: Kitchen
id: 2
- name: Porch
id: 3
scenes:
- name: Off
id: 0
- name: Scene 1
id: 1
- name: Scene 2
id: 2
- name: Scene 3
id: 3
- name: Scene 4
id: 4
```