Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 967 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 967 Bytes

homeassistant-control4

This plugin for home assistant allows you to control your control4 devices using Home Assistant. This plugin is very early state and right now only supports lights/dimmers and thermostat.

How To:

Known Issues:

  • Changing thermostat mode is not working. Only temperature control

Sample Home Assistant Config:

For lights:

light:
  - platform: control4
    base_url: 'http://192.168.1.142:9000/'
    proxy_id: 25
    name: Bedroom
    scan_interval: 10

For thermostat:

climate:
  - platform: control4
    base_url: 'http://192.168.1.142:9000/'
    proxy_id: 36
    name: Top Floor
    scan_interval: 10