foxesscloud 2.7.4__tar.gz → 2.7.5__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.
- {foxesscloud-2.7.4/src/foxesscloud.egg-info → foxesscloud-2.7.5}/PKG-INFO +2 -2
- {foxesscloud-2.7.4 → foxesscloud-2.7.5}/README.md +1 -1
- {foxesscloud-2.7.4 → foxesscloud-2.7.5}/pyproject.toml +1 -1
- {foxesscloud-2.7.4 → foxesscloud-2.7.5}/src/foxesscloud/foxesscloud.py +1 -4
- {foxesscloud-2.7.4 → foxesscloud-2.7.5}/src/foxesscloud/openapi.py +1 -3
- {foxesscloud-2.7.4 → foxesscloud-2.7.5/src/foxesscloud.egg-info}/PKG-INFO +2 -2
- {foxesscloud-2.7.4 → foxesscloud-2.7.5}/LICENCE +0 -0
- {foxesscloud-2.7.4 → foxesscloud-2.7.5}/setup.cfg +0 -0
- {foxesscloud-2.7.4 → foxesscloud-2.7.5}/src/foxesscloud.egg-info/SOURCES.txt +0 -0
- {foxesscloud-2.7.4 → foxesscloud-2.7.5}/src/foxesscloud.egg-info/dependency_links.txt +0 -0
- {foxesscloud-2.7.4 → foxesscloud-2.7.5}/src/foxesscloud.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: foxesscloud
|
3
|
-
Version: 2.7.
|
3
|
+
Version: 2.7.5
|
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
|
@@ -807,7 +807,7 @@ This setting can be:
|
|
807
807
|
|
808
808
|
# Version Info
|
809
809
|
|
810
|
-
2.7.
|
810
|
+
2.7.5<br>
|
811
811
|
Update to support T series inverters.
|
812
812
|
|
813
813
|
2.7.3<br>
|
@@ -10,7 +10,7 @@ By: Tony Matthews
|
|
10
10
|
# ALL RIGHTS ARE RESERVED © Tony Matthews 2023
|
11
11
|
##################################################################################################
|
12
12
|
|
13
|
-
version = "1.8.
|
13
|
+
version = "1.8.6"
|
14
14
|
print(f"FoxESS-Cloud version {version}")
|
15
15
|
|
16
16
|
debug_setting = 1
|
@@ -1249,9 +1249,6 @@ def get_flag():
|
|
1249
1249
|
return None
|
1250
1250
|
result = response.json().get('result')
|
1251
1251
|
if result is None:
|
1252
|
-
errno = response.json().get('errno')
|
1253
|
-
if errno == 40256:
|
1254
|
-
output(f"** get_flag(), not suported on this device")
|
1255
1252
|
return None
|
1256
1253
|
if schedule is None:
|
1257
1254
|
schedule = {'enable': None, 'support': None, 'pollcy': None}
|
@@ -10,7 +10,7 @@ By: Tony Matthews
|
|
10
10
|
# ALL RIGHTS ARE RESERVED © Tony Matthews 2024
|
11
11
|
##################################################################################################
|
12
12
|
|
13
|
-
version = "2.7.
|
13
|
+
version = "2.7.5"
|
14
14
|
print(f"FoxESS-Cloud Open API version {version}")
|
15
15
|
|
16
16
|
debug_setting = 1
|
@@ -1006,8 +1006,6 @@ def get_flag():
|
|
1006
1006
|
return None
|
1007
1007
|
result = response.json().get('result')
|
1008
1008
|
if result is None:
|
1009
|
-
if errno == 40256:
|
1010
|
-
output(f"** get_flag(), not suported on this device")
|
1011
1009
|
return None
|
1012
1010
|
if schedule is None:
|
1013
1011
|
schedule = {'enable': None, 'support': None, 'periods': None}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: foxesscloud
|
3
|
-
Version: 2.7.
|
3
|
+
Version: 2.7.5
|
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
|
@@ -807,7 +807,7 @@ This setting can be:
|
|
807
807
|
|
808
808
|
# Version Info
|
809
809
|
|
810
|
-
2.7.
|
810
|
+
2.7.5<br>
|
811
811
|
Update to support T series inverters.
|
812
812
|
|
813
813
|
2.7.3<br>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|