v0.9.9
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"id": "ha_gas_heating_reduce",
|
||||
"category": "home_assistant",
|
||||
"name": {
|
||||
"pl": "Kocioł grzeje + pokój ciepły → obniż GREE",
|
||||
"en": "Boiler heating + room warm → reduce GREE"
|
||||
},
|
||||
"description": {
|
||||
"pl": "Jeśli gaz już grzeje, a strefa osiągnęła co najmniej 21°C, obniża cel GREE do 18°C, aby źródła ciepła nie walczyły ze sobą.",
|
||||
"en": "When gas heat is already active and the zone reaches at least 21°C, lowers the GREE target to 18°C so the heat sources do not fight each other."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000209",
|
||||
"kind": "ha_available",
|
||||
"x": 35,
|
||||
"y": 50,
|
||||
"config": {
|
||||
"entity_id": "climate.gas_boiler"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000210",
|
||||
"kind": "ha_attribute",
|
||||
"x": 35,
|
||||
"y": 165,
|
||||
"config": {
|
||||
"entity_id": "climate.gas_boiler",
|
||||
"attribute": "hvac_action",
|
||||
"operator": "eq",
|
||||
"value": "heating"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000211",
|
||||
"kind": "zone_temperature",
|
||||
"x": 35,
|
||||
"y": 280,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"operator": "gte",
|
||||
"value": 21
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000212",
|
||||
"kind": "logic_and",
|
||||
"x": 315,
|
||||
"y": 165,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000213",
|
||||
"kind": "zone_thermostat",
|
||||
"x": 575,
|
||||
"y": 165,
|
||||
"config": {
|
||||
"zone_id": "$zone1",
|
||||
"preset": "custom",
|
||||
"setpoint": 18,
|
||||
"mode": "heat",
|
||||
"cooldown_seconds": 180,
|
||||
"power": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000214",
|
||||
"from": "node-00000000-0000-4000-8000-000000000209",
|
||||
"to": "node-00000000-0000-4000-8000-000000000212"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000215",
|
||||
"from": "node-00000000-0000-4000-8000-000000000210",
|
||||
"to": "node-00000000-0000-4000-8000-000000000212"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000216",
|
||||
"from": "node-00000000-0000-4000-8000-000000000211",
|
||||
"to": "node-00000000-0000-4000-8000-000000000212"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000217",
|
||||
"from": "node-00000000-0000-4000-8000-000000000212",
|
||||
"to": "node-00000000-0000-4000-8000-000000000213"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user