esphome VS esp8266_milight_hub

Compare esphome vs esp8266_milight_hub and see what are their differences.

esphome

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. (by esphome)

esp8266_milight_hub

Replacement for a Milight/LimitlessLED hub hosted on an ESP8266 (by sidoh)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
esphome esp8266_milight_hub
226 13
7,577 925
4.9% -
9.9 4.4
6 days ago 5 months ago
C++ C++
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

esphome

Posts with mentions or reviews of esphome. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.
  • ESPHome
    9 projects | news.ycombinator.com | 23 Apr 2024
    Solid state relay is probably a bad idea with all the extra heat-sinking, extra cost, and chance of getting counterfeits.

    I do this with ESPHome & a J115F21C12VDCS.9 relay (note only the NO side is rated for 40A resistive): https://i.imgur.com/MqqOkoY.png

    Choose any of the temperature sensors here for air temperature sensing: https://esphome.io/

    Configuration is so easy. For the sensor, just copy the config from here, for example: https://esphome.io/components/sensor/bme280. Add a gpio output (https://esphome.io/components/output/gpio) and a bang-bang climate controller (https://esphome.io/components/climate/bang_bang.html)

  • A Custom Zigbee Doorbell
    3 projects | news.ycombinator.com | 14 Feb 2024
    You might want to take a look at https://esphome.io/ for an easy integration of an ESP32/8266 into home Assistant.
  • Thoughts, learnings and regrets after three years on Home Assistant
    4 projects | news.ycombinator.com | 12 Feb 2024
    You can do this with a $30 Sonoff S31 running ESPHome [0]. Since the Sonoff wall switch can run a ping sensor against your server you could create a watchdog automation right on the S31 to shut off the mains power to the S31 switch and turn back on after X seconds.

    There are other ways you could have the S31 do operational checks but ultimately ESPHome is probably an interesting consideration and supported by tons of off the shelf hardware.

    [0] https://esphome.io/

  • Fixing a broken smart cat feeder with ESP32
    2 projects | news.ycombinator.com | 1 Feb 2024
    They're pretty great and compatible with most things. ESPHome [1] is a great resource for getting ESP32's working nicely with HA and you can find lots of projects using it to learn from.

    You'll likely need to do soldering if you want to connect sensors, batteries and the like.

    Personally I really like what SEEED Studio [2] does with their ESP32 boards and they have nice docs.

    1. https://esphome.io/

  • How to connect a SwiftUI app to NodeMCU ESP32
    1 project | /r/SwiftUI | 9 Dec 2023
    Maybe you could set up ESPHome on the ESP32. It might make connecting those components easier, plus a decent web server built in. Then your app can be set up to access data provided by the ESPHome web server.
  • Esp32 communication over the internet
    2 projects | /r/esp32 | 9 Dec 2023
  • Adafruit Feather ESP32-S2 with BME280 will not work!
    2 projects | /r/Esphome | 9 Dec 2023
    # # Setting pins for sda and scl will be required until https://github.com/esphome/esphome/pull/2970 is released
  • Hey all! ESP32 beginner here, looking for a little advice
    3 projects | /r/esp32 | 8 Dec 2023
    Probably an unpopular opinion, but for the simple stuff you may just want to use something like EspHome where you just need to create a yaml file. Once you’re comfortable with that maybe get into something a bit more advanced, but esphome make it a breeze. It integrates with home assistant if you already have that in place as well.
  • List of your reverse proxied services
    29 projects | /r/selfhosted | 5 Dec 2023
    ESPHome
  • Ask HN: What are some unpopular technologies you wish people knew more about?
    56 projects | news.ycombinator.com | 2 Dec 2023
    Lithium Titanate batteries. Nothing else is lightweight, safe, currently available, and lasts 20000 cycles.

    ESPHome. It's a framework for declaratively building firmware for microcontrollers, based on rules like "This pin is an input with debouncing, when it changes, toggle this".

    Contributing to them has probably been the most fun I've had programming in years.

    We just need power management, and a C++ implementation of the Native API client. It's so close to being able to replace most of what I'd normally code by hand in Arduino.

    https://esphome.io/

    RealThunder's fork of FreeCAD: https://github.com/realthunder/FreeCAD

    They fix so many issues. Linear patterns can duplicate other linear patterns!

    Vorta: It's the best backup technology I've seen. Just an easy guided GUI for Borg, which gives you deduplication. I just wish they let you deduplicate across multiple repositories somehow.

