Skip to content

💡Lutron Grafik Eye 3000 integration for Home Assistant

Notifications You must be signed in to change notification settings

LennP/ha-grafik_eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lutron Grafik Eye 3000 Home Assistant

Home Assistant integration that uses Telnet to connect to a Lutron Grafik Eye 3000. The integration uses 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.

Configuration

The integration is configured using the configuration.yaml file.

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

About

💡Lutron Grafik Eye 3000 integration for Home Assistant

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages