https://github.com/pimatic/pimatic-pilight
Plugin to integrate pilight to control 433mhz devices.
https://github.com/pimatic/pimatic-pilight
Last synced: 5 months ago
JSON representation
Plugin to integrate pilight to control 433mhz devices.
- Host: GitHub
- URL: https://github.com/pimatic/pimatic-pilight
- Owner: pimatic
- Created: 2014-01-04T12:12:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T17:25:49.000Z (over 10 years ago)
- Last Synced: 2025-09-05T04:49:47.159Z (11 months ago)
- Language: CoffeeScript
- Homepage: https://github.com/sweetpi/pimatic
- Size: 793 KB
- Stars: 4
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pimatic pilight plugin
======================
Deprecated notice
-----------------
**master branch** Works with pilight v7, but is only tested with switches.
**pilight5 branch** Fully support for the (outdated) pilight v5.
**We are looking for a new maintainer for the plugin, because
the [homeduino plugin](https://github.com/pimatic/pimatic-homeduino) replaced most of pilights functionality and we will put our effort into this new standalone solution.**
About
-----------------
Plugin for the integration of [pilight](https://github.com/pilight/pilight) to control 433Mhz switches
and dimmers and get informations from 433Mhz weather stations. See the project page for a list of
[supported devices](http://wiki.pilight.org/doku.php/protocols). 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](pilight-config-schema.html)
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](http://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol) on to auto detect ip and port:
{
"plugin": "pilight",
"ssdp": true
}
Contributors
----------
Thanks to [thexperiments](https://github.com/thexperiments) for adding SSDP support.