mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
mqtt2.template: bugfix in 6-ch-ethernet board
git-svn-id: https://svn.fhem.de/fhem/trunk@22057 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a2b5af144d
commit
60b7ef3f6c
@ -2455,8 +2455,7 @@ setreading DEVICE attrTemplateVersion 20200522 or prior
|
||||
|
||||
name:6channel_ethernet_board_6input_split
|
||||
filter:TYPE=MQTT2_DEVICE
|
||||
desc:For use with Advantech ADAM-6060-D 6-ch digital Input and 6-ch relay output.
|
||||
NOTE: First experimental version, for configuration and to contribute see <a href="https://forum.fhem.de/index.php/topic,111429.0.html">Forum Thread</a>. You have to configure MQTT first with the Adam/Apax.Net Utility - cloud function: Set your broker and look for the topic; MQTT may not be available on all firmware revisions.<br>Split version - you'll get 6 independent devices.
|
||||
desc:For use with Advantech ADAM-6060-D 6-ch digital Input and 6-ch relay output.<br>NOTE: First experimental version, for configuration and to contribute see <a href="https://forum.fhem.de/index.php/topic,111429.0.html">Forum Thread</a>. You have to configure MQTT first with the Adam/Apax.Net Utility - cloud function: Set your broker and look for the topic; MQTT may not be available on all firmware revisions.<br>Split version - you'll get 6 independent devices.
|
||||
order:W_04
|
||||
par:DEVNAME;Device's name in the topic tree;{ AttrVal("DEVICE","readingList","") =~ m,Advantech/([^/]+)/, ? $1 : undef }
|
||||
par:ICON;ICON as set, defaults to on;{ AttrVal("DEVICE","icon","on") }
|
||||
@ -2507,8 +2506,7 @@ attr DEVICE,DEVICE_CH2,DEVICE_CH3,DEVICE_CH4,DEVICE_CH5,DEVICE_CH6 model 6channe
|
||||
|
||||
name:6channel_ethernet_board_6input_unified
|
||||
filter:TYPE=MQTT2_DEVICE
|
||||
desc:desc:For use with Advantech ADAM-6060-D 6-ch digital Input and 6-ch relay output.
|
||||
NOTE: First experimental version, for configuration and to contribute see <a href="https://forum.fhem.de/index.php/topic,111429.0.html">Forum Thread</a>. You have to configure MQTT first with the Adam/Apax.Net Utility - cloud function: Set your broker and look for the topic; MQTT may not be available on all firmware revisions.
|
||||
desc:desc:For use with Advantech ADAM-6060-D 6-ch digital Input and 6-ch relay output.<br>NOTE: First experimental version, for configuration and to contribute see <a href="https://forum.fhem.de/index.php/topic,111429.0.html">Forum Thread</a>. You have to configure MQTT first with the Adam/Apax.Net Utility - cloud function: Set your broker and look for the topic; MQTT may not be available on all firmware revisions.
|
||||
order:W_04a
|
||||
par:DEVNAME;Device's name in the topic tree;{ AttrVal("DEVICE","readingList","") =~ m,Advantech/([^/]+)/, ? $1 : undef }
|
||||
par:ICON;ICON as set, defaults to on;{ AttrVal("DEVICE","icon","on") }
|
||||
|
Loading…
Reference in New Issue
Block a user