mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-04 11:24:10 +01:00
[tellstick] Add support for suggestion finder (#16228)
Also updates the readme for the new URL. Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
70137ce58a
commit
97cd74ab90
@ -8,13 +8,9 @@ All of these 433 MHz devices is one-way, so some versions of the Tellstick monit
|
|||||||
|
|
||||||
The latest versions have also implemented Z-Wave as transmission protocol which open up for more robust transmission due two-ways communication.
|
The latest versions have also implemented Z-Wave as transmission protocol which open up for more robust transmission due two-ways communication.
|
||||||
|
|
||||||
<p align="center">
|
![](doc/tellstick_duo.jpg)
|
||||||
<img src="doc/tellstick_duo.jpg" alt="Tellstick Duo with device" width="300px"/>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">
|
![](doc/znet.jpeg)
|
||||||
<img src="doc/znet.jpeg" alt="Tellstick Znet lite v2" width="300px"/>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
## Supported Things
|
## Supported Things
|
||||||
|
|
||||||
@ -97,7 +93,7 @@ Optional:
|
|||||||
#### Telldus Live Bridge
|
#### Telldus Live Bridge
|
||||||
|
|
||||||
To configure Telldus Live you have request OAuth tokens from Telldus.
|
To configure Telldus Live you have request OAuth tokens from Telldus.
|
||||||
Goto this page <https://api.telldus.com/keys/index> and request your keys and update the config.
|
Goto this page <https://pa-api.telldus.com/keys/index> and request your keys and update the config.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
Bridge tellstick:telldus-live:2 "Tellstick ZWave" [publicKey="XXX", privateKey="YYYY", token= "ZZZZ", tokenSecret="UUUU"]
|
Bridge tellstick:telldus-live:2 "Tellstick ZWave" [publicKey="XXX", privateKey="YYYY", token= "ZZZZ", tokenSecret="UUUU"]
|
||||||
|
@ -8,4 +8,16 @@
|
|||||||
<description>This is the binding for Telldus Tellstick Basic, Duo, .Net and Z-Net Lite.</description>
|
<description>This is the binding for Telldus Tellstick Basic, Duo, .Net and Z-Net Lite.</description>
|
||||||
<connection>hybrid</connection>
|
<connection>hybrid</connection>
|
||||||
|
|
||||||
|
<discovery-methods>
|
||||||
|
<discovery-method>
|
||||||
|
<service-type>usb</service-type>
|
||||||
|
<match-properties>
|
||||||
|
<match-property>
|
||||||
|
<name>chipId</name>
|
||||||
|
<regex>(?i)1781:0C31</regex>
|
||||||
|
</match-property>
|
||||||
|
</match-properties>
|
||||||
|
</discovery-method>
|
||||||
|
</discovery-methods>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
Loading…
Reference in New Issue
Block a user