esp8266_milight_hub

Posts with mentions or reviews of esp8266_milight_hub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Relay with decoupled mode and fallback?
    2 projects | /r/homeautomation | 10 Dec 2023
    So, I have a few proprietary RF smart lights all around the house. I control these using an ESP project I found in Home Assistant. The problem I'm running into is kids turning off the lights from the switches. I figured the solution would be running relay switches for the smart lights since I want to install some for the dumb lights either way. I read up somewhere that you can run some relays in something called decoupled/detached mode, which allows them to send their state to home assistant, which can toggle the smart bulb.
  • LED WiFi Switch
    1 project | /r/WLED | 18 May 2023
    Using this hub, they work well for controlling WLED (or non WLED) lights, but do take a bit of configuring getting all the buttons configured.
  • Aesthetic light remotes
    1 project | /r/homeautomation | 28 Apr 2023
    Alternatively, you can DIY a MiLight hub that connects to HA via MQTT, and use any of the MiBoxer/MiLight remotes if they fit your needs.
  • Can a smart light switch be powered by a battery?
    2 projects | /r/homeautomation | 13 Apr 2023
    The easy option is to just get a Zwave or Zigbee remote. With a hub running Zigbee2MQTT or Zwave2MQTT, you can translate the button presses to MQTT and trigger your Tasmota devices. Alternatively, you could set up a Milight hub (which also translates button presses to MQTT topics) and use any of the commercially available Milight remotes as inputs.
  • Xiaomi Mi Computer Monitor
    1 project | /r/homeautomation | 10 Apr 2023
    The controller puck uses a 2.4GHz RF signal to control the light. I'm just guessing, but I would imagine you should be able to pick up the RF signal from a Milight hub like this. (I use a few Milight RF remotes connected to a DIY hub to control lights through HA.)
  • are there any zigbee, zwave or wifi rgbw remotes out there?
    2 projects | /r/homeautomation | 30 Dec 2022
    (These do require a 2.4GHz RF gateway. You can buy the standalone gateway, build your own, or buy a premade version.)
  • Remotes for light control
    3 projects | /r/homeautomation | 4 Nov 2022
    Anyone have any suggestions? I would prefer Zwave or 433MHz RF based (I have dongles for both attached to my HA box), but open to Wifi or Zigbee for the right solution. Anything cloud based is a hard pass. Same with BT, unless there is a cheap hub, or something I can DIY. (I already have a few ESP32 BT proxies running Tasmota or ESPHome.) IR is less than ideal due to line-of-sight restrictions. I was thinking about setting up this on an ESP8266, paired with one of these Milight remotes, but before putting in an AliExpress order and waiting weeks for delivery, does anybody have any other suggestions? Would this or this work with my 433MHz SDR running RTL_433? The giant antennas were a little off-putting.
  • Not too smart LED panels
    1 project | /r/smarthome | 15 Jun 2022
    I also looked at milight hub with an esp board.
  • ZigBee-RF USB bridge for Mi-Light White?
    1 project | /r/GLEDOPTO_Support | 19 Jan 2022
    If someone could specifically confirm/deny that the Gledopto bridge works with White bulbs would be great. People have created custom controllers for the White bulbs/remotes (e.g., here) - so I assume the protocol is known or the same.
  • Stuck on finding an RGB+CCT controller that works with Home Assistant and physical remote
    1 project | /r/homeassistant | 11 Feb 2021
    Before binning off the Milight controller perhaps try this open source hub: https://github.com/sidoh/esp8266_milight_hub

What are some alternatives?

When comparing esphome and esp8266_milight_hub you can also consider the following projects:

ESPresense - An ESP32 based node for gathering indoor positioning and transmitting to mqtt

dscKeybusInterface - An Arduino/esp8266/esp32 library to directly interface with DSC security systems.

ESP-Now - ESP-Now Examples

OpenMQTTGateway - MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.

Tasmota - Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

IRremoteESP8266 - Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/

esp-homekit - Apple HomeKit accessory server library for ESP-OPEN-RTOS

deconz-rest-plugin - deCONZ REST-API plugin to control ZigBee devices

tuya-convert - A collection of scripts to flash Tuya IoT devices to alternative firmwares

rtl_433 - Program to decode radio transmissions from devices on the ISM bands (and other frequencies)

Node RED - Low-code programming for event-driven applications

adaptive-lighting - Adaptive Lighting custom component for Home Assistant