Updated external content (Jenkins build 122)

pull/1325/head
openHAB Build Server 2020-12-12 15:08:15 +00:00
parent 6f82200fce
commit e06dc8c55b
9 changed files with 28 additions and 21 deletions

View File

@ -20,6 +20,7 @@ This binding can control Amazon Echo devices (Alexa).
It provides features to control and view the current state of echo devices:
- use echo device as text to speech from a rule
- execute a text command
- volume
- pause/continue/next track/previous track
- connect/disconnect bluetooth devices
@ -194,6 +195,7 @@ It will be configured at runtime by using the save channel to store the current
| announcement | String | W | echo, echoshow, echospot | Write Only! Display the announcement message on the display. See in the tutorial section to learn how its possible to set the title and turn off the sound.
| textToSpeech | String | W | echo, echoshow, echospot | Write Only! Write some text to this channel and Alexa will speak it. It is possible to use plain text or SSML: e.g. `<speak>I want to tell you a secret.<amazon:effect name="whispered">I am not a real human.</amazon:effect></speak>`
| textToSpeechVolume | Dimmer | R/W | echo, echoshow, echospot | Volume of the textToSpeech channel, if 0 the current volume will be used
| textCommand | String | W | echo, echoshow, echospot | Write Only! Execute a text command (like a spoken text)
| lastVoiceCommand | String | R/W | echo, echoshow, echospot | Last voice command spoken to the device. Writing to the channel starts voice output.
| mediaProgress | Dimmer | R/W | echo, echoshow, echospot | Media progress in percent
| mediaProgressTime | Number:Time | R/W | echo, echoshow, echospot | Media play time
@ -214,7 +216,6 @@ E.g. to read out the history call from an installation on openhab:8080 with an a
http://openhab:8080/amazonechocontrol/account1/PROXY/api/activities?startTime=&size=50&offset=1
### Example
#### echo.things

View File

@ -160,6 +160,7 @@ The sensor devices support some of the following channels:
| battery_low | Switch | R | Battery level low: `ON`; `OFF` | any battery-powered sensor |
| carbonmonoxide | Switch | R | `ON` = carbon monoxide detected | carbonmonoxide |
| color | Color | R | Color set by remote | colorcontrol |
| windowopen | Contact | R | `windowopen` status is reported by some thermostats | thermostat |
**NOTE:** Beside other non mandatory channels, the `battery_level` and `battery_low` channels will be added to the Thing during runtime if the sensor is battery-powered.
The specification of your sensor depends on the deCONZ capabilities.

View File

