Fork me on GitHub

pimatic pilight plugin

Plugin for the integration of pilight to control 433Mhz switches and dimmers and get informations from 433Mhz weather stations. See the project page for a list of supported devices. The pilight-daemon must be running to use this plugin.

Configuration

You can load the backend by editing your config.json to include:

{ 
   "plugin": "pilight"
}

in the plugins section. For all configuration options see pilight-config-schema

Devices are automatically added from the pilight-daemon config, when the connection is established.

If you are using pilight 3.0 or later turn ssdp on to auto detect ip and port:

{ 
   "plugin": "pilight",
   "ssdp": true
}

Contributors

Thanks to thexperiments for adding SSDP support.