All Projects → techno-tim → techno-broadlink

techno-tim / techno-broadlink

Licence: MIT license
A Docker container for BroadLink devices with a REST API and React UI

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to techno-broadlink

broadlinkmanager-docker
Broadlink Manager is a python based project that allows you to contorol your broadlink devices. Discover, Leran and send command in a very easy way
Stars: ✭ 174 (+205.26%)
Mutual labels:  broadlink, broadlink-devices
hot-reload
Hot reload development for Go
Stars: ✭ 72 (+26.32%)
Mutual labels:  docker-container
docker-tar1090
Multi-arch tar1090 container for visualising ADSB data
Stars: ✭ 31 (-45.61%)
Mutual labels:  docker-container
onionize-docker
Tor v3 onion services (hidden services) for Docker containers
Stars: ✭ 61 (+7.02%)
Mutual labels:  docker-container
searchhub
Fusion demo app searching open-source project data from the Apache Software Foundation
Stars: ✭ 42 (-26.32%)
Mutual labels:  docker-container
campaign-manager
The Camapign Management UI for RTB4Free, the open source bidder / DSP.
Stars: ✭ 24 (-57.89%)
Mutual labels:  docker-container
phd5-app
💜 Universal web application built upon Docker, PHP & Yii 2.0 Framework
Stars: ✭ 71 (+24.56%)
Mutual labels:  docker-container
graphsense-dashboard
A web dashboard for interactive cryptocurrency analysis.
Stars: ✭ 84 (+47.37%)
Mutual labels:  docker-container
docker-phpdev
Easy to use php docker development environment setup with vhost/multi version support
Stars: ✭ 75 (+31.58%)
Mutual labels:  docker-container
xen-orchestra-docker
Xen Orchestra in a docker container
Stars: ✭ 53 (-7.02%)
Mutual labels:  docker-container
nightly-docker-rebuild
Use nightli.es 🌔 to rebuild N docker 🐋 images 📦 on hub.docker.com
Stars: ✭ 13 (-77.19%)
Mutual labels:  docker-container
hubot-broadlink-rm
A hubot script to learn and send IR hex codes with Broadlink RM
Stars: ✭ 24 (-57.89%)
Mutual labels:  broadlink
EA-Tester
🐳📈 Headless Forex backtesting for MetaTrader platform using Docker
Stars: ✭ 77 (+35.09%)
Mutual labels:  docker-container
docker-radarbox
AirNav RadarBox rbfeeder, multi-architecture (x86_64, arm32v7, arm64)
Stars: ✭ 26 (-54.39%)
Mutual labels:  docker-container
docker-tcp-switchboard
Launch a fresh docker container per SSH connection
Stars: ✭ 44 (-22.81%)
Mutual labels:  docker-container
convert-document
A docker container for LibreOffice and unoconv, used to generate PDF files from office-type documents.
Stars: ✭ 53 (-7.02%)
Mutual labels:  docker-container
raspap-docker
A community-led docker container for RaspAP
Stars: ✭ 45 (-21.05%)
Mutual labels:  docker-container
dockervel
Laravel development environment in Docker containers
Stars: ✭ 30 (-47.37%)
Mutual labels:  docker-container
dockermutillidae
Docker container for OWASP Mutillidae II Web Pen-Test Practice Application
Stars: ✭ 64 (+12.28%)
Mutual labels:  docker-container
essex
Essex - Boilerplate for Docker Based Projects
Stars: ✭ 32 (-43.86%)
Mutual labels:  docker-container

Docker Build Status

techno-broadlink

A Docker container for BroadLink devices that hosts an HTTP Web API and a UI to send commands to devices on your local network.

For instructions, please see https://www.youtube.com/watch?v=4MJW29mR-Xc

Device Support

I have tested this with an RM3 and RM4. In theory, all devices listed here should work.

Usage

docker run \
  -e HOST_IP=your.docker.host.ip \
  -p 10981:10981 \
  -v </path/to/config>:/app/config \
  --network host \
  timothystewart6/techno-broadlink

The Docker image is here

Web UI

The web UI will be hosted on port 10981.

alt text

Web API

The web API will be hosted on port 10981. I included a Postman collection here

Credits

Created by Techno Tim with 💛

This would not be possible without mjg59/python-broadlink which is used by Home Assistant.

🔔 Social Media 🔔

► YouTube https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A

► Twitch https://www.twitch.tv/TechnoTim

► Twitter https://twitter.com/TechnoTimLive

► Discord https://l.technotim.live/discord

► Instagram https://www.instagram.com/techno.tim/

► Facebook https://www.facebook.com/TechnoTimLive/

► GitHub https://github.com/timothystewart6

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].