juham-automation 0.0.34__tar.gz → 0.0.35__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.0.35}/PKG-INFO +1 -1
  2. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/automation/heatingoptimizer.py +12 -12
  3. {juham_automation-0.0.34 → juham_automation-0.0.35/juham_automation.egg-info}/PKG-INFO +1 -1
  4. {juham_automation-0.0.34 → juham_automation-0.0.35}/pyproject.toml +1 -1
  5. {juham_automation-0.0.34 → juham_automation-0.0.35}/LICENSE.rst +0 -0
  6. {juham_automation-0.0.34 → juham_automation-0.0.35}/MANIFEST.in +0 -0
  7. {juham_automation-0.0.34 → juham_automation-0.0.35}/README.rst +0 -0
  8. {juham_automation-0.0.34 → juham_automation-0.0.35}/examples/myapp.py +0 -0
  9. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/__init__.py +0 -0
  10. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/automation/__init__.py +0 -0
  11. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/automation/energybalancer.py +0 -0
  12. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/automation/energycostcalculator.py +0 -0
  13. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/automation/powermeter_simulator.py +0 -0
  14. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/automation/spothintafi.py +0 -0
  15. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/automation/watercirculator.py +0 -0
  16. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/japp.py +0 -0
  17. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/py.typed +0 -0
  18. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/ts/__init__.py +0 -0
  19. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/ts/electricityprice_ts.py +0 -0
  20. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/ts/energybalancer_ts.py +0 -0
  21. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/ts/energycostcalculator_ts.py +0 -0
  22. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/ts/forecast_ts.py +0 -0
  23. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/ts/log_ts.py +0 -0
  24. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/ts/power_ts.py +0 -0
  25. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/ts/powermeter_ts.py +0 -0
  26. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation/ts/powerplan_ts.py +0 -0
  27. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation.egg-info/SOURCES.txt +0 -0
  28. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation.egg-info/dependency_links.txt +0 -0
  29. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation.egg-info/entry_points.txt +0 -0
  30. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation.egg-info/requires.txt +0 -0
  31. {juham_automation-0.0.34 → juham_automation-0.0.35}/juham_automation.egg-info/top_level.txt +0 -0
  32. {juham_automation-0.0.34 → juham_automation-0.0.35}/setup.cfg +0 -0
  33. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/__init__.py +0 -0
  34. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/automation/__init__.py +0 -0
  35. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/automation/test_energybalancer.py +0 -0
  36. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/automation/test_energycostcalculator.py +0 -0
  37. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/automation/test_heatingoptimizer.py +0 -0
  38. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/automation/test_juham.py +0 -0
  39. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/automation/test_spothintafi.py +0 -0
  40. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/test_japp.py +0 -0
  41. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/ts/__init__.py +0 -0
  42. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/ts/test_energycostcalculator_ts.py +0 -0
  43. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/ts/test_forecast_ts.py +0 -0
  44. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/ts/test_log_ts.py +0 -0
  45. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/ts/test_power_ts.py +0 -0
  46. {juham_automation-0.0.34 → juham_automation-0.0.35}/tests/ts/test_powermeter_ts.py +0 -0
  47. {juham_automation-0.0.34 → juham_automation-0.0.35}/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.0.35
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>
@@ -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.0.35
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>
@@ -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.0.35"
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"