dscKeybusInterface VS esp8266_milight_hub

Compare dscKeybusInterface vs esp8266_milight_hub and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
dscKeybusInterface esp8266_milight_hub
13 13
476 925
- -
0.0 4.4
27 days ago 5 months ago
C++ C++
GNU General Public License v3.0 only 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.

dscKeybusInterface

Posts with mentions or reviews of dscKeybusInterface. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-03.
  • I'm a security technician. I found out where all our Pis are going. Access control panel I'm working on:
    1 project | /r/raspberry_pi | 20 Jun 2023
    The sensors themselves are relatively easy to defeat, a strong enough magnet in the right position and you can pop a door or window open without tripping the sensor. This specific DSC panel was chosen as the bus protocol was unencrypted(the only reasonable attack would be a playback attack, everything needs a user, master, or installer code), but it would be relatively easy to add an esp8266 behind the wall plate of a keypad. (take notes, this is why you should have motion detectors wired inside, and add latching tamper zones). I don't have to worry about the encryption issue, since the keybus line doesn't go outside of a locked closet, which will probably use the latching tamper preset.
  • Connector identification
    1 project | /r/arduino | 18 Jun 2023
    Additional context for anyone that's trying to google the same thing. DSC power series pc1816, pc1832, and pc1864 main boards use this connector for the battery harness, which is difficult to source. (This sub is also relevant as there is a DSC key bus Protocol library for Arduino or espressif boards, this was one of the last boards they made before the bus line was encrypted).
  • Upgrade from DSC Powerseries PC1555
    1 project | /r/homesecurity | 27 Dec 2022
    Actually it's not "dated" as much as it's "timeless" :) Things get a lot easier with a serial cable and the DLS software. You can even build your own Envisalink like module that works with Home Assistant, for about $6, see: https://github.com/taligentx/dscKeybusInterface
  • DSC Powerseries NEO keybus interface?
    1 project | /r/homedefense | 18 Aug 2022
    There is a lot of work done for DSC powerseries keybus interface (not the NEO version): - https://github.com/taligentx/dscKeybusInterface - https://github.com/taligentx/dscKeybusInterface/tree/expander But I cannot find any documentation online for the NEO version.
  • Best communicator for PowerSeries with IT-100?
    1 project | /r/homesecurity | 11 May 2022
    What's the main goal here? The EnvisaLinkā„¢ EVL-4EZR module works really well with home automation like Home Assistant or, if you want a less expensive solution taligentx / dscKeybusInterface is an open source solution which can run on a Wemos D1 mini (< $10). Both of these solutions appear to the DSC panel to be a keypad so unless you exceed the maximum number of keypads for a given panel then you should be OK.
  • Service options with DSC PC1616
    2 projects | /r/homesecurity | 3 Mar 2022
    Speaking of DIY, you can build your own for under $10 in components and use opensource software like taligentx / dscKeybusInterface, then monitor yourself with Home Assistant. There is even open source software to recover the installer code. So the options for such an panel are not limited.
  • If your alarm system is no longer being monitored by a company and you set the alarm off, would it still dial to the old company?
    1 project | /r/homesecurity | 17 Jul 2021
    I'm wondering because I'm planning to run this project on the system to recover the installer code. I'm a little worried that doing so will start dialing to the old alarm company.
  • Don't have installer code for old DSC PC1555 (defaults don't work). Would it be straightforward to replace with a DSC PC1616 or DSC PC1832?
    1 project | /r/homesecurity | 26 Jun 2021
    Did you check if https://github.com/taligentx/dscKeybusInterface would support to unlock it? It would only require an arduino and a few days maximum to run (most likely a few hours). I've done it on my panel although it was more recent.
  • Ademco Central Office reciever manual
    1 project | /r/homesecurity | 11 May 2021
    If one doesn't like the $100 cost of Envisalink, with DSC systems there is open source software on GitHub that uses a $5 Wemos D1 mini board and another $1 worth of electronic components (couple resistors and a transistor) to interface directly to the KeyBus and then provides several methods of control.
  • PGM output on a DSC PC1616 to determine if armed
    1 project | /r/homesecurity | 10 Apr 2021
    Or use a Wemos D1 mini ($3 for a chinesium one), 3 resisters to connect directly to the DSC KeyBus along with this firmware and it will send ALL of the data from the Alarm via MQTT! Add an NPN transistor and now you can even arm and control the system via MQTT! All for $3.50 in parts :)

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 dscKeybusInterface and esp8266_milight_hub you can also consider the following projects:

WiFi-remote-for-Bestway-Lay-Z-SPA - Hack - ESP8266 as WiFi remote control for Bestway Lay-Z spa Helsinki

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

homie-esp8266 - šŸ’” ESP8266 framework for Homie, a lightweight MQTT convention for the IoT

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.

esphome-water-meter - Measurement of water consumption directly from your water meter with a TCRT5000 like sensor and ESPHome.

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

HOOBS - Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.

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

esphome-idasen-desk-controller - ESPHome component for Ikea Idasen desk control

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

ESP32-A2DP - A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF

adaptive-lighting - Adaptive Lighting custom component for Home Assistant