All Projects → t0mer → broadlinkmanager-docker

t0mer / broadlinkmanager-docker

Licence: Apache-2.0 license
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

Programming Languages

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

Projects that are alternatives of or similar to broadlinkmanager-docker

Neon
Similar to 🏡 HomeAssistant and OpenHAB, but made with .net core and ❤️ in Florence, Italy
Stars: ✭ 32 (-81.61%)
Mutual labels:  home-automation, broadlink-rm
techno-broadlink
A Docker container for BroadLink devices with a REST API and React UI
Stars: ✭ 57 (-67.24%)
Mutual labels:  broadlink, broadlink-devices
Home-Assistant
Home-Assistant-Config
Stars: ✭ 186 (+6.9%)
Mutual labels:  home-automation, broadlink
broadlink-dotnet
.Net standard library for Broadlink devices
Stars: ✭ 13 (-92.53%)
Mutual labels:  home-automation, broadlink
home-slide-android
Access your Home Assistant devices quickly from anywhere on your Android device
Stars: ✭ 45 (-74.14%)
Mutual labels:  home-automation
openHCAN
Hausautomatisierungsloesung auf CAN-Bus Basis.
Stars: ✭ 16 (-90.8%)
Mutual labels:  home-automation
ioBroker.epson stylus px830
Zustand Druckerpatronen im EPSON Stylus PX830 für ioBroker auslesen
Stars: ✭ 18 (-89.66%)
Mutual labels:  home-automation
alarmserver
IP Camera Alarm Server to MQTT
Stars: ✭ 73 (-58.05%)
Mutual labels:  home-automation
sensor
Sensor by Metriful | Indoor environment monitoring | Documentation and code samples
Stars: ✭ 93 (-46.55%)
Mutual labels:  home-automation
homecontrol
Control your Philips Hue lights through a floor map.
Stars: ✭ 18 (-89.66%)
Mutual labels:  home-automation
androidthings-mqtt-alarm-panel
Android Things Alarm Control Panel for Home Assistant
Stars: ✭ 69 (-60.34%)
Mutual labels:  home-automation
vallox websocket api
Async API for Vallox ventilation units. Is used in HomeAssistant.
Stars: ✭ 18 (-89.66%)
Mutual labels:  home-automation
ambianic-edge
The core runtime engine for Ambianic Edge devices.
Stars: ✭ 98 (-43.68%)
Mutual labels:  home-automation
lock-manager
Home Assistant Lock Manager
Stars: ✭ 53 (-69.54%)
Mutual labels:  home-automation
ioBroker.denon
Denon AVR adapter for ioBroker
Stars: ✭ 15 (-91.38%)
Mutual labels:  home-automation
Doorbell-via-Wemos-and-optocoupler
Digital version of my "analog" doorbell project to determine if the doorbell was pressed.
Stars: ✭ 55 (-68.39%)
Mutual labels:  home-automation
sinope-130
Neviweb custom component for Home Assistant to manage devices connected via a GT130 and wifi devices from Sinopé
Stars: ✭ 27 (-84.48%)
Mutual labels:  home-automation
hass config
My personal Home-Assistant configuration for my home.
Stars: ✭ 17 (-90.23%)
Mutual labels:  home-automation
node-red-contrib-loxone
Connect the Loxone Miniserver to node-red via the Websocket API
Stars: ✭ 65 (-62.64%)
Mutual labels:  home-automation
casa
Home Assistant setup for our home
Stars: ✭ 132 (-24.14%)
Mutual labels:  home-automation

Please this repo if you find it useful


PayPal

BroadlinkManager Broadlink Manager Security Rating Maintainability Rating

BroadlinkManager is a FastAPI powered, easy to use system that hepls you to work with Broadlink Devices. With Broadlink manager you can:

  • Scan your network for devices.
  • Lean and send IR or RF codes
  • Random generate RF codes
  • Change repeats for exisiting codes (IR/EF)

Credits:

=======

Supported Devices and Models

sp2:

0x2711,  # SP2
0x2719,  0x7919, 0x271a, 0x791a,  # Honeywell SP2
0x2720,  # SPMini
0x753e,  # SP3
0x7D00,  # OEM branded SP3
0x947a,  0x9479,  # SP3S
0x2728,  # SPMini2
0x2733,  0x273e,  # OEM branded SPMini
0x7530,  0x7546, 0x7918,  # OEM branded SPMini2
0x7D0D,  # TMall OEM SPMini3
0x2736,  # SPMiniPlus

rm:

0x2712,  # RM2
0x2737,  # RM Mini
0x273d,  # RM Pro Phicomm
0x2783,  # RM2 Home Plus
0x277c,  # RM2 Home Plus GDT
0x272a,  # RM2 Pro Plus
0x2787,  # RM2 Pro Plus2
0x279d,  # RM2 Pro Plus3
0x27a9,  # RM2 Pro Plus_300
0x278b,  # RM2 Pro Plus BL
0x2797,  # RM2 Pro Plus HYC
0x27a1,  # RM2 Pro Plus R1
0x27a6,  # RM2 Pro PP
0x278f,  # RM Mini Shate
0x27c2,  # RM Mini 3
0x27d1,  # new RM Mini3
0x27de,  # RM Mini 3 (C)

rm4:

0x51da,  # RM4 Mini
0x5f36,  # RM Mini 3
0x6026,  # RM4 Pro
0x6070,  # RM4c Mini
0x61a2,  # RM4 Pro
0x610e,  # RM4 Mini
0x610f,  # RM4c
0x62bc,  # RM4 Mini
0x62be,  # RM4c Mini
0x6539,  # RM4c Mini
0x653c,  # RM4 Pro

a1:

0x2714,  # A1

mp1:

0x4EB5,  # MP1
0x4EF7,  # Honyar oem mp1

hysen:

0x4EAD,  # Hysen controller

S1C:

0x2722,  # S1 (SmartOne Alarm Kit)

dooya:

0x4E4D,  # Dooya DT360E (DOOYA_CURTAIN_V2)

bg1:

0x51E3,  # BG Electrical Smart Power Socket

lb1:

0x60c8,  # RGB Smart Bulb

Usage

Run from hub

docker-compose from hub

version: "3.6"
services:
  broadlinkmanager:
    image: techblog/broadlinkmanager
    network_mode: host
    container_name: broadlinkmanager
    restart: always
    restart: unless-stopped
    volumes:
      - ./broadlinkmanager:/opt/broadlinkmanager/data
    environment:
      - ENABLE_GOOGLE_ANALYTICS=True #Optional, default is True, Set to False if you want to disable Google Analytics

Now open your browser and enter your docker container ip with port 7020: http://docker-ip:7020

Screenshots

Device Listing

RF Code Generator

Learn and Send IR/RF Codes

Base64 and Hex Conversation

Donation


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