ESP32-targz VS dscKeybusInterface

Compare ESP32-targz vs dscKeybusInterface and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ESP32-targz dscKeybusInterface
2 14
114 476
- -
5.6 0.0
about 1 month ago 13 days ago
C++ C++
GNU General Public License v3.0 or later GNU General Public License v3.0 only
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.

ESP32-targz

Posts with mentions or reviews of ESP32-targz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-04.
  • ESP32 CAM module auto start and no cabel download pictures
    1 project | /r/esp32 | 28 Aug 2022
    Sounds super simple to download images via a webserver, just have a page that dumps the contents of the SD card ( if you using it to save the images ) back as TGZ format. https://github.com/tobozo/ESP32-targz
  • Using TAR files in ESP32 with SD applications for easy multiple file transfers
    3 projects | /r/arduino | 4 Apr 2021
    I am engineering a watch to play home videos of my children on my wrist - my Reflections project. I need an easy way to move multiple files from a Cloud based service to the watch. tar) and GZip are widely used standards to build and compress an archive of binary (for example, movies and sound files) and text (for example, JSON encoded procedural scripting command) files. Using tar I simplify my code to move one tar file instead of multiple individual files. The ESP32-targz library combines uzlib and TinyUntar to decompress and inflate tar files and works well with Arduino IDE 1.8.13, ESP32, and an SD card. This is my developerā€™s journal of the problems that I encountered and the work-arounds I used.

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 2024-04-27.
  • Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
    26 projects | news.ycombinator.com | 27 Apr 2024
    Brought an inactive home security system onto Home Assistant using the below repository, so I can track everything from smoke alarms to motion, doors, and windows. I swear there's a niche business opportunity in retrofitting all these deactivated systems!

    https://github.com/taligentx/dscKeybusInterface

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

What are some alternatives?

When comparing ESP32-targz and dscKeybusInterface you can also consider the following projects:

uzlib - Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).

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

esp32-asyncwebserver-fileupload-example - Examples of how to upload files to an ESP32 using Asyncwebserver, SPIFFS and an Upload progress bar.

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

TinyUntar - A tiny untar library written in C.

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

Effortless-SPIFFS - A class designed to make reading and storing data on the ESP8266 and ESP32 effortless

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

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

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

dcm2niix - dcm2nii DICOM to NIfTI converter: compiled versions available from NITRC

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