Advertisement
loeserandy

Untitled

Mar 16th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Bridge mqtt:broker:myAuthentificatedBroker [ host="192.168.0.101", clientID="openHAB2", secure=false, username="openhabian", password="openhabian" ]
  2. {
  3. Thing topic zigbeecontact "Kontakt"@"Zigbee" {
  4. Channels:
  5. Type contact:Kontakt "Haustürkontakt" [stateTopic="zigbee2mqtt/0x00158d0002f911e1", transformationPattern="JS:getZigbeeContact2Contact.js"]
  6. Type number:Linkquality "Empfang_Haustür" [stateTopic="zigbee2mqtt/0x00158d0002f911e1", transformationPattern="JSONPATH:$.linkquality" ]
  7. Type contact:Kontakt2 "Briefkastenkontakt" [stateTopic="zigbee2mqtt/0x00158d0002ebd744", transformationPattern="JS:getZigbeeContact2Contact.js"]
  8. Type number:Linkquality2 "Empfang_Haustür" [stateTopic="zigbee2mqtt/0x00158d0002ebd744", transformationPattern="JSONPATH:$.linkquality" ]
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement