This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
start [2017/10/01 09:35] curlymo |
start [2018/10/20 13:33] (current) felfert Add sendraw action |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== About the pilight wiki ==== | + | ===== 3rd Party Modules ===== |
- | All pilight documentation has been moved to [[http://manual.pilight.org|http://manual.pilight.org]]. | + | Due to its modular structure, pilight can be easily extended by providing additional modules. This page lists the modules that are available together with installation information. |
- | The wiki will remain available as a community platform to share information. | + | Please note that the modules below have been created by pilight users. They are not part of the pilight package and support for these modules has to be provided by their creators. **So do not report any issues with these modules as pilight issues!** |
+ | Only post your questions, comments and issues in the Addons forum: [[https://forum.pilight.org/forumdisplay.php?fid=24 | ||
+ | ]] | ||
+ | |||
+ | //All pilight documentation has been moved to [[http://manual.pilight.org|http://manual.pilight.org]].// | ||
+ | |||
+ | ==== Protocol ==== | ||
+ | |||
+ | None | ||
+ | |||
+ | ==== Hardware ==== | ||
+ | |||
+ | None | ||
+ | |||
+ | ==== Events ==== | ||
+ | |||
+ | === Instructions for the installation of lua eventing modules === | ||
+ | |||
+ | All eventing modules are written in the lua language and don't need compilation. The downloaded lua code can simply be copied to pilights module folders and then can be used right away in your rules. The module folders are: | ||
+ | * for actions: /usr/local/lib/pilight/actions/ | ||
+ | * for operators /usr/local/lib/pilight/operators/ | ||
+ | * for functions: /usr/local/lib/pilight/functions/ | ||
+ | |||
+ | To install one of the eventing modules, follow these steps: | ||
+ | |||
+ | - Click the link in the "Source" column for the module you wish to install. The code will then be listed. | ||
+ | - Download the module by clicking the tab at the top of the code listing | ||
+ | - Move or copy the lua file to the appropriate folder as indicated above. | ||
+ | |||
+ | === Event Actions === | ||
+ | |||
+ | |< 100% 100px - 125px 50px 50px>| | ||
+ | ^Name^Description^pilight version^Information^Source^ | ||
+ | |http|Perform GET and POST actions|v8.1.1|[[docu_http|documentation]]|[[action_http|http]]| | ||
+ | |write|Write text to a file|v8.1.1|[[docu_write|documentation]]|[[action_write|write]]| | ||
+ | |read|Read all text from a file into a label|v8.1.1|[[docu_read|documentation]]|[[action_read|read]]| | ||
+ | |set|Set, update or delete a variable|v8.1.1|[[docu_set|documentation]]|[[action_set|set]]| | ||
+ | |sendraw|Send raw codes|v8.1.2|[[docu_sendraw|documentation]]|[[action_sendraw|sendraw]]| | ||
+ | |||
+ | === Event Functions === | ||
+ | |||
+ | |< 100% 100px - 125px 50px 50px>| | ||
+ | ^Name^Description^pilight version^Information^Source^ | ||
+ | |GETVAR|Retrieve value from variable|v8.1.1|[[docu_getvar|documentation]]|[[function_gevar|GETVAR]]| | ||
+ | |FIND|Returns the number of occurrences of one string in another string|v8.1.1|[[docu_find|documentation]]|[[function_find|FIND]]| | ||
+ | |FORMAT|Format a number into a string|v8.1.1|[[docu_format|documentation]]|[[function_format|FORMAT]]| | ||
+ | |EXTRACT|Extract value from http query string|v8.1.1|[[docu_extract|documentation]]|[[function_extract|EXTRACT]]| | ||
+ | |ROUND|Rounds a number to a given number of decimals|v8.1.1|[[docu_round|documentation]]|[[function_round|ROUND]]| | ||
+ | |||
+ | |||
+ | === Event Operators === | ||
+ | |||
+ | None | ||
+ | |||
+ | ==== Old C Modules ==== | ||
+ | |||
+ | **Protocols** | ||
+ | |||
+ | |< 100% 100px - 125px 50px >| | ||
+ | ^Name^Description^pilight version^Installation^ | ||
+ | |timer|A timer based switch|v6.0|[[https://github.com/martinr63/pilight/releases|link]]| | ||
- | So if you are looking for information about pilight, please visit: [[http://manual.pilight.org|http://manual.pilight.org]] |