[linky/powermax/lgwebos] Adapt README to OH3 (#9332)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2020-12-11 22:33:24 +01:00 committed by GitHub
parent c0dc0daa4f
commit f5e16ae5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 15 deletions

View File

@ -98,13 +98,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

@ -41,7 +41,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
@ -62,18 +62,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

@ -129,18 +129,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