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.
- 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
).
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.