foxesscloud 2.8.5__py3-none-any.whl → 2.8.6__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.
- foxesscloud/openapi.py +2 -4
- {foxesscloud-2.8.5.dist-info → foxesscloud-2.8.6.dist-info}/METADATA +4 -1
- foxesscloud-2.8.6.dist-info/RECORD +7 -0
- foxesscloud-2.8.5.dist-info/RECORD +0 -7
- {foxesscloud-2.8.5.dist-info → foxesscloud-2.8.6.dist-info}/LICENCE +0 -0
- {foxesscloud-2.8.5.dist-info → foxesscloud-2.8.6.dist-info}/WHEEL +0 -0
- {foxesscloud-2.8.5.dist-info → foxesscloud-2.8.6.dist-info}/top_level.txt +0 -0
foxesscloud/openapi.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################################
|
2
2
|
"""
|
3
3
|
Module: Fox ESS Cloud using Open API
|
4
|
-
Updated:
|
4
|
+
Updated: 5 July 2025
|
5
5
|
By: Tony Matthews
|
6
6
|
"""
|
7
7
|
##################################################################################################
|
@@ -10,7 +10,7 @@ By: Tony Matthews
|
|
10
10
|
# ALL RIGHTS ARE RESERVED © Tony Matthews 2024
|
11
11
|
##################################################################################################
|
12
12
|
|
13
|
-
version = "2.8.
|
13
|
+
version = "2.8.6"
|
14
14
|
print(f"FoxESS-Cloud Open API version {version}")
|
15
15
|
|
16
16
|
debug_setting = 1
|
@@ -950,8 +950,6 @@ def get_work_mode():
|
|
950
950
|
global work_mode
|
951
951
|
if get_device() is None:
|
952
952
|
return None
|
953
|
-
# not implemented by Open API, skip to avoid error
|
954
|
-
return None
|
955
953
|
work_mode = get_named_settings('WorkMode')
|
956
954
|
return work_mode
|
957
955
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: foxesscloud
|
3
|
-
Version: 2.8.
|
3
|
+
Version: 2.8.6
|
4
4
|
Summary: library for accessing Fox ESS cloud data using Open API
|
5
5
|
Author-email: Tony Matthews <tony@quasair.co.uk>
|
6
6
|
Project-URL: Homepage, https://github.com/TonyM1958/FoxESS-Cloud
|
@@ -826,6 +826,9 @@ This setting can be:
|
|
826
826
|
|
827
827
|
# Version Info
|
828
828
|
|
829
|
+
2.8.6<br>#
|
830
|
+
Update to charge_needed() to get current work mode.
|
831
|
+
|
829
832
|
2.8.5<br>
|
830
833
|
Update battery variables to include SOH.
|
831
834
|
Add get_peakshaving().
|
@@ -0,0 +1,7 @@
|
|
1
|
+
foxesscloud/foxesscloud.py,sha256=_Su3Dcs0CSM2TlbAmCtouM4LkhYfYZ2Bk70eVgZqBJg,225011
|
2
|
+
foxesscloud/openapi.py,sha256=ftS5WZ838P3kSbjoHB0Ypcb6MYV-ePGX6nDbhpEpf0I,209702
|
3
|
+
foxesscloud-2.8.6.dist-info/LICENCE,sha256=8JF-24QkE8UfdII-g6RaIEvM-PZ9zwaEcxlwYUDMt-4,1079
|
4
|
+
foxesscloud-2.8.6.dist-info/METADATA,sha256=YceASwn6QpmzkI1IXtC33PQ-lBW0XWZU6YbmxYj3eMo,65928
|
5
|
+
foxesscloud-2.8.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
6
|
+
foxesscloud-2.8.6.dist-info/top_level.txt,sha256=IWOrKSNZCLU6IDXSX_b4_bqCfbZoWAT4CC0w0Lg7PuU,12
|
7
|
+
foxesscloud-2.8.6.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
foxesscloud/foxesscloud.py,sha256=_Su3Dcs0CSM2TlbAmCtouM4LkhYfYZ2Bk70eVgZqBJg,225011
|
2
|
-
foxesscloud/openapi.py,sha256=fRW2f2kIsvib3Y8reYXIegqQBBkMFgqjHhy1n29uzoY,209773
|
3
|
-
foxesscloud-2.8.5.dist-info/LICENCE,sha256=8JF-24QkE8UfdII-g6RaIEvM-PZ9zwaEcxlwYUDMt-4,1079
|
4
|
-
foxesscloud-2.8.5.dist-info/METADATA,sha256=b5LAyooq_E3GPMcDXEwb-ghyxbYOs4Ughah03NH7I78,65861
|
5
|
-
foxesscloud-2.8.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
6
|
-
foxesscloud-2.8.5.dist-info/top_level.txt,sha256=IWOrKSNZCLU6IDXSX_b4_bqCfbZoWAT4CC0w0Lg7PuU,12
|
7
|
-
foxesscloud-2.8.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|