Skip to content

Broadlink Gateway to MQTT bridge (I use it for home assistant integration)

Notifications You must be signed in to change notification settings

monster1025/broadlink-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broadlink (SP2 and RM2) to MQTT bridge

Works with Broadlink WiFi plugs and RM2-Mini. You need to edit you bulb IPs in main.py (not yet fixed).

Sample docker-compose.yml file:

main:
  build: .
  container_name: broadlink
  environment:
    - MQTT_SERVER=192.168.1.93
    - MQTT_USER=mqtt_user
    - MQTT_PASS=passw0rd
  restart: always
docker-compose build && docker-compose up -d

Known bugs:

  • Plug alive status updated only at startup.
  • IP-Name list in main.py
  • Bad code style =(

About

Broadlink Gateway to MQTT bridge (I use it for home assistant integration)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published