techwitheddie

MQTT POW

Mar 6th, 2021 (edited)
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.61 KB | None | 0 0
  1. {
  2.             "platform": "WMPow",
  3.             "plugin_map": {
  4.                 "plugin_name": "homebridge-washingmachine-pow"
  5.             },
  6.             "name": "WMPow",
  7.             "devices": [
  8.                 {
  9.                     "name": "Washing Machine",
  10.                     "ip": "192.168.86.101",
  11.                     "port": 1883,
  12.                     "username": "MQTT",
  13.                     "password": "admin",
  14.                     "manufacturer": "ITEAD",
  15.                     "model": "Sonoff Pow",
  16.                     "serialNumber": "12345",
  17.                     "onValue": "ON",
  18.                     "offValue": "OFF",
  19.                     "startValue": 0,
  20.                     "motionSensor": true,
  21.                     "topics": {
  22.                         "stateGet": "tele/pow/STATE",
  23.                         "statusGet": "stat/pow/POWER",
  24.                         "energyGet": "tele/pow/SENSOR",
  25.                         "statusSet": "cmnd/pow/power",
  26.                         "resetSet": [
  27.                             "cmnd/pow/EnergyReset1",
  28.                             "cmnd/pow/EnergyReset2",
  29.                             "cmnd/pow/EnergyReset3"
  30.                         ]
  31.                     }
  32.                 }
  33.             ],
  34.             "telegram": {
  35.                 "active": true,
  36.                 "messages": {
  37.                     "started": "*Washingmachine:* started!",
  38.                     "finished": "*Washingmachine:* Go Dry The Clothes!"
  39.                 },
  40.                 "token": "YOUR TOKEN",
  41.                 "chatID": "YOUR ID"
  42.             },
  43.             "debug": true
  44.         }
Add Comment
Please, Sign In to add comment