Skip to content

itsfrosty/homeassistant-control4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Connect control4 devices to Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages