|
@@ -1,60 +0,0 @@
|
|
|
-# No need any more to specify RX codes for InterTechno fixed code devices.
|
|
|
-# Just use a device ID starting with "IT_" and containing the house code and device number, i.E. "IT_A1", "IT_C4" etc.
|
|
|
-# TX codes for all InterTechno compatible devices are generated on the fly, so also no need to get and specify them here.
|
|
|
-# name: internal name, seen in log files and verbose output
|
|
|
-# statTopic: MQTT topic to publish to when a valid RX code for this device was received
|
|
|
-# can be used to control a Tasmota device from an RF remote
|
|
|
-# cmdTopic: MQTT topic to subscribe to (to control a RF device like a InterTechno plug or a ceiling fan remote from i.E. Home Assistant)
|
|
|
-
|
|
|
-"IT_A1":
|
|
|
- name: "InterTechno A1"
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- statTopic: "cmnd/Lamp1/POWER"
|
|
|
-
|
|
|
-
|
|
|
-"IT_A2":
|
|
|
- name: "InterTechno A2"
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- statTopic: "cmnd/Lamp2/POWER"
|
|
|
-
|
|
|
-
|
|
|
-"IT_F9":
|
|
|
- name: "InterTechno F9"
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- statTopic: "cmnd/SomeOtherLamp/POWER"
|
|
|
-
|
|
|
-
|
|
|
-"FAN_WZ":
|
|
|
- name: "Deckenventilator WZ"
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- "RX":
|
|
|
- "STOP": "i04E46C"
|
|
|
- "LOW": "i04E468"
|
|
|
- "MED": "i04E462"
|
|
|
- "HIGH": "i04E466"
|
|
|
-
|
|
|
- statTopic: "T5/WZ/Deckenventilator/level"
|
|
|
- cmdTopic: "T5/WZ/Deckenventilator/set"
|
|
|
- add_statTopics_on: [ {"on_payload": "STOP", "topic": "T5/WZ/Deckenventilator/setTimer", "payload": "OFF"},
|
|
|
- {"on_payload": "LOW", "topic": "T5/WZ/Deckenventilator/setTimer", "payload": "1H"}
|
|
|
- ]
|
|
|
-
|