juham-automation 0.0.7__py3-none-any.whl → 0.0.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- juham_automation/automation/hotwateroptimizer.py +1 -1
- {juham_automation-0.0.7.dist-info → juham_automation-0.0.8.dist-info}/METADATA +11 -3
- {juham_automation-0.0.7.dist-info → juham_automation-0.0.8.dist-info}/RECORD +7 -7
- {juham_automation-0.0.7.dist-info → juham_automation-0.0.8.dist-info}/LICENSE.rst +0 -0
- {juham_automation-0.0.7.dist-info → juham_automation-0.0.8.dist-info}/WHEEL +0 -0
- {juham_automation-0.0.7.dist-info → juham_automation-0.0.8.dist-info}/entry_points.txt +0 -0
- {juham_automation-0.0.7.dist-info → juham_automation-0.0.8.dist-info}/top_level.txt +0 -0
@@ -489,7 +489,7 @@ class HotWaterOptimizer(Juham):
|
|
489
489
|
if len(powers) >= 8: # at least 8 hours of solar energy forecast
|
490
490
|
for spot, solar in zip(spots, powers):
|
491
491
|
ts = spot["Timestamp"]
|
492
|
-
solarenergy = solar["Solarenergy"]
|
492
|
+
solarenergy = solar["Solarenergy"] * 1000 # argh, this is in kW
|
493
493
|
spotprice = spot["PriceWithTax"]
|
494
494
|
effective_price: float = self.compute_effective_price(
|
495
495
|
self.radiator_power, solarenergy, spotprice
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: juham-automation
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.8
|
4
4
|
Summary: Juha's Ultimate Home Automation Masterpiece
|
5
5
|
Author-email: J Meskanen <juham.api@gmail.com>
|
6
6
|
Maintainer-email: "J. Meskanen" <juham.api@gmail.com>
|
@@ -64,7 +64,14 @@ Project Description
|
|
64
64
|
This package extends the ``juham_core`` package, providing home automation building blocks that cover most common needs.
|
65
65
|
It consists of two main sub-modules:
|
66
66
|
|
67
|
+
.. image:: _static/images/juham_automation.png
|
68
|
+
:alt: Basic automation classes for optimizing energy consumption and minimizing electricity costs.
|
69
|
+
:width: 640px
|
70
|
+
:align: center
|
71
|
+
|
72
|
+
|
67
73
|
- ``automation``
|
74
|
+
|
68
75
|
* **spothintafi**: Acquires electricity prices in Finland.
|
69
76
|
* **watercirculator**: Automates a water circulator pump based on hot water temperature and motion detection.
|
70
77
|
* **hotwateroptimizer**: Controls hot water radiators based on temperature sensors and electricity price data.
|
@@ -72,8 +79,9 @@ It consists of two main sub-modules:
|
|
72
79
|
|
73
80
|
|
74
81
|
- ``ts``
|
75
|
-
|
76
|
-
for
|
82
|
+
|
83
|
+
* This folder contains time series recorders that listen for Juham™ topics and store the data in a time series database
|
84
|
+
for later inspection.
|
77
85
|
|
78
86
|
|
79
87
|
Project Status
|
@@ -3,7 +3,7 @@ juham_automation/japp.py,sha256=DuxMpoI3u9xP5-HaF1s3xI29PWa05jzBcOR8JNn0M0U,1471
|
|
3
3
|
juham_automation/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
4
4
|
juham_automation/automation/__init__.py,sha256=HV67cq9oXTcoAk5uBbHw3F1vR_saKztsHQxlFizqnHQ,460
|
5
5
|
juham_automation/automation/energycostcalculator.py,sha256=R9BjsPw04ZxmpYEnn67zqiQzGFQYVT6bq-S2b3x6trg,10825
|
6
|
-
juham_automation/automation/hotwateroptimizer.py,sha256
|
6
|
+
juham_automation/automation/hotwateroptimizer.py,sha256=-g6EJv0_gh6y1De8f0FAFhfX6OKjJxn0Ccis84gAiT4,22132
|
7
7
|
juham_automation/automation/powermeter_simulator.py,sha256=3WZcjByRTdqnC77l7LjP-TEjmZ8XBEO4hClYsrjxmBE,4549
|
8
8
|
juham_automation/automation/spothintafi.py,sha256=bHcceRLzfYve7zhq32LK2CpW3ZbXnm1EibVJCgcd_Js,3740
|
9
9
|
juham_automation/automation/watercirculator.py,sha256=a8meMNaONbHcIH3y0vP0UulJc1-gZiLZpw7H8kAOreY,6410
|
@@ -15,9 +15,9 @@ juham_automation/ts/log_ts.py,sha256=XsNaazuPmRUZLUqxU0DZae_frtT6kAFcXJTc598CtOA
|
|
15
15
|
juham_automation/ts/power_ts.py,sha256=e7bSeZjitY4C_gLup9L0NjvU_WnQsl3ayDhVShj32KY,1399
|
16
16
|
juham_automation/ts/powermeter_ts.py,sha256=wkCROQj9kXHgDdMuIbbAjhgP5Pr6TA6eT2T-r9sHidw,2351
|
17
17
|
juham_automation/ts/powerplan_ts.py,sha256=LZeE7TnzPCDaugggKlaV-K48lDwwnC1ZNum50JYAWaY,1482
|
18
|
-
juham_automation-0.0.
|
19
|
-
juham_automation-0.0.
|
20
|
-
juham_automation-0.0.
|
21
|
-
juham_automation-0.0.
|
22
|
-
juham_automation-0.0.
|
23
|
-
juham_automation-0.0.
|
18
|
+
juham_automation-0.0.8.dist-info/LICENSE.rst,sha256=QVHD5V5_HSys2PdPdig_xKggDj8cGX33ALKqRsYyjtI,1089
|
19
|
+
juham_automation-0.0.8.dist-info/METADATA,sha256=yQ4Ji8tePOZfGLP8j6YX4Yd7yLQZIP7qSp9x-FVp04M,4815
|
20
|
+
juham_automation-0.0.8.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
21
|
+
juham_automation-0.0.8.dist-info/entry_points.txt,sha256=di8tXChhP8B_98bQ44u-1zkOha2kZCoJpCAXxTgoSw8,491
|
22
|
+
juham_automation-0.0.8.dist-info/top_level.txt,sha256=jfohvtocvX_gfT21AhJk7Iay5ZiQsS3HzrDjF7S4Qp0,17
|
23
|
+
juham_automation-0.0.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|