23 lines
1.1 KiB
JSON
23 lines
1.1 KiB
JSON
{
|
|
"title": "Mischer",
|
|
"bounds": [820,120,116,212],
|
|
"image": "mc.svg",
|
|
"endpoints": [
|
|
{"name":"Flow", "anchor": [0, 0.82, -1, 0], "target": true, "distance": [0,0,0.7], "connectWith": [null, "HcFlow"]},
|
|
{"name":"Return", "anchor": [0, 0.96, -1, 0], "connectWith": [null, "HcReturn"]},
|
|
{"name":"HcFlow", "anchor": [1, 0.82, 1, 0], "target": true,
|
|
"update": {"type": ["hot", "off"], "condition": ["ehp", "Hc2Pump", "on"]}},
|
|
{"name":"HcReturn", "anchor": [1, 0.96, 1, 0],
|
|
"update": {"type": ["cold", "off"], "condition": ["ehp", "Hc2Pump", "on"]}}
|
|
],
|
|
"items": [
|
|
{"name": "Status", "format": "$flowtemp", "top": 0.04, "left": 0.04},
|
|
{"circuit": "uih", "name": "HcName2", "top": 0.25, "leftc": 0.5},
|
|
{"name": "Mode", "format": "$mode $tempdesired $daynight", "topc": 0.4, "leftc": 0.5},
|
|
{"circuit": "ehp", "name": "Hc2Pump", "topc": 0.56, "leftc": 0.22},
|
|
{"circuit": "ehp", "name": "Mixer1DutyCycle", "topc": 0.73, "leftc": 0.24},
|
|
{"name": "Status0a", "format": "$mixer", "topc": 0.73, "leftc": 0.4},
|
|
{"name": "Status", "format": "$onoff $flowtempdesired", "topc": 0.9, "leftc": 0.4}
|
|
]
|
|
}
|