Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depreciation and upper-/lowercase issue w/ RTS addresses in [ShutterRollingCodes] section #166

Open
geohei opened this issue Apr 14, 2024 · 0 comments

Comments

@geohei
Copy link

geohei commented Apr 14, 2024

I installed and tested Pi-Somfy(-CC1101) now during a week.
2 comments:

  1. depreciation
    .setDaemon(True) is depreciated as of Python 3.10 (?)
    It should be replaced by .daemon = True

  2. shutter RTS address upper-/lowercase hex code issue
    When programming shutter # 10, the last byte goes alphanumeric (e.g. 0x27962A). This is stored consistently in sections [Shutters] and [ShutterRollingCodes] as uppercase. However after some shutter operations and a reboot, operateShutters.py starts with errors. Analysis revealed that all shutter addresses with an alphanumerical byte are added lowercase in [ShutterRolingCodes] only, resulting in dupe address values and wrong rolling codes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant