Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions config/energy_node_positions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,6 @@ buildings_lighting_efficient_fluorescent_electricity:
buildings_lighting_led_electricity:
x: 1520
"y": 9700
buildings_lighting_savings_from_daylight_control_light:
x: 580
"y": 9720
buildings_lighting_savings_from_motion_detection_light:
x: 200
"y": 9720
buildings_lighting_standard_fluorescent_electricity:
x: 1520
"y": 9760
Expand Down Expand Up @@ -371,12 +365,6 @@ buildings_space_heater_wood_pellets_aggregator:
buildings_useful_demand_after_insulation_cooling:
x: 740
"y": 9320
buildings_useful_demand_after_motion_detection_daylight_control_light:
x: 740
"y": 9620
buildings_useful_demand_after_motion_detection_light:
x: 380
"y": 9620
buildings_useful_demand_cooling:
x: 40
"y": 9320
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.
File renamed without changes.

This file was deleted.

This file was deleted.

File renamed without changes.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- query =
UPDATE(
EDGE(buildings_lighting_efficient_fluorescent_electricity, buildings_useful_demand_after_motion_detection_daylight_control_light),
EDGE(buildings_lighting_efficient_fluorescent_electricity, buildings_useful_demand_light),
share,
DIVIDE(USER_INPUT(), 100)
)
- share_group = lighting_buildings
- priority = 0
- max_value = 100.0
- min_value = 0.0
- start_value_gql = present:V(buildings_lighting_efficient_fluorescent_electricity,share_of_buildings_useful_demand_after_motion_detection_daylight_control_light) * 100
- start_value_gql = present:V(buildings_lighting_efficient_fluorescent_electricity,share_of_buildings_useful_demand_light) * 100
- step_value = 0.1
- unit = %
- update_period = future
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- query =
UPDATE(
EDGE(buildings_lighting_led_electricity, buildings_useful_demand_after_motion_detection_daylight_control_light),
EDGE(buildings_lighting_led_electricity, buildings_useful_demand_light),
share,
DIVIDE(USER_INPUT(), 100)
)
- share_group = lighting_buildings
- priority = 0
- max_value = 100.0
- min_value = 0.0
- start_value_gql = present:V(buildings_lighting_led_electricity,share_of_buildings_useful_demand_after_motion_detection_daylight_control_light) * 100
- start_value_gql = present:V(buildings_lighting_led_electricity,share_of_buildings_useful_demand_light) * 100
- step_value = 0.1
- unit = %
- update_period = future
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- query =
UPDATE(
EDGE(buildings_lighting_standard_fluorescent_electricity, buildings_useful_demand_after_motion_detection_daylight_control_light),
EDGE(buildings_lighting_standard_fluorescent_electricity, buildings_useful_demand_light),
share,
DIVIDE(USER_INPUT(), 100)
)
- share_group = lighting_buildings
- priority = 0
- max_value = 100.0
- min_value = 0.0
- start_value_gql = present:V(buildings_lighting_standard_fluorescent_electricity,share_of_buildings_useful_demand_after_motion_detection_daylight_control_light) * 100
- start_value_gql = present:V(buildings_lighting_standard_fluorescent_electricity,share_of_buildings_useful_demand_light) * 100
- step_value = 0.1
- unit = %
- update_period = future

This file was deleted.

This file was deleted.