2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 17:36:39 +00:00

mqtt2.template: small fix in ems-esp

git-svn-id: https://svn.fhem.de/fhem/trunk@25076 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2021-10-16 05:47:42 +00:00
parent 06a144fd06
commit 083ffffd7b
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
########################################### ###########################################
# $Id: $ # $Id$
# #
# Comments start with #. Empty lines are ignored. # Comments start with #. Empty lines are ignored.
# Syntax of one entry: name: line, one optional filter: line, zero or more par: lines, FHEM-Commands # Syntax of one entry: name: line, one optional filter: line, zero or more par: lines, FHEM-Commands

View File

@ -3578,8 +3578,8 @@ name:ems-esp_boiler
filter:TYPE=MQTT2_DEVICE filter:TYPE=MQTT2_DEVICE
desc:To configure a boiler device for use with an <a href="https://github.com/proddy/EMS-ESP">EMS-ESP</a> with Firmware 2.1.0.<br><a href="https://forum.fhem.de/index.php/topic,104968.0.html">Forum Thread</a> desc:To configure a boiler device for use with an <a href="https://github.com/proddy/EMS-ESP">EMS-ESP</a> with Firmware 2.1.0.<br><a href="https://forum.fhem.de/index.php/topic,104968.0.html">Forum Thread</a>
order:E_02b order:E_02b
par:DEV_ID;ID topic set, default is "ems-esp";{ AttrVal("DEVICE","readingList","") =~ m,[^/:]+/([^/]+), ? $1 : "ems-esp" } par:DEV_ID;ID topic set, default is "ems-esp";{ AttrVal('DEVICE','readingList','') =~ m,[^/:]+/([^/]+), ? $1 : 'ems-esp' }
attr DEVICE readingList DEV_ID/boiler_data { json2nameValue($EVENT) }\ attr DEVICE readingList DEV_ID/boiler_data:.* { json2nameValue($EVENT) }\
DEV_ID/shower_data:.* { json2nameValue($EVENT) }\ DEV_ID/shower_data:.* { json2nameValue($EVENT) }\
DEV_ID/mixing_data:.* { json2nameValue($EVENT) }\ DEV_ID/mixing_data:.* { json2nameValue($EVENT) }\
DEV_ID/tapwater_active:.* tapwater_active\ DEV_ID/tapwater_active:.* tapwater_active\
@ -3595,9 +3595,9 @@ attr DEVICE stateFormat \
Status-Code: serviceCode serviceCodeNumber\ Status-Code: serviceCode serviceCodeNumber\
Temp Außen: outdoorTemp C\ Temp Außen: outdoorTemp C\
attr DEVICE devStateIcon idle:sani_heating heating:sani_heating@red tapwater:sani_water_hot@red attr DEVICE devStateIcon idle:sani_heating heating:sani_heating@red tapwater:sani_water_hot@red
attr DEVICE userReadings BoilerStatus {BoilerStatus("serviceCode","serviceCodeNumber")} attr DEVICE userReadings BoilerStatus {BoilerStatus('serviceCode','serviceCodeNumber')}
attr DEVICE model ems-esp_boiler attr DEVICE model ems-esp_boiler
setreading DEVICE attrTemplateVersion 20201110 setreading DEVICE attrTemplateVersion 20211016
#ems-esp thermostat device #ems-esp thermostat device
name:ems-esp_thermostat_read-only name:ems-esp_thermostat_read-only