This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
config [2015/04/27 11:36] wo_rasp |
config [2015/11/27 21:09] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
The pilight configuration has to be put in an external file called config.json. It is located under /etc/pilight/config.json | The pilight configuration has to be put in an external file called config.json. It is located under /etc/pilight/config.json | ||
- | For any questions regarding JSON, http://en.wikipedia.org/wiki/JSONWikipedia provides a brief introduction into JSON. In particular the section "Data types, Syntax and Examples" is helpful to understand where to use square and curly brackets, commas, double quotes and the colon. | + | For any questions regarding JSON, [[http://en.wikipedia.org/wiki/JSON|Wikipedia]] provides a brief introduction into JSON. In particular the section "Data types, Syntax and Examples" is helpful to understand where to use square and curly brackets, commas, double quotes and the colon. |
===== Basic Syntax ===== | ===== Basic Syntax ===== | ||
Line 357: | Line 357: | ||
In case the computer that the pilight-daemon is running on does not have GPIO capabilities, choose this option. | In case the computer that the pilight-daemon is running on does not have GPIO capabilities, choose this option. | ||
- | ==== 433.92Mhz ==== | + | ==== 433.92 MHz ==== |
=== lirc_rpi Kernel Module === | === lirc_rpi Kernel Module === | ||
Line 391: | Line 391: | ||
</code> | </code> | ||
- | You can not configure the ports on the arduino, the receiver is connected to pin D2 and the transmitter is connected to pin D5 of the nano. | + | You can not configure the ports on the [[arduino]], the receiver is connected to pin D2 and the transmitter is connected to pin D5 of the nano. |
the only port you can configure currently is the USB port the Nano is connected to. | the only port you can configure currently is the USB port the Nano is connected to. |