From 35f4a60997b954d53afa91c659a867bdff932204 Mon Sep 17 00:00:00 2001 From: Bram van der Heijde Date: Sat, 9 Feb 2019 16:04:46 +0100 Subject: [PATCH] Change n_cycles for shower Checking Jordan & Vajens, I noticed the number of cycles for a shower should not be 73 cycles per year, but 2/day * 365 days/year i.e. 730 cycles/year. --- Data/Appliances.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/Appliances.py b/Data/Appliances.py index 21b570a..74b1386 100644 --- a/Data/Appliances.py +++ b/Data/Appliances.py @@ -397,7 +397,7 @@ "standby_flow": 0, "activity": "shower", "type": "tapping", - "cycle_n": 73, + "cycle_n": 730, "cycle_flow": 8 }, "WashingMachine": { @@ -445,4 +445,4 @@ "cal": 4.14823389814581e-11, "type": "appliance" } -} \ No newline at end of file +}