Skip to content

TomerFi/aioswitcher

Repository files navigation

Switcher Python Integration

pypi-ver-badge pypi-down-badge license-badge
gh-build-badge pages-badge codecov-badge

PyPi module integrating with various Switcher devices.

pip install aioswitcher

Check the docs: https://aioswitcher.tomfi.info

Looking for a containerized solution? Check https://switcher-webapi.tomfi.info.

Command Line Helper Scripts

  • discover_devices.py can discover devices and their states (can be run by poetry run discover_devices).
  • control_device.py can control a device (can be run by poetry run control_device).
  • get_device_login_key.py can get a device login key (can be run by poetry run get_device_login_key).
  • validate_token.py can validate a device token which is a must for newer devices, used for communicating with devices (can be run by poetry run validate_token).

Disclaimer

This is NOT an official module, and it is NOT officially supported by the vendor.
Thanks to all the people at Switcher for their cooperation and general support.