juham-automation 0.0.35__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.
- {juham_automation-0.0.35/juham_automation.egg-info → juham_automation-0.1.1}/PKG-INFO +14 -4
- {juham_automation-0.0.35 → juham_automation-0.1.1}/README.rst +11 -1
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/energybalancer.py +1 -1
- {juham_automation-0.0.35 → juham_automation-0.1.1/juham_automation.egg-info}/PKG-INFO +14 -4
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation.egg-info/requires.txt +1 -1
- {juham_automation-0.0.35 → juham_automation-0.1.1}/pyproject.toml +3 -3
- {juham_automation-0.0.35 → juham_automation-0.1.1}/LICENSE.rst +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/MANIFEST.in +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/examples/myapp.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/__init__.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/__init__.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/energycostcalculator.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/heatingoptimizer.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/powermeter_simulator.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/spothintafi.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/watercirculator.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/japp.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/py.typed +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/__init__.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/electricityprice_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/energybalancer_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/energycostcalculator_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/forecast_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/log_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/power_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/powermeter_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/powerplan_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation.egg-info/SOURCES.txt +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation.egg-info/dependency_links.txt +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation.egg-info/entry_points.txt +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation.egg-info/top_level.txt +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/setup.cfg +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/__init__.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/automation/__init__.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/automation/test_energybalancer.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/automation/test_energycostcalculator.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/automation/test_heatingoptimizer.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/automation/test_juham.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/automation/test_spothintafi.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/test_japp.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/ts/__init__.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/ts/test_energycostcalculator_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/ts/test_forecast_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/ts/test_log_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/ts/test_power_ts.py +0 -0
- {juham_automation-0.0.35 → juham_automation-0.1.1}/tests/ts/test_powermeter_ts.py +0 -0
- {juham_automation-0.0.35 → 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.
|
|
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 ::
|
|
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:
|
|
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**: **
|
|
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**: **
|
|
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
|
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/energybalancer.py
RENAMED
|
@@ -46,7 +46,7 @@ class EnergyBalancer(Juham):
|
|
|
46
46
|
"""
|
|
47
47
|
|
|
48
48
|
#: Description of the attribute
|
|
49
|
-
energy_balancing_interval: int =
|
|
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:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: juham-automation
|
|
3
|
-
Version: 0.
|
|
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 ::
|
|
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:
|
|
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**: **
|
|
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
|
|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "juham-automation"
|
|
8
|
-
version = "0.
|
|
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 ::
|
|
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
|
-
"
|
|
37
|
+
"coverage>=7.0",
|
|
38
38
|
]
|
|
39
39
|
|
|
40
40
|
[project.entry-points."juham.plugins"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/heatingoptimizer.py
RENAMED
|
File without changes
|
|
File without changes
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/spothintafi.py
RENAMED
|
File without changes
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/automation/watercirculator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/electricityprice_ts.py
RENAMED
|
File without changes
|
|
File without changes
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation/ts/energycostcalculator_ts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/juham_automation.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/tests/automation/test_energycostcalculator.py
RENAMED
|
File without changes
|
{juham_automation-0.0.35 → juham_automation-0.1.1}/tests/automation/test_heatingoptimizer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|