# 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" #"TX": # "ON": "is000000000FFF" # "OFF": "is000000000FF0" #"RX": # "ON": "i000015" # "OFF": "i000014" statTopic: "cmnd/Lamp1/POWER" #cmdTopic: "" "IT_A2": name: "InterTechno A2" #"TX": # "ON": "is0000F0000FFF" # "OFF": "is0000F0000FF0" #"RX": # "ON": "i004015" # "OFF": "i004014" statTopic: "cmnd/Lamp2/POWER" #cmdTopic: "" "IT_F9": name: "InterTechno F9" #"TX": # "ON": "is0000F0000FFF" # "OFF": "is0000F0000FF0" #"RX": # "ON": "i004015" # "OFF": "i004014" statTopic: "cmnd/SomeOtherLamp/POWER" #cmdTopic: "" "FAN_WZ": name: "Deckenventilator WZ" #"TX": # "STOP": "is00F01DF0FD10" # "LOW": "is00F01DF0FDD0" # "MED": "is00F01DF0FD0D" # "HIGH": "is00F01DF0FDFD" "RX": "STOP": "i04E46C" "LOW": "i04E468" "MED": "i04E462" "HIGH": "i04E466" #TX_interface: "MQTT" 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"} ] #add_statTopics: [ "test/123/bla", "test/234/blablu"]