From 36034a62a5b8a01bd88fe318db98cd4df0dafe2e Mon Sep 17 00:00:00 2001 From: Beta-User <> Date: Mon, 27 Feb 2023 19:53:24 +0000 Subject: [PATCH] mqtt2.template: update hoymiles bridge git-svn-id: https://svn.fhem.de/fhem/trunk@27278 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/lib/AttrTemplate/mqtt2.template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/lib/AttrTemplate/mqtt2.template b/fhem/FHEM/lib/AttrTemplate/mqtt2.template index 139805feb..d02a673d2 100644 --- a/fhem/FHEM/lib/AttrTemplate/mqtt2.template +++ b/fhem/FHEM/lib/AttrTemplate/mqtt2.template @@ -5535,10 +5535,17 @@ attr DEVICE autocreate 1 attr DEVICE readingList BASE_ID/version:.* version\ BASE_ID/free_heap:.* free_heap\ BASE_ID/uptime:.* uptime\ - BASE_ID/device:.* device + BASE_ID/device:.* device\ + BASE_ID/mqtt:.* mqtt\ + BASE_ID/ip_addr:.* ip_addr\ + BASE_ID/comm_start:.* comm_start\ + BASE_ID/comm_stop:.* comm_stop\ + BASE_ID/dis_night_comm:.* dis_night_comm\ + BASE_ID/comm_disabled:.* comm_disabled\ + BASE_ID/comm_dis_ts:.* comm_dis_ts attr DEVICE setStateList on off attr DEVICE model hoymiles_microinverter_hub_bridge -setreading DEVICE attrTemplateVersion 20220812 +setreading DEVICE attrTemplateVersion 20230227 { AttrTemplate_Initialize() }