python-selve-new 2.2.22__tar.gz → 2.3.0__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.
- {python_selve_new-2.2.22/python_selve_new.egg-info → python_selve_new-2.3.0}/PKG-INFO +1 -1
- {python_selve_new-2.2.22 → python_selve_new-2.3.0/python_selve_new.egg-info}/PKG-INFO +1 -1
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/__init__.py +5 -5
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/setup.py +1 -1
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.github/FUNDING.yml +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.github/workflows/python-publish.yml +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.gitignore +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.idea/.gitignore +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.idea/misc.xml +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.idea/modules.xml +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.idea/python-selve-new.iml +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.idea/vcs.xml +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/.vscode/settings.json +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/LICENSE +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/README.md +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/package.sh +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/pyproject.toml +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/python_selve_new.egg-info/SOURCES.txt +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/python_selve_new.egg-info/dependency_links.txt +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/python_selve_new.egg-info/entry_points.txt +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/python_selve_new.egg-info/requires.txt +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/python_selve_new.egg-info/top_level.txt +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/__init__.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/command.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/device.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/event.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/group.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/iveo.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/param.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/senSim.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/sender.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/sensor.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/commands/service.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/device.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/gateway.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/group.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/iveo.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/senSim.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/sender.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/sensor.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/util/__init__.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/util/errors.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/selve/util/protocol.py +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/setup.cfg +0 -0
- {python_selve_new-2.2.22 → python_selve_new-2.3.0}/test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-selve-new
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
4
4
|
Summary: Python library for interfacing with selve devices using the USB-RF controller. Written completely new.
|
|
5
5
|
Home-page: https://github.com/Kannix2005/python-selve-new
|
|
6
6
|
Author: Stefan Altheimer
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-selve-new
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
4
4
|
Summary: Python library for interfacing with selve devices using the USB-RF controller. Written completely new.
|
|
5
5
|
Home-page: https://github.com/Kannix2005/python-selve-new
|
|
6
6
|
Author: Stefan Altheimer
|
|
@@ -126,9 +126,9 @@ class Selve:
|
|
|
126
126
|
|
|
127
127
|
await asyncio.sleep(0.1)
|
|
128
128
|
|
|
129
|
-
except serial.SerialException:
|
|
129
|
+
except (serial.SerialException, IOError) as e:
|
|
130
130
|
# log message
|
|
131
|
-
self._LOGGER.error("(Selve Worker): " + 'Serial Port RX error')
|
|
131
|
+
self._LOGGER.error("(Selve Worker): " + 'Serial Port RX error ' + str(e))
|
|
132
132
|
self._LOGGER.error("(Selve Worker): " + 'trying to reconnect...')
|
|
133
133
|
await self.recover()
|
|
134
134
|
|
|
@@ -167,7 +167,7 @@ class Selve:
|
|
|
167
167
|
await self.discover()
|
|
168
168
|
await self.startWorker()
|
|
169
169
|
return
|
|
170
|
-
except serial.SerialException as e:
|
|
170
|
+
except (serial.SerialException, IOError) as e:
|
|
171
171
|
self._LOGGER.debug("Configured port not valid! " + str(e))
|
|
172
172
|
except Exception as e:
|
|
173
173
|
self._LOGGER.error("Unknown exception: " + str(e))
|
|
@@ -237,7 +237,7 @@ class Selve:
|
|
|
237
237
|
|
|
238
238
|
if await self.pingGatewayFromWorker():
|
|
239
239
|
return
|
|
240
|
-
except serial.SerialException as e:
|
|
240
|
+
except (serial.SerialException, IOError) as e:
|
|
241
241
|
self._LOGGER.debug("(Selve Worker): " + "Configured port not valid, maybe it has changed, trying other ports...")
|
|
242
242
|
except Exception as e:
|
|
243
243
|
self._LOGGER.error("(Selve Worker): " + "Unknown exception: " + str(e))
|
|
@@ -356,7 +356,7 @@ class Selve:
|
|
|
356
356
|
#always sleep after writing
|
|
357
357
|
await asyncio.sleep(0.5)
|
|
358
358
|
|
|
359
|
-
except SerialException as se:
|
|
359
|
+
except (serial.SerialException, IOError) as se:
|
|
360
360
|
self._LOGGER.info('Serial error, trying to reconnect once... ' + str(se))
|
|
361
361
|
await self.recover()
|
|
362
362
|
|
|
@@ -15,7 +15,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
|
|
15
15
|
setup(
|
|
16
16
|
|
|
17
17
|
name='python-selve-new', # Required
|
|
18
|
-
version='2.
|
|
18
|
+
version='2.3.0', # Required
|
|
19
19
|
description='Python library for interfacing with selve devices using the USB-RF controller. Written completely new.', # Required
|
|
20
20
|
long_description=long_description, # Optional
|
|
21
21
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_selve_new-2.2.22 → python_selve_new-2.3.0}/.idea/inspectionProfiles/profiles_settings.xml
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
|
{python_selve_new-2.2.22 → python_selve_new-2.3.0}/python_selve_new.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python_selve_new-2.2.22 → python_selve_new-2.3.0}/python_selve_new.egg-info/entry_points.txt
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|