-
Notifications
You must be signed in to change notification settings - Fork 16
Sitemap Frame
Chibald edited this page Feb 2, 2020
·
1 revision
Text item=Maestro_Stove_State_ONOFF icon="fire" {
Text item=Maestro_Stove_State icon="fire" {
Switch item=Maestro_Power_State label=" " icon="switch" mappings=[0="Power Off"] visibility=[Maestro_Power_State_ONOFF==1]
Switch item=Maestro_Power_State label=" " icon="switch" mappings=[1="Power On"] visibility=[Maestro_Power_State_ONOFF==0]
Switch item=Maestro_Control_Mode label=" " icon="switch" mappings=[1="Auto", 0="Manual"]
Switch item=Maestro_Power_Level label="Vermogen" icon="heating" mappings=[11="1",12="2",13="3",14="4",15="5"]
Switch item=Maestro_ECO_Mode label="Eco" icon="pressure" mappings=[0="Off",1="On"]
}
Switch item=Maestro_Chrono_Mode label="Chronostat" icon="pressure" mappings=[0="Off",1="On"]
Text item=Maestro_Ambient_Temperature label="Temp [%.1f °C]" icon="temperature"
Setpoint item=Maestro_Temperature_Setpoint label="Setpoint [%.1f °C]" icon="temperature" minValue=1 maxValue=30 step=0.5 visibility=[Maestro_Chrono_Mode==0]
Text item=Maestro_Boiler_Temperature label="Temperatuur [%.1f °C]" icon="water"
Setpoint item=Maestro_Boiler_Setpoint label="Setpoint [%.1f °C]" icon="water" minValue=1 maxValue=75 step=1
Switch item=Maestro_Silent_Mode label="Silent" icon="pressure" mappings=[0="Off",1="On"]
Switch item=Maestro_Fan_State label="" icon="fan" mappings=[1="1",2="2",3="3", 4="4",5="5", 6="Auto"]
Text item=Maestro_Chrono_Mode label="Info" icon="pressure" {
Switch item=Maestro_Candle_Condition label="Candle" mappings=[1="Aan", 0= "Uit"] icon="status"
Text item=Maestro_Fume_Temperature label="Fume[%.1f °C]" icon="temperature"
Text item=Maestro_Temperature_Motherboard label="Board[%.1f °C]" icon="temperature"
Text item=Maestro_RPM_Fam_Fume label="Fume [%.1f RPM]" icon="fan"
Text item=Maestro_RPM_WormWheel_Live label="Wormwheel Live [%.1f RPM]" icon="fan"
Text item=Maestro_RPM_WormWheel_Set label="Wormwheel Set [%.1f RPM]" icon="fan"
Text item=Maestro_Total_Operating_Hours label="Active [%s]" icon="pressure"
Text item=Maestro_Hours_Before_Maintenance label="Till Maintenance[%.1f uur]" icon="pressure"
Switch item=Maestro_Status label="Connection State" mappings=[1="Connected", 0= "Connection Lost"] icon="status"
}
}