8000 GitHub - sidddy/homematic: Mirror of Homematic interface library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sidddy/homematic

 
 

Repository files navigation

homematic

GoDoc Go Report Card

homematic is a simple library to interface a HomeMatic CCU2 or CCU3.

The communication is done with XML RPC and supports Wired, RF and HmIP devices.

Usage

// create client object for CCU
ccu, err := homematic.NewCCU("192.168.4.40")

// list all devices
devices, err := client.GetDevices()

// set state of device
devices["OEQ1234567:1"].SetValue("STATE", true)

See the documentation for more information.

About

Mirror of Homematic interface library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0