## 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.
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
## 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
## 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