Shellies for FFW floor and bath added
This commit is contained in:
parent
66a471979d
commit
8f8ace13c1
@ -147,6 +147,11 @@ class physical_devices(base):
|
||||
|
||||
def __init_ffw__(self, mqtt_client):
|
||||
loc = props.LOC_FFW
|
||||
# FLOOR
|
||||
roo = props.ROO_FLO
|
||||
#
|
||||
self.add(mqtt_client, props.STG_SHE, loc, roo, props.FUN_MAL, props.DTY_SHY_SW1) # Shelly Main Light
|
||||
|
||||
# JULIAN
|
||||
roo = props.ROO_JUL
|
||||
#
|
||||
@ -157,6 +162,7 @@ class physical_devices(base):
|
||||
# BATH
|
||||
roo = props.ROO_BAT
|
||||
#
|
||||
self.add(mqtt_client, props.STG_SHE, loc, roo, props.FUN_MAL, props.DTY_SHY_SW1) # Shelly Main Light
|
||||
self.add(mqtt_client, props.STG_ZFW, loc, roo, props.FUN_HEA, props.DTY_BVL_xxx) # Brennenstuhl Heatingvalve
|
||||
|
||||
# LIVINGROOM
|
||||
|
Loading…
x
Reference in New Issue
Block a user