cul2mqtt_devices.yaml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. "IT_A1":
  2. name: "InterTechno A1"
  3. #"TX":
  4. # "ON": "is000000000FFF"
  5. # "OFF": "is000000000FF0"
  6. "RX":
  7. "ON": "i000015"
  8. "OFF": "i000014"
  9. statTopic: "cmnd/T5-AZ-Deckenlampe/POWER"
  10. #cmdTopic: ""
  11. "IT_A2":
  12. name: "InterTechno A2"
  13. #"TX":
  14. # "ON": "is0000F0000FFF"
  15. # "OFF": "is0000F0000FF0"
  16. "RX":
  17. "ON": "i004015"
  18. "OFF": "i004014"
  19. statTopic: "cmnd/T5-AZ-Stehlampe/POWER"
  20. #cmdTopic: ""
  21. "FAN_WZ":
  22. name: "Deckenventilator WZ"
  23. #"TX":
  24. # "STOP": "is00F01DF0FD10"
  25. # "LOW": "is00F01DF0FDD0"
  26. # "MED": "is00F01DF0FD0D"
  27. # "HIGH": "is00F01DF0FDFD"
  28. "RX":
  29. "STOP": "i04E46C"
  30. "LOW": "i04E468"
  31. "MED": "i04E462"
  32. "HIGH": "i04E466"
  33. #TX_interface: "MQTT"
  34. statTopic: "T5/WZ/Deckenventilator/level"
  35. cmdTopic: "T5/WZ/Deckenventilator/set"
  36. add_statTopics_on: [ {"on_payload": "STOP", "topic": "T5/WZ/Deckenventilator/setTimer", "payload": "OFF"},
  37. {"on_payload": "LOW", "topic": "T5/WZ/Deckenventilator/setTimer", "payload": "1H"}
  38. ]
  39. #add_statTopics: [ "test/123/bla", "test/234/blablu"]