Aktoren, die in einer FHEM-Instanz definiert sind, aus einer anderen schalten
Switch
Definition eines Schalters (EnOcean FSR14)
defmod <actor-device-name> EnOcean 0000000B
attr <actor-device-name> IODev FGW14
attr <actor-device-name> alias Licht
attr <actor-device-name> devStateIcon off:light_light_dim_00@gray on:light_light_dim_100@yellow .*:hourglass
attr <actor-device-name> eep A5-38-08
attr <actor-device-name> group Beleuchtung
attr <actor-device-name> gwCmd switching
attr <actor-device-name> icon light_downlight
attr <actor-device-name> manufID 00D
attr <actor-device-name> mqttPublish state:topic=haus/wohnzimmer/licht/top/state
attr <actor-device-name> mqttSubscribe state:stopic=haus/wohnzimmer/licht/top/set
attr <actor-device-name> room Wohnzimmer
attr <actor-device-name> subDef 0010000B
attr <actor-device-name> subType gateway
attr <actor-device-name> webCmd on:off
Definition des Dummy-Steuerung-Device:
defmod <dummy-device-name> dummy
attr <dummy-device-name> devStateIcon off:light_light_dim_00@gray on:light_light_dim_100@#FF5722 .*:hourglass
attr <dummy-device-name> eventMap {usr=>{'an'=>'on','aus'=>'off'}}
attr <dummy-device-name> group Beleuchtung
attr <dummy-device-name> icon light_ceiling
attr <dummy-device-name> mqttPublish state:topic=haus/wohnzimmer/licht/top/set
attr <dummy-device-name> mqttSubscribe state:topic=haus/wohnzimmer/licht/top/state
attr <dummy-device-name> room Wohnzimmer
attr <dummy-device-name> setList on off
attr <dummy-device-name> webCmd an:aus
Natürlich kann auch ein anderes MQTT-Client verwendet werden. Z.B. NodeRED:
[{"id":"7baea47e.820cac","type":"mqtt in","z":"62e90aa0.5d60d4","name":"","topic":"haus/wohnzimmer/licht/top/state","qos":"2","broker":"e7d617ab.0f9208","x":290,"y":360,"wires":[["3336774a.795608"]]},{"id":"8f2201e7.dae91","type":"mqtt out","z":"62e90aa0.5d60d4","name":"","topic":"haus/wohnzimmer/licht/top/set","qos":"","retain":"","broker":"e7d617ab.0f9208","x":840,"y":360,"wires":[]},{"id":"3336774a.795608","type":"ui_switch","z":"62e90aa0.5d60d4","name":"","label":"Wohnzimmerlicht","group":"e4f06bbf.a91a28","order":1,"width":0,"height":0,"passthru":false,"decouple":"true","topic":"","style":"","onvalue":"on","onvalueType":"str","onicon":"","oncolor":"","offvalue":"off","offvalueType":"str","officon":"","offcolor":"","x":570,"y":360,"wires":[["8f2201e7.dae91"]]},{"id":"e7d617ab.0f9208","type":"mqtt-broker","z":"","broker":"192.168.0.15","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"willTopic":"","willQos":"0","willPayload":"","birthTopic":"","birthQos":"0","birthRetain":"false","birthPayload":""},{"id":"e4f06bbf.a91a28","type":"ui_group","z":"","name":"Schalter","tab":"50154367.e9148c","order":2,"disp":true,"width":"6","collapse":false},{"id":"50154367.e9148c","type":"ui_tab","z":"","name":"Home","icon":"dashboard","order":1}]