@ -113,13 +113,12 @@ A sample HABPanel remote control widget can be found [in this GitHub repository.
## Console Commands
The binding provides a few commands you can use in the console.
Enter the command `lgwebos` to get the usage.
Enter the command `openhab:lgwebos` to get the usage.
```
openhab> lgwebos
Usage: smarthome:lgwebos <thingUID> applications - list applications
Usage: smarthome:lgwebos <thingUID> channels - list channels
Usage: smarthome:lgwebos <thingUID> accesskey - show the access key
Usage: openhab:lgwebos <thingUID> applications - list applications
Usage: openhab:lgwebos <thingUID> channels - list channels
Usage: openhab:lgwebos <thingUID> accesskey - show the access key
```
The command `applications` reports in the console the list of all applications with their id and name.

View File

@ -55,7 +55,7 @@ Instructions given for Firefox :
5. In the login page, prefilled with your mail address, enter your Enedis account password and click on "Connexion à Espace Client Enedis".
6. You will be directed to your Enedis account environment. Get back to previous page in you browser.
7. Disconnect from your Enedis account
8. Repeat steps 1, 2. You should arrive directly on step 5, then open the developer tool window (F12) and select "Stockage" tab. In the "Cookies" entry, select "https://mon-compte-enedis.fr". You'll find an entry named "internalAuthId", copy this value in your Openhab configuration.
8. Repeat steps 1, 2. You should arrive directly on step 5, then open the developer tool window (F12) and select "Stockage" tab. In the "Cookies" entry, select "https://mon-compte-enedis.fr". You'll find an entry named "internalAuthId", copy this value in your openHAB configuration.
## Channels
@ -76,18 +76,17 @@ The information that is retrieved is available as these channels:
## Console Commands
The binding provides one specific command you can use in the console.
Enter the command `smarthome:linky` to get the usage.
Enter the command `openhab:linky` to get the usage.
```
openhab> smarthome:linky
Usage: smarthome:linky <thingUID> report <start day> <end day> [<separator>] - report daily consumptions between two dates
Usage: openhab:linky <thingUID> report <start day> <end day> [<separator>] - report daily consumptions between two dates
```
The command `report` reports in the console the daily consumptions between two dates.
If no dates are provided, the last 7 are considered by default.
Start and end day are formatted yyyy-mm-dd.
Here is an example of command you can run: `smarthome:linky linky:linky:local report 2020-11-15 2020-12-15`.
Here is an example of command you can run: `openhab:linky linky:linky:local report 2020-11-15 2020-12-15`.
## Full Example

View File

@ -143,18 +143,17 @@ The following channels are available:
## Console Commands
The binding provides few specific commands you can use in the console.
Enter the command `smarthome:powermax` to get the usage of each available command.
Enter the command `openhab:powermax` to get the usage of each available command.
```
openhab> smarthome:powermax
Usage: smarthome:powermax <bridgeUID> info_setup - information on setup
Usage: smarthome:powermax <bridgeUID> download_setup - download setup
Usage: openhab:powermax <bridgeUID> info_setup - information on setup
Usage: openhab:powermax <bridgeUID> download_setup - download setup
```
The command `info_setup` displays in the console informations about your current panel setup.
The command `download_setup` will trigger a new download of the panel setup.
Here is an example of command you can run: `smarthome:powermax powermax:serial:home info_setup`.
Here is an example of command you can run: `openhab:powermax powermax:serial:home info_setup`.
## Notes & Limitations

View File

@ -139,7 +139,7 @@ Here is a sample configuration for a RGB bulb, such as a Sengled model E11-N1EA
## References
1. [openHAB configuration documentation](http://docs.openhab.org/configuration/index.html)
2. [Smartthings Capabilities Reference](http://docs.smartthings.com/en/latest/capabilities-reference.html)
3. [Smartthings Developers Documentation](http://docs.smartthings.com/en/latest/index.html)
1. [openHAB configuration documentation](https://openhab.org/docs/configuration/index.html)
2. [Smartthings Capabilities Reference](https://docs.smartthings.com/en/latest/capabilities-reference.html)
3. [Smartthings Developers Documentation](https://docs.smartthings.com/en/latest/index.html)
4. [Smartthings Development Environment](https://graph.api.smartthings.com/)

View File

@ -73,6 +73,7 @@
<channel id="announcement" typeId="announcement"/>
<channel id="textToSpeech" typeId="textToSpeech"/>
<channel id="textToSpeechVolume" typeId="textToSpeechVolume"/>
<channel id="textCommand" typeId="textCommand"/>
<channel id="remind" typeId="remind"/>
<channel id="nextReminder" typeId="nextReminder"/>
<channel id="playAlarmSound" typeId="playAlarmSound"/>
@ -127,6 +128,7 @@
<channel id="announcement" typeId="announcement"/>
<channel id="textToSpeech" typeId="textToSpeech"/>
<channel id="textToSpeechVolume" typeId="textToSpeechVolume"/>
<channel id="textCommand" typeId="textCommand"/>
<channel id="remind" typeId="remind"/>
<channel id="nextReminder" typeId="nextReminder"/>
<channel id="playAlarmSound" typeId="playAlarmSound"/>
@ -181,6 +183,7 @@
<channel id="announcement" typeId="announcement"/>
<channel id="textToSpeech" typeId="textToSpeech"/>
<channel id="textToSpeechVolume" typeId="textToSpeechVolume"/>
<channel id="textCommand" typeId="textCommand"/>
<channel id="remind" typeId="remind"/>
<channel id="nextReminder" typeId="nextReminder"/>
<channel id="playAlarmSound" typeId="playAlarmSound"/>
@ -452,6 +455,11 @@
<label>Speak Volume</label>
<description>Volume of the Speak channel. If 0, the current volume will be used.</description>
</channel-type>
<channel-type id="textCommand" advanced="true">
<item-type>String</item-type>
<label>TextCommand</label>
<description>Run a command (Write only). The command can run like a spoken command.</description>
</channel-type>
<channel-type id="lastVoiceCommand" advanced="true">
<item-type>String</item-type>
<label>Last Voice Command</label>

View File

@ -25,7 +25,7 @@
It is also possible to switch the
light on and off.
</description>
<category>DimmableLight</category>
<category>Light</category>
<tags>
<tag>Lighting</tag>
</tags>

View File

@ -75,7 +75,7 @@
<description>White leds and RGBWW allow to change between a cold and a warm color temperature. White support 16, RGBWW
support 64 steps
</description>
<category>DimmableLight</category>
<category>Light</category>
<state min="0" max="100" step="1" pattern="%d"></state>
</channel-type>