This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
openhab [2018/01/02 22:48] robm |
openhab [2018/01/03 00:31] (current) robm |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| Create the following start-up file, I called mine ''/ | Create the following start-up file, I called mine ''/ | ||
| - | < | + | < |
| - | #!/bin/bash -x | + | |
| CMD=( | CMD=( | ||
| docker run | docker run | ||
| Line 35: | Line 34: | ||
| openhab/ | openhab/ | ||
| ) | ) | ||
| - | " | + | " |
| </ | </ | ||
| Line 101: | Line 100: | ||
| </ | </ | ||
| + | <note tip>The LightwaveRF Link protocol is documented at https:// | ||
| ===== Configuring the (not yet installed) LightwaveRF Bindings ===== | ===== Configuring the (not yet installed) LightwaveRF Bindings ===== | ||
| Line 108: | Line 108: | ||
| The instructions for the legacy (openHAB v1) bindings for LightwaveRF are [[https:// | The instructions for the legacy (openHAB v1) bindings for LightwaveRF are [[https:// | ||
| - | Create a new file at ''/ | + | Create a new file at ''/ |
| - | < | + | <note important> |
| - | ################################### | + | |
| + | '' | ||
| + | |||
| + | </ | ||
| + | |||
| + | < | ||
| # | # | ||
| # The IP Address of the LightwaveRf Wifi Link you can use the broadcast address (required) | # The IP Address of the LightwaveRf Wifi Link you can use the broadcast address (required) | ||
| - | lightwaveRf: | + | lightwaverf: |
| # The port to monitor for messages you shouldn' | # The port to monitor for messages you shouldn' | ||
| - | lightwaveRf: | + | lightwaverf: |
| - | # The port to send messages on, it will also be monitored for incoming messages | + | # The port to send messages on, it will also be monitored for incoming messages |
| # you shouldn' | # you shouldn' | ||
| - | lightwaveRf:sendport=9761 | + | lightwaverf:sendport=9760 |
| # For a new computer you will need to register it with the wifi link to be allowed to send messages | # For a new computer you will need to register it with the wifi link to be allowed to send messages | ||
| # setting this to true we will send a registration message on startup. You will need to confirm | # setting this to true we will send a registration message on startup. You will need to confirm | ||
| Line 160: | Line 165: | ||
| </ | </ | ||
| + | If you change the configuration file, you can restart (all) legacy openHAB v1 bindings by restarting the compatibility layer bundle from the interactive prompt of OpenHAB (the ''/ | ||
| + | |||
| + | < | ||
| + | bundle: | ||
| + | </ | ||