-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Laurent ARNAL <[email protected]>
- Loading branch information
Showing
19 changed files
with
1,059 additions
and
1,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
bundles/org.openhab.binding.linky/src/main/resources/OH-INF/thing/bridge-d2l.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<thing:thing-descriptions bindingId="linky" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> | ||
|
||
<bridge-type id="d2l"> | ||
<label>D2L Bridge</label> | ||
<description> | ||
</description> | ||
<bridge-type id="d2l"> | ||
<label>D2L Bridge</label> | ||
<description> | ||
</description> | ||
|
||
<config-description> | ||
</config-description> | ||
</bridge-type> | ||
</thing:thing-descriptions> | ||
<config-description> | ||
</config-description> | ||
</bridge-type> | ||
</thing:thing-descriptions> |
58 changes: 29 additions & 29 deletions
58
bundles/org.openhab.binding.linky/src/main/resources/OH-INF/thing/bridge-enedis-web.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<thing:thing-descriptions bindingId="linky" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> | ||
|
||
<bridge-type id="enedis-web"> | ||
<label>EnedisWebBridge</label> | ||
<description> | ||
Provides your energy consumption data. | ||
In order to receive the data, you must activate your account at | ||
https://espace-client-particuliers.enedis.fr/web/espace-particuliers/compteur-linky. | ||
</description> | ||
<bridge-type id="enedis-web"> | ||
<label>EnedisWebBridge</label> | ||
<description> | ||
Provides your energy consumption data. | ||
In order to receive the data, you must activate your account at | ||
https://espace-client-particuliers.enedis.fr/web/espace-particuliers/compteur-linky. | ||
</description> | ||
|
||
<config-description> | ||
<parameter name="username" type="text" required="true"> | ||
<label>Username</label> | ||
<context>email</context> | ||
<description>Your Enedis Username</description> | ||
</parameter> | ||
<parameter name="password" type="text" required="true"> | ||
<label>Password</label> | ||
<context>password</context> | ||
<description>Your Enedis Password</description> | ||
</parameter> | ||
<parameter name="internalAuthId" type="text" required="true"> | ||
<label>Auth ID</label> | ||
<description>Authentication ID delivered after the captcha (see documentation).</description> | ||
</parameter> | ||
</config-description> | ||
</bridge-type> | ||
</thing:thing-descriptions> | ||
<config-description> | ||
<parameter name="username" type="text" required="true"> | ||
<label>Username</label> | ||
<context>email</context> | ||
<description>Your Enedis Username</description> | ||
</parameter> | ||
<parameter name="password" type="text" required="true"> | ||
<label>Password</label> | ||
<context>password</context> | ||
<description>Your Enedis Password</description> | ||
</parameter> | ||
<parameter name="internalAuthId" type="text" required="true"> | ||
<label>Auth ID</label> | ||
<description>Authentication ID delivered after the captcha (see documentation).</description> | ||
</parameter> | ||
</config-description> | ||
</bridge-type> | ||
|
||
</thing:thing-descriptions> |
54 changes: 27 additions & 27 deletions
54
bundles/org.openhab.binding.linky/src/main/resources/OH-INF/thing/bridge-enedis.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<thing:thing-descriptions bindingId="linky" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> | ||
|
||
<bridge-type id="enedis"> | ||
<label>EnedisBridge</label> | ||
<description> | ||
Provides your energy consumption data. | ||
In order to receive the data, you must activate your account at | ||
https://espace-client-particuliers.enedis.fr/web/espace-particuliers/compteur-linky. | ||
</description> | ||
<bridge-type id="enedis"> | ||
<label>EnedisBridge</label> | ||
<description> | ||
Provides your energy consumption data. | ||
In order to receive the data, you must activate your account at | ||
https://espace-client-particuliers.enedis.fr/web/espace-particuliers/compteur-linky. | ||
</description> | ||
|
||
<config-description> | ||
<parameter name="clientId" type="text" required="false"> | ||
<label>clientId</label> | ||
<description>Your Enedis clientId</description> | ||
</parameter> | ||
<parameter name="clientSecret" type="text" required="false"> | ||
<label>clientSecret</label> | ||
<description>Your Enedis clientSecret</description> | ||
</parameter> | ||
<parameter name="isSandbox" type="boolean" required="false"> | ||
<label>isSandbox</label> | ||
<description>To test on the sandbox environment</description> | ||
<advanced>true</advanced> | ||
</parameter> | ||
</config-description> | ||
<config-description> | ||
<parameter name="clientId" type="text" required="false"> | ||
<label>clientId</label> | ||
<description>Your Enedis clientId</description> | ||
</parameter> | ||
<parameter name="clientSecret" type="text" required="false"> | ||
<label>clientSecret</label> | ||
<description>Your Enedis clientSecret</description> | ||
</parameter> | ||
<parameter name="isSandbox" type="boolean" required="false"> | ||
<label>isSandbox</label> | ||
<description>To test on the sandbox environment</description> | ||
<advanced>true</advanced> | ||
</parameter> | ||
</config-description> | ||
|
||
</bridge-type> | ||
</thing:thing-descriptions> | ||
</bridge-type> | ||
</thing:thing-descriptions> |
30 changes: 15 additions & 15 deletions
30
...s/org.openhab.binding.linky/src/main/resources/OH-INF/thing/bridge-my-electrical-data.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<thing:thing-descriptions bindingId="linky" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> | ||
|
||
<bridge-type id="my-electrical-data"> | ||
<label>MyElectricalDataBridge</label> | ||
<description> | ||
Provides your energy consumption data. | ||
In order to receive the data, you must activate your account at | ||
https://espace-client-particuliers.enedis.fr/web/espace-particuliers/compteur-linky. | ||
</description> | ||
<bridge-type id="my-electrical-data"> | ||
<label>MyElectricalDataBridge</label> | ||
<description> | ||
Provides your energy consumption data. | ||
In order to receive the data, you must activate your account at | ||
https://espace-client-particuliers.enedis.fr/web/espace-particuliers/compteur-linky. | ||
</description> | ||
|
||
<config-description> | ||
</config-description> | ||
</bridge-type> | ||
</thing:thing-descriptions> | ||
<config-description> | ||
</config-description> | ||
</bridge-type> | ||
|
||
</thing:thing-descriptions> |
Oops, something went wrong.