python-dingz

Python API for interacting with Dingz devices

APACHE-2.0 License

Downloads
77
Stars
2
Committers
4

Bot releases are hidden (Show)

python-dingz - Latest Release

Published by fabaff almost 3 years ago

  • Rename module from python-dingz to dingz
python-dingz -

Published by fabaff almost 3 years ago

  • Support for dimmers

  • Allows later async_timeout

  • Refactored shades
    With version 0.3.0

    dingz.shade_down(shade_id)
    

    Starting from 0.4.0:

    shade = dingz.shades.get(shade_id)
    shade.shade_down()
    
python-dingz -

Published by fabaff almost 4 years ago

  • Add CLI tool
  • Support for shades/blinds (@retoo)
  • Access to more parts of the dingz API (blind config, system config and others) (@retoo)
  • Automatic discovery for dingz units in the local network (@retoo)