juham-automation 0.0.34__tar.gz → 0.1.1__tar.gz

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.
Files changed (47) hide show
  1. {juham_automation-0.0.34/juham_automation.egg-info → juham_automation-0.1.1}/PKG-INFO +14 -4
  2. {juham_automation-0.0.34 → juham_automation-0.1.1}/README.rst +11 -1
  3. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/automation/energybalancer.py +1 -1
  4. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/automation/heatingoptimizer.py +12 -12
  5. {juham_automation-0.0.34 → juham_automation-0.1.1/juham_automation.egg-info}/PKG-INFO +14 -4
  6. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation.egg-info/requires.txt +1 -1
  7. {juham_automation-0.0.34 → juham_automation-0.1.1}/pyproject.toml +3 -3
  8. {juham_automation-0.0.34 → juham_automation-0.1.1}/LICENSE.rst +0 -0
  9. {juham_automation-0.0.34 → juham_automation-0.1.1}/MANIFEST.in +0 -0
  10. {juham_automation-0.0.34 → juham_automation-0.1.1}/examples/myapp.py +0 -0
  11. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/__init__.py +0 -0
  12. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/automation/__init__.py +0 -0
  13. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/automation/energycostcalculator.py +0 -0
  14. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/automation/powermeter_simulator.py +0 -0
  15. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/automation/spothintafi.py +0 -0
  16. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/automation/watercirculator.py +0 -0
  17. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/japp.py +0 -0
  18. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/py.typed +0 -0
  19. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/ts/__init__.py +0 -0
  20. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/ts/electricityprice_ts.py +0 -0
  21. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/ts/energybalancer_ts.py +0 -0
  22. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/ts/energycostcalculator_ts.py +0 -0
  23. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/ts/forecast_ts.py +0 -0
  24. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/ts/log_ts.py +0 -0
  25. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/ts/power_ts.py +0 -0
  26. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/ts/powermeter_ts.py +0 -0
  27. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation/ts/powerplan_ts.py +0 -0
  28. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation.egg-info/SOURCES.txt +0 -0
  29. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation.egg-info/dependency_links.txt +0 -0
  30. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation.egg-info/entry_points.txt +0 -0
  31. {juham_automation-0.0.34 → juham_automation-0.1.1}/juham_automation.egg-info/top_level.txt +0 -0
  32. {juham_automation-0.0.34 → juham_automation-0.1.1}/setup.cfg +0 -0
  33. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/__init__.py +0 -0
  34. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/automation/__init__.py +0 -0
  35. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/automation/test_energybalancer.py +0 -0
  36. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/automation/test_energycostcalculator.py +0 -0
  37. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/automation/test_heatingoptimizer.py +0 -0
  38. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/automation/test_juham.py +0 -0
  39. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/automation/test_spothintafi.py +0 -0
  40. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/test_japp.py +0 -0
  41. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/ts/__init__.py +0 -0
  42. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/ts/test_energycostcalculator_ts.py +0 -0
  43. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/ts/test_forecast_ts.py +0 -0
  44. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/ts/test_log_ts.py +0 -0
  45. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/ts/test_power_ts.py +0 -0
  46. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/ts/test_powermeter_ts.py +0 -0
  47. {juham_automation-0.0.34 → juham_automation-0.1.1}/tests/ts/test_powerplan_ts.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: juham-automation
3
- Version: 0.0.34
3
+ Version: 0.1.1
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>
@@ -36,7 +36,7 @@ Project-URL: Funding, https://meskanen.com
36
36
  Project-URL: Say Thanks!, http://meskanen.com
37
37
  Project-URL: Source, https://gitlab.com/juham/juham/juham-automation.git
38
38
  Keywords: home,automation,juham
39
- Classifier: Development Status :: 2 - Pre-Alpha
39
+ Classifier: Development Status :: 3 - Alpha
40
40
  Classifier: Intended Audience :: Developers
41
41
  Classifier: Topic :: Software Development
42
42
  Classifier: License :: Public Domain
@@ -47,7 +47,7 @@ License-File: LICENSE.rst
47
47
  Requires-Dist: juham_core>=0.1.5
48
48
  Provides-Extra: dev
49
49
  Requires-Dist: check-manifest; extra == "dev"
50
- Requires-Dist: types-pyz; extra == "dev"
50
+ Requires-Dist: coverage>=7.0; extra == "dev"
51
51
  Dynamic: license-file
52
52
 
53
53
  Welcome to Juham™ - Juha's Ultimate Home Automation Masterpiece
@@ -71,11 +71,21 @@ This package extends the ``juham_core`` package, providing home automation build
71
71
  Project Status
72
72
  --------------
73
73
 
74
- **Current State**: **Pre-Alpha (Status 2)**
74
+ **Current State**: **Alpha (Status 3)**
75
75
 
76
76
  All classes have been tested to some extent, and no known bugs have been reported. However, the code still requires work in terms of design and robustness. For example, electricity prices are currently hard-coded to use euros, but this should be configurable to support multiple currencies.
77
77
 
78
78
 
79
+ Project Links
80
+ -------------
81
+
82
+ - **Source code:** https://gitlab.com/juham/juham/juham-automation
83
+ - **Issue tracker:** https://gitlab.com/juham/juham/juham-automation/-/issues
84
+ - **Documentation:** https://juham-automation-c6383e.gitlab.io
85
+ - **PyPI page:** https://pypi.org/project/juham-automation
86
+
87
+
88
+
79
89
  Features
80
90
  --------
81
91
 
@@ -19,11 +19,21 @@ This package extends the ``juham_core`` package, providing home automation build
19
19
  Project Status
20
20
  --------------
21
21
 
22
- **Current State**: **Pre-Alpha (Status 2)**
22
+ **Current State**: **Alpha (Status 3)**
23
23
 
24
24
  All classes have been tested to some extent, and no known bugs have been reported. However, the code still requires work in terms of design and robustness. For example, electricity prices are currently hard-coded to use euros, but this should be configurable to support multiple currencies.
25
25
 
26
26
 
27
+ Project Links
28
+ -------------
29
+
30
+ - **Source code:** https://gitlab.com/juham/juham/juham-automation
31
+ - **Issue tracker:** https://gitlab.com/juham/juham/juham-automation/-/issues
32
+ - **Documentation:** https://juham-automation-c6383e.gitlab.io
33
+ - **PyPI page:** https://pypi.org/project/juham-automation
34
+
35
+
36
+
27
37
  Features
28
38
  --------
29
39
 
@@ -46,7 +46,7 @@ class EnergyBalancer(Juham):
46
46
  """
47
47
 
48
48
  #: Description of the attribute
49
- energy_balancing_interval: int = 3600
49
+ energy_balancing_interval: int = 900
50
50
  """The time interval in seconds for energy balancing."""
51
51
 
52
52
  def __init__(self, name: str = "energybalancer") -> None:
@@ -61,18 +61,18 @@ class HeatingOptimizer(Juham):
61
61
  """Weight determining how large a share of the time slot a consumer receives compared to others ."""
62
62
 
63
63
  temperature_limits: dict[int, tuple[float, float]] = {
64
- 1: (20.0, 60.0), # January
65
- 2: (20.0, 60.0), # February
66
- 3: (20.0, 60.0), # March
67
- 4: (20.0, 50.0), # April
68
- 5: (20.0, 40.0), # May
69
- 6: (20.0, 22.0), # June
70
- 7: (20.0, 22.0), # July
71
- 8: (20.0, 22.0), # August
72
- 9: (20.0, 50.0), # September
73
- 10: (20.0, 60.0), # October
74
- 11: (20.0, 60.0), # November
75
- 12: (20.0, 60.0), # December
64
+ 1: (68.0, 70.0), # January
65
+ 2: (68.0, 70.0), # February
66
+ 3: (65.0, 70.0), # March
67
+ 4: (60.0, 70.0), # April
68
+ 5: (50.0, 70.0), # May
69
+ 6: (40.0, 60.0), # June
70
+ 7: (40.0, 60.0), # July
71
+ 8: (60.0, 65.0), # August
72
+ 9: (60.0, 65.0), # September
73
+ 10: (65.0, 66.0), # October
74
+ 11: (66.0, 68.0), # November
75
+ 12: (67.0, 70.0), # December
76
76
  }
77
77
  """Temperature limits for each month. The minimum temperature is maintained regardless of the cost.
78
78
  The limits are defined as a dictionary where the keys are month numbers (1-12)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: juham-automation
3
- Version: 0.0.34
3
+ Version: 0.1.1
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>
@@ -36,7 +36,7 @@ Project-URL: Funding, https://meskanen.com
36
36
  Project-URL: Say Thanks!, http://meskanen.com
37
37
  Project-URL: Source, https://gitlab.com/juham/juham/juham-automation.git
38
38
  Keywords: home,automation,juham
39
- Classifier: Development Status :: 2 - Pre-Alpha
39
+ Classifier: Development Status :: 3 - Alpha
40
40
  Classifier: Intended Audience :: Developers
41
41
  Classifier: Topic :: Software Development
42
42
  Classifier: License :: Public Domain
@@ -47,7 +47,7 @@ License-File: LICENSE.rst
47
47
  Requires-Dist: juham_core>=0.1.5
48
48
  Provides-Extra: dev
49
49
  Requires-Dist: check-manifest; extra == "dev"
50
- Requires-Dist: types-pyz; extra == "dev"
50
+ Requires-Dist: coverage>=7.0; extra == "dev"
51
51
  Dynamic: license-file
52
52
 
53
53
  Welcome to Juham™ - Juha's Ultimate Home Automation Masterpiece
@@ -71,11 +71,21 @@ This package extends the ``juham_core`` package, providing home automation build
71
71
  Project Status
72
72
  --------------
73
73
 
74
- **Current State**: **Pre-Alpha (Status 2)**
74
+ **Current State**: **Alpha (Status 3)**
75
75
 
76
76
  All classes have been tested to some extent, and no known bugs have been reported. However, the code still requires work in terms of design and robustness. For example, electricity prices are currently hard-coded to use euros, but this should be configurable to support multiple currencies.
77
77
 
78
78
 
79
+ Project Links
80
+ -------------
81
+
82
+ - **Source code:** https://gitlab.com/juham/juham/juham-automation
83
+ - **Issue tracker:** https://gitlab.com/juham/juham/juham-automation/-/issues
84
+ - **Documentation:** https://juham-automation-c6383e.gitlab.io
85
+ - **PyPI page:** https://pypi.org/project/juham-automation
86
+
87
+
88
+
79
89
  Features
80
90
  --------
81
91
 
@@ -2,4 +2,4 @@ juham_core>=0.1.5
2
2
 
3
3
  [dev]
4
4
  check-manifest
5
- types-pyz
5
+ coverage>=7.0
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "juham-automation"
8
- version = "0.0.34"
8
+ version = "0.1.1"
9
9
  description = "Juha's Ultimate Home Automation Masterpiece"
10
10
  readme = {file = "README.rst", content-type = "text/markdown"}
11
11
  requires-python = ">=3.8"
@@ -19,7 +19,7 @@ maintainers = [
19
19
  ]
20
20
 
21
21
  classifiers = [
22
- "Development Status :: 2 - Pre-Alpha",
22
+ "Development Status :: 3 - Alpha",
23
23
  "Intended Audience :: Developers",
24
24
  "Topic :: Software Development",
25
25
  "License :: Public Domain",
@@ -34,7 +34,7 @@ dependencies = [
34
34
  [project.optional-dependencies]
35
35
  dev = [
36
36
  "check-manifest",
37
- "types-pyz"
37
+ "coverage>=7.0",
38
38
  ]
39
39
 
40
40
  [project.entry-points."juham.plugins"]