https://github.com/tomerfi/switcher_webapi
Gain containerized access to your local Switcher smart devices
https://github.com/tomerfi/switcher_webapi
aioswitcher docker smart-switch smarthome
Last synced: about 1 year ago
JSON representation
Gain containerized access to your local Switcher smart devices
- Host: GitHub
- URL: https://github.com/tomerfi/switcher_webapi
- Owner: TomerFi
- License: apache-2.0
- Created: 2019-05-03T21:55:14.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-18T09:05:30.000Z (about 1 year ago)
- Last Synced: 2025-04-18T22:44:45.709Z (about 1 year ago)
- Topics: aioswitcher, docker, smart-switch, smarthome
- Language: Python
- Homepage: https://switcher-webapi.tomfi.info
- Size: 10.6 MB
- Stars: 13
- Watchers: 1
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Switcher Web API
[![version-badge]][dockerhub]
[![pulls-badge]][dockerhub]
[![license-badge]][license]
[![stage-badge]][stage]
[![pages-badge]][pages]
[![codecov-badge]][codecov]
Gain access to your local [Switcher][switcher] smart devices.
```shell
docker run -d -p 8000:8000 --name switcher_webapi tomerfi/switcher_webapi:latest
```
Check the docs: [https://switcher-webapi.tomfi.info][docs].
> [!IMPORTANT]
> Since version 2, all endpoints require a device type. See [docs][docs].
[codecov]: https://codecov.io/gh/TomerFi/switcher_webapi
[docs]: https://switcher-webapi.tomfi.info
[dockerhub]: https://hub.docker.com/r/tomerfi/switcher_webapi
[license]: https://github.com/TomerFi/switcher_webapi/blob/dev/LICENSE
[pages]: https://github.com/TomerFi/switcher_webapi/actions/workflows/pages.yml
[stage]: https://github.com/TomerFi/switcher_webapi/actions/workflows/stage.yml
[switcher]: https://www.switcher.co.il/
[codecov-badge]: https://codecov.io/gh/TomerFi/switcher_webapi/graph/badge.svg
[license-badge]: https://img.shields.io/github/license/tomerfi/switcher_webapi
[pages-badge]: https://github.com/TomerFi/switcher_webapi/actions/workflows/pages.yml/badge.svg
[pulls-badge]: https://img.shields.io/docker/pulls/tomerfi/switcher_webapi.svg?logo=docker&label=pulls
[stage-badge]: https://github.com/TomerFi/switcher_webapi/actions/workflows/stage.yml/badge.svg
[version-badge]: https://img.shields.io/docker/v/tomerfi/switcher_webapi?color=%230A6799&logo=docker