juham-automation 0.0.12__py3-none-any.whl → 0.0.14__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.
@@ -1,25 +1,25 @@
1
- LICENSE
2
- =======
3
-
4
- Copyright (c) 2024, Juha Meskanen
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining
7
- a copy of this software and associated documentation files (the
8
- "Software"), to deal in the Software without restriction, including
9
- without limitation the rights to use, copy, modify, merge, publish,
10
- distribute, sublicense, and/or sell copies of the Software, and to
11
- permit persons to whom the Software is furnished to do so, subject to
12
- the following conditions:
13
-
14
- **The above copyright notice and this permission notice shall be included in all
15
- copies or substantial portions of the Software.**
16
-
17
-
18
- ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **
25
-
1
+ LICENSE
2
+ =======
3
+
4
+ Copyright (c) 2024, Juha Meskanen
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining
7
+ a copy of this software and associated documentation files (the
8
+ "Software"), to deal in the Software without restriction, including
9
+ without limitation the rights to use, copy, modify, merge, publish,
10
+ distribute, sublicense, and/or sell copies of the Software, and to
11
+ permit persons to whom the Software is furnished to do so, subject to
12
+ the following conditions:
13
+
14
+ **The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.**
16
+
17
+
18
+ ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **
25
+
@@ -1,109 +1,105 @@
1
- Metadata-Version: 2.2
2
- Name: juham-automation
3
- Version: 0.0.12
4
- Summary: Juha's Ultimate Home Automation Masterpiece
5
- Author-email: J Meskanen <juham.api@gmail.com>
6
- Maintainer-email: "J. Meskanen" <juham.api@gmail.com>
7
- License: LICENSE
8
- =======
9
-
10
- Copyright (c) 2024, Juha Meskanen
11
-
12
- Permission is hereby granted, free of charge, to any person obtaining
13
- a copy of this software and associated documentation files (the
14
- "Software"), to deal in the Software without restriction, including
15
- without limitation the rights to use, copy, modify, merge, publish,
16
- distribute, sublicense, and/or sell copies of the Software, and to
17
- permit persons to whom the Software is furnished to do so, subject to
18
- the following conditions:
19
-
20
- **The above copyright notice and this permission notice shall be included in all
21
- copies or substantial portions of the Software.**
22
-
23
-
24
- ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
27
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
28
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **
31
-
32
-
33
- Project-URL: Homepage, https://gitlab.com/juham/juham/juham-automation.git
34
- Project-URL: Bug Reports, https://gitlab.com/juham/juham/juham-automation.git
35
- Project-URL: Funding, https://meskanen.com
36
- Project-URL: Say Thanks!, http://meskanen.com
37
- Project-URL: Source, https://gitlab.com/juham/juham/juham-automation.git
38
- Keywords: home,automation,juham
39
- Classifier: Development Status :: 2 - Pre-Alpha
40
- Classifier: Intended Audience :: Developers
41
- Classifier: Topic :: Software Development
42
- Classifier: License :: Public Domain
43
- Classifier: Programming Language :: Python :: 3.8
44
- Requires-Python: >=3.8
45
- Description-Content-Type: text/markdown
46
- License-File: LICENSE.rst
47
- Requires-Dist: masterpiece_influx>=0.1.9
48
- Requires-Dist: masterpiece_pahomqtt>=0.1.5
49
- Requires-Dist: juham_core>=0.1.1
50
- Requires-Dist: requests>=2.31
51
- Requires-Dist: pytz>=2024.1
52
- Provides-Extra: dev
53
- Requires-Dist: check-manifest; extra == "dev"
54
- Requires-Dist: types-pyz; extra == "dev"
55
-
56
- Welcome to Juham™ - Juha's Ultimate Home Automation Masterpiece
57
- ================================================================
58
-
59
- Project Description
60
- -------------------
61
-
62
- This package extends the ``juham_core`` package, providing home automation building blocks that cover most common needs.
63
- It consists of two main sub-modules:
64
-
65
- .. image:: _static/images/juham_automation.png
66
- :alt: Basic automation classes for optimizing energy consumption and minimizing electricity costs.
67
- :width: 640px
68
- :align: center
69
-
70
-
71
- - ``automation``
72
-
73
- * **spothintafi**: Acquires electricity prices in Finland.
74
- * **watercirculator**: Automates a water circulator pump based on hot water temperature and motion detection.
75
- * **hotwateroptimizer**: Controls hot water radiators based on temperature sensors and electricity price data.
76
- * **energycostcalculator**: Monitors power consumption and electricity prices, and computes the energy balance in euros.
77
-
78
-
79
- - ``ts``
80
-
81
- * This folder contains time series recorders that listen for Juham™ topics and store the data in a time series database
82
- for later inspection.
83
-
84
-
85
- Project Status
86
- --------------
87
-
88
- **Current State**: **Pre-Alpha (Status 2)**
89
-
90
- All classes have been tested to some extent, and no known bugs have been reported. However, the code still requires work in
91
- terms of design and robustness. For instance, electricity prices are currently hard-coded to use euros, but this should be
92
- configurable to support multiple currencies.
93
-
94
-
95
- Special Thanks
96
- --------------
97
-
98
- This project would not have been possible without the generous support of two exceptional individuals: Teppo K. and Mahi.
99
-
100
- Teppo K. provided the initial spark for this project by donating a Raspberry Pi, a temperature sensor, and giving an inspiring
101
- demonstration of his own home automation system—effectively dragging me down the rabbit hole of endless tinkering.
102
-
103
- Mahi has been instrumental in translating my half-baked ideas into Python code, offering invaluable support and
104
- encouragement—while also ensuring that every time I thought I was done, I wasn’t.
105
-
106
- Because of these two gentlemen, my already minimal spare time dropped into the negatives as I desperately tried to push the
107
- system to some semblance of professionalism.
108
-
109
- I’m truly grateful to both—really. 😅
1
+ Metadata-Version: 2.2
2
+ Name: juham-automation
3
+ Version: 0.0.14
4
+ Summary: Juha's Ultimate Home Automation Masterpiece
5
+ Author-email: J Meskanen <juham.api@gmail.com>
6
+ Maintainer-email: "J. Meskanen" <juham.api@gmail.com>
7
+ License: LICENSE
8
+ =======
9
+
10
+ Copyright (c) 2024, Juha Meskanen
11
+
12
+ Permission is hereby granted, free of charge, to any person obtaining
13
+ a copy of this software and associated documentation files (the
14
+ "Software"), to deal in the Software without restriction, including
15
+ without limitation the rights to use, copy, modify, merge, publish,
16
+ distribute, sublicense, and/or sell copies of the Software, and to
17
+ permit persons to whom the Software is furnished to do so, subject to
18
+ the following conditions:
19
+
20
+ **The above copyright notice and this permission notice shall be included in all
21
+ copies or substantial portions of the Software.**
22
+
23
+
24
+ ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
27
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
28
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **
31
+
32
+
33
+ Project-URL: Homepage, https://gitlab.com/juham/juham/juham-automation.git
34
+ Project-URL: Bug Reports, https://gitlab.com/juham/juham/juham-automation.git
35
+ Project-URL: Funding, https://meskanen.com
36
+ Project-URL: Say Thanks!, http://meskanen.com
37
+ Project-URL: Source, https://gitlab.com/juham/juham/juham-automation.git
38
+ Keywords: home,automation,juham
39
+ Classifier: Development Status :: 2 - Pre-Alpha
40
+ Classifier: Intended Audience :: Developers
41
+ Classifier: Topic :: Software Development
42
+ Classifier: License :: Public Domain
43
+ Classifier: Programming Language :: Python :: 3.8
44
+ Requires-Python: >=3.8
45
+ Description-Content-Type: text/markdown
46
+ License-File: LICENSE.rst
47
+ Requires-Dist: juham_core>=0.1.3
48
+ Provides-Extra: dev
49
+ Requires-Dist: check-manifest; extra == "dev"
50
+ Requires-Dist: types-pyz; extra == "dev"
51
+
52
+ Welcome to Juham™ - Juha's Ultimate Home Automation Masterpiece
53
+ ================================================================
54
+
55
+ Project Description
56
+ -------------------
57
+
58
+ This package extends the ``juham_core`` package, providing home automation building blocks that cover most common needs.
59
+ It consists of two main sub-modules:
60
+
61
+ .. image:: _static/images/juham_automation.png
62
+ :alt: Basic automation classes for optimizing energy consumption and minimizing electricity costs.
63
+ :width: 640px
64
+ :align: center
65
+
66
+
67
+ - ``automation``
68
+
69
+ * **spothintafi**: Acquires electricity prices in Finland.
70
+ * **watercirculator**: Automates a water circulator pump based on hot water temperature and motion detection.
71
+ * **hotwateroptimizer**: Controls hot water radiators based on temperature sensors and electricity price data.
72
+ * **energycostcalculator**: Monitors power consumption and electricity prices, and computes the energy balance in euros.
73
+
74
+
75
+ - ``ts``
76
+
77
+ * This folder contains time series recorders that listen for Juham™ topics and store the data in a time series database
78
+ for later inspection.
79
+
80
+
81
+ Project Status
82
+ --------------
83
+
84
+ **Current State**: **Pre-Alpha (Status 2)**
85
+
86
+ All classes have been tested to some extent, and no known bugs have been reported. However, the code still requires work in
87
+ terms of design and robustness. For instance, electricity prices are currently hard-coded to use euros, but this should be
88
+ configurable to support multiple currencies.
89
+
90
+
91
+ Special Thanks
92
+ --------------
93
+
94
+ This project would not have been possible without the generous support of two exceptional individuals: Teppo K. and Mahi.
95
+
96
+ Teppo K. provided the initial spark for this project by donating a Raspberry Pi, a temperature sensor, and giving an inspiring
97
+ demonstration of his own home automation system—effectively dragging me down the rabbit hole of endless tinkering.
98
+
99
+ Mahi has been instrumental in translating my half-baked ideas into Python code, offering invaluable support and
100
+ encouragement—while also ensuring that every time I thought I was done, I wasn’t.
101
+
102
+ Because of these two gentlemen, my already minimal spare time dropped into the negatives as I desperately tried to push the
103
+ system to some semblance of professionalism.
104
+
105
+ I’m truly grateful to both—really. 😅
@@ -0,0 +1,23 @@
1
+ juham_automation/__init__.py,sha256=ncdniRzO-yUzvxCjuzrtyrLBmsiHO5lJzP-teloVkHU,850
2
+ juham_automation/japp.py,sha256=zD5ulfIcaSzwbVKjHv2tdXpw79fpw97B7P-v-ncY6e4,1520
3
+ juham_automation/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ juham_automation/automation/__init__.py,sha256=73Mw0jkipeMCoUtpREHJPATfKe368ZyNeqfbjamBx_Q,481
5
+ juham_automation/automation/energycostcalculator.py,sha256=7GGKLv5JpHAY3XVjbkboXuQBk-whpWkBwNuQ68Tv4Pc,11091
6
+ juham_automation/automation/hotwateroptimizer.py,sha256=UgMdZa4vRH5i69ejjSPOooHtkcmqgiiYEKKMC89-7pY,22400
7
+ juham_automation/automation/powermeter_simulator.py,sha256=0g0gOD9WTqxUj9IbENkea_33JrJ2sZDSQVtmxVUHcD8,4688
8
+ juham_automation/automation/spothintafi.py,sha256=XnL2zIPx_XaP_1E8ksuYEUemtHP7N6tLlSv2LEBQyXQ,4471
9
+ juham_automation/automation/watercirculator.py,sha256=d7PQFNajtVafizS_y2R_6GWhm_GYb8uV4-QScz1Sggo,6569
10
+ juham_automation/ts/__init__.py,sha256=oRxMmzRj1l0z3sOx8uvm3kJzRrXCTJFzwEJ8zSniRSU,550
11
+ juham_automation/ts/electricityprice_ts.py,sha256=ahZ2e9_jZLROTZA9XWM9ETksrz0tuoghgy0vAvA08lQ,1735
12
+ juham_automation/ts/energycostcalculator_ts.py,sha256=CAqhQVSFqM6WYzWTi-XRYCwJVmBOLIEmVmYdP97pAbw,1320
13
+ juham_automation/ts/forecast_ts.py,sha256=jn0-JEQ-GD_HtAsAbKi2Hm4PVEMtvOF4-JnTF-SPwGw,3255
14
+ juham_automation/ts/log_ts.py,sha256=DPfeJhbSMQChY37mjAxEmE73Ys3dxUvNsN78PSuBm9Y,1807
15
+ juham_automation/ts/power_ts.py,sha256=esNbtH1xklyUaf0YJQ2wDuxTAV3SnEfx-FtiBGPaSVA,1448
16
+ juham_automation/ts/powermeter_ts.py,sha256=zSATxZAzz1KJeU1wFK8CP86iySWnHil89mridz7WHos,2421
17
+ juham_automation/ts/powerplan_ts.py,sha256=-Lhc7v5Cj7USy2MfmyUEusXSox9UbEoDtYGReDEt3cw,1527
18
+ juham_automation-0.0.14.dist-info/LICENSE.rst,sha256=D3SSbUrv10lpAZ91lTMCQAke-MXMvrjFDsDyM3vEKJI,1114
19
+ juham_automation-0.0.14.dist-info/METADATA,sha256=ZU3xrlMuzG6LLE_J2CwddZPueKFTtIAqfIDLN1uyUFw,4710
20
+ juham_automation-0.0.14.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
21
+ juham_automation-0.0.14.dist-info/entry_points.txt,sha256=di8tXChhP8B_98bQ44u-1zkOha2kZCoJpCAXxTgoSw8,491
22
+ juham_automation-0.0.14.dist-info/top_level.txt,sha256=jfohvtocvX_gfT21AhJk7Iay5ZiQsS3HzrDjF7S4Qp0,17
23
+ juham_automation-0.0.14.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,23 +0,0 @@
1
- juham_automation/__init__.py,sha256=FSk6iuBWwWckbT_brwQNSzOQ8MrzyufVXxDRFZRdRwk,812
2
- juham_automation/japp.py,sha256=DuxMpoI3u9xP5-HaF1s3xI29PWa05jzBcOR8JNn0M0U,1471
3
- juham_automation/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
- juham_automation/automation/__init__.py,sha256=HV67cq9oXTcoAk5uBbHw3F1vR_saKztsHQxlFizqnHQ,460
5
- juham_automation/automation/energycostcalculator.py,sha256=R9BjsPw04ZxmpYEnn67zqiQzGFQYVT6bq-S2b3x6trg,10825
6
- juham_automation/automation/hotwateroptimizer.py,sha256=FNRukp-a4dPiw8TUEiaCzrSfBNzaAO8wyHu4TUu35FU,21833
7
- juham_automation/automation/powermeter_simulator.py,sha256=3WZcjByRTdqnC77l7LjP-TEjmZ8XBEO4hClYsrjxmBE,4549
8
- juham_automation/automation/spothintafi.py,sha256=cZbi7w2fVweHX_fh1r5MTjGdesX9wDQta2mfVjtiwvw,4331
9
- juham_automation/automation/watercirculator.py,sha256=a8meMNaONbHcIH3y0vP0UulJc1-gZiLZpw7H8kAOreY,6410
10
- juham_automation/ts/__init__.py,sha256=SinjhBcaRVP5FUyCMFWJGR3P7ZetL7ya8-VqhRb2skg,525
11
- juham_automation/ts/electricityprice_ts.py,sha256=BYs120V4teVjSqPc8PpPDjOTc5dOrVM9Maqse7E8cvk,1684
12
- juham_automation/ts/energycostcalculator_ts.py,sha256=MbeYEGlziVgq4zI40Tk71zxeDPeKafEG3s0LqDRiz0g,1277
13
- juham_automation/ts/forecast_ts.py,sha256=Gk46hIlS8ijxs-zyy8fBvXrhI7J-8e5Gt2QEe6gFB6s,3158
14
- juham_automation/ts/log_ts.py,sha256=XsNaazuPmRUZLUqxU0DZae_frtT6kAFcXJTc598CtOA,1750
15
- juham_automation/ts/power_ts.py,sha256=e7bSeZjitY4C_gLup9L0NjvU_WnQsl3ayDhVShj32KY,1399
16
- juham_automation/ts/powermeter_ts.py,sha256=wkCROQj9kXHgDdMuIbbAjhgP5Pr6TA6eT2T-r9sHidw,2351
17
- juham_automation/ts/powerplan_ts.py,sha256=LZeE7TnzPCDaugggKlaV-K48lDwwnC1ZNum50JYAWaY,1482
18
- juham_automation-0.0.12.dist-info/LICENSE.rst,sha256=QVHD5V5_HSys2PdPdig_xKggDj8cGX33ALKqRsYyjtI,1089
19
- juham_automation-0.0.12.dist-info/METADATA,sha256=N8gB9QmKA57s9T5J6J2fNNGJFlipzIVwbCXyt_aCGRQ,4747
20
- juham_automation-0.0.12.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
21
- juham_automation-0.0.12.dist-info/entry_points.txt,sha256=di8tXChhP8B_98bQ44u-1zkOha2kZCoJpCAXxTgoSw8,491
22
- juham_automation-0.0.12.dist-info/top_level.txt,sha256=jfohvtocvX_gfT21AhJk7Iay5ZiQsS3HzrDjF7S4Qp0,17
23
- juham_automation-0.0.12.dist-info/RECORD,,