Browse Source

z_server: My ambient onfo moved from ffe.dinigroom to ffe.livingroom

master
Dirk Alders 4 months ago
parent
commit
4bda94e4f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      devices.py

+ 1
- 1
devices.py View File

@@ -188,7 +188,6 @@ class physical_devices(base):
188 188
         self.add(mqtt_client, props.STG_ZFE, loc, roo, props.FUN_FLL, props.DTY_SPP_SW1)            # Powerplug Floor Light
189 189
         self.add(mqtt_client, props.STG_ZFE, loc, roo, props.FUN_GAR, props.DTY_SPP_SW1)            # Powerplug Garland
190 190
         self.add(mqtt_client, props.STG_ZFE, loc, roo, props.FUN_HEA, props.DTY_BVL_xxx)            # Brennenstuhl Heatingvalve
191
-        self.add(mqtt_client, props.STG_MYA, loc, roo, props.FUN_AMB, props.DTY_MAM_THP)            # My Ambient information
192 191
 
193 192
         # SLEEP
194 193
         roo = props.ROO_SLP
@@ -209,6 +208,7 @@ class physical_devices(base):
209 208
         self.add(mqtt_client, props.STG_ZFE, loc, roo, props.FUN_XTR, props.DTY_SPP_SW1)            # X-Mas Tree
210 209
         self.add(mqtt_client, props.STG_ZFE, loc, roo, props.FUN_XST, props.DTY_SPP_SW1)            # X-Mas Star
211 210
         self.add(mqtt_client, props.STG_ZFE, loc, roo, props.FUN_HEA, props.DTY_BVL_xxx)            # Brennenstuhl Heatingvalve
211
+        self.add(mqtt_client, props.STG_MYA, loc, roo, props.FUN_AMB, props.DTY_MAM_THP)            # My Ambient information
212 212
 
213 213
     def __init_stw__(self, mqtt_client):
214 214
         loc = props.LOC_STW

Loading…
Cancel
Save