mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
mqtt2.template: add 2 more zigbee devices
git-svn-id: https://svn.fhem.de/fhem/trunk@18878 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3a74016af7
commit
5cc29362f9
@ -11,7 +11,7 @@
|
||||
###########################################
|
||||
name:0_00_General_Info
|
||||
filter:TYPE=MQTT2_DEVICE
|
||||
desc: <a href="https://forum.fhem.de/index.php/topic,94495.0.html">Forum Thread</a> for <br>- suggesting new templates <br>- bug reports on mqtt2.template
|
||||
desc: <a href="https://forum.fhem.de/index.php/topic,94495.0.html">Forum Thread</a> for <br>- suggesting new templates <br>- bug reports on mqtt2.template<br>NOTE: Some templates are only visible in case the existing device configuration meets some minimum requirements, e.g. the CID starting with "zigbee"! <br>Have a look in the mqtt2.template file itself to get more info
|
||||
|
||||
###############
|
||||
#MQTT2_CLIENT_Bridge
|
||||
@ -343,6 +343,28 @@ attr DEVICE readingList BASE_TOPIC/DEV_ID:.* { json2nameValue($EVENT) }
|
||||
deletereading DEVICE .*
|
||||
attr DEVICE model L_12_Wireless_Button
|
||||
|
||||
name:L_13_zigbee2mqtt_wireless_button_old
|
||||
desc: Wireless button without gyro via zigbee2mqtt <br>Tested with: Xiaomi Aqara WXKG11LM wireless button
|
||||
filter:TYPE=MQTT2_DEVICE:FILTER=CID=zigbee.*
|
||||
par:BASE_TOPIC;base topic as set in configuration.yaml of the zigbee2mqtt bridge in the topics;{ AttrVal("DEVICE","readingList","") =~ m,([^/]+)[/].*:, ? $1 : undef }
|
||||
par:DEV_ID;name of the device in the zigbee2mqtt bridge;{ AttrVal("DEVICE","readingList","") =~ m,[^/]+[/]([^/]+).*:, ? $1 : undef }
|
||||
attr DEVICE stateFormat Click: click
|
||||
attr DEVICE readingList BASE_TOPIC/DEV_ID:.* { json2nameValue($EVENT) }
|
||||
deletereading DEVICE .*
|
||||
attr DEVICE model L_13_wireless_button_old
|
||||
|
||||
name:L_14_zigbee2mqtt_aqara_cube
|
||||
desc: Aqara smarthome cube via zigbee2mqtt <br>Tested with: Xiaomi Aqara MFKZQ01LM smarthome cube
|
||||
filter:TYPE=MQTT2_DEVICE:FILTER=CID=zigbee.*
|
||||
par:BASE_TOPIC;base topic as set in configuration.yaml of the zigbee2mqtt bridge in the topics;{ AttrVal("DEVICE","readingList","") =~ m,([^/]+)[/].*:, ? $1 : undef }
|
||||
par:DEV_ID;name of the device in the zigbee2mqtt bridge;{ AttrVal("DEVICE","readingList","") =~ m,[^/]+[/]([^/]+).*:, ? $1 : undef }
|
||||
attr DEVICE stateFormat Action: action
|
||||
attr DEVICE readingList BASE_TOPIC/DEV_ID:.* { json2nameValue($EVENT) }
|
||||
deletereading DEVICE .*
|
||||
attr DEVICE model L_14_aqara_cube
|
||||
|
||||
|
||||
|
||||
###########################################
|
||||
# TASMOTA
|
||||
# The regexp must handle
|
||||
|
Loading…
Reference in New Issue
Block a user