Skip to content

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

@geohei

Description

@geohei

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions