-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi maintainers,
Due to a reconnect issue with various domotica platforms I checked today what's causing the reconnections from failing. it seem that the pypi version of pilight python client (this project) is used quite a lot in pre-build docker images with version 0.1.1 however that pypi version does not have the reconnect feature that i see present in the latest source code. (i also checked the source code from the pip package its actually not 0.1.1. (even tough the package is version 0.1.1) it seems but an version older at least). I did a manual patch on the pipy package installed file with the pilight.py from this repo and the issue is fixed. perhaps create a new version to release and a new pypi package so future images will work with the reconnect?