v0.9.9
This commit is contained in:
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"id": "ha_heating_demand_follow",
|
||||
"category": "home_assistant",
|
||||
"name": {
|
||||
"pl": "Podążaj za żądaniem grzania z HA",
|
||||
"en": "Follow Home Assistant heating demand"
|
||||
},
|
||||
"description": {
|
||||
"pl": "Stan binary_sensor.heating_demand = on uruchamia ogrzewanie GREE do 22,5°C, jeśli dom jest w trybie heat.",
|
||||
"en": "binary_sensor.heating_demand = on starts GREE heating to 22.5°C while the house is in heat mode."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000247",
|
||||
"kind": "ha_available",
|
||||
"x": 35,
|
||||
"y": 60,
|
||||
"config": {
|
||||
"entity_id": "binary_sensor.heating_demand"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000248",
|
||||
"kind": "ha_state",
|
||||
"x": 35,
|
||||
"y": 180,
|
||||
"config": {
|
||||
"entity_id": "binary_sensor.heating_demand",
|
||||
"operator": "eq",
|
||||
"value": "on"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000249",
|
||||
"kind": "house_mode",
|
||||
"x": 35,
|
||||
"y": 300,
|
||||
"config": {
|
||||
"operator": "eq",
|
||||
"value": "heat"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000250",
|
||||
"kind": "logic_and",
|
||||
"x": 315,
|
||||
"y": 180,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000251",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 575,
|
||||
"y": 180,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "custom",
|
||||
"setpoint": 22.5,
|
||||
"mode": "heat",
|
||||
"cooldown_seconds": 120,
|
||||
"power": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000252",
|
||||
"from": "node-00000000-0000-4000-8000-000000000247",
|
||||
"to": "node-00000000-0000-4000-8000-000000000250"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000253",
|
||||
"from": "node-00000000-0000-4000-8000-000000000248",
|
||||
"to": "node-00000000-0000-4000-8000-000000000250"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000254",
|
||||
"from": "node-00000000-0000-4000-8000-000000000249",
|
||||
"to": "node-00000000-0000-4000-8000-000000000250"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000255",
|
||||
"from": "node-00000000-0000-4000-8000-000000000250",
|
||||
"to": "node-00000000-0000-4000-8000-000000000251"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user