TypeScript Homebridge

Open-source TypeScript projects categorized as Homebridge

Top 23 TypeScript Homebridge Projects

  • homebridge

    HomeKit support for the impatient.

  • Project mention: Need Help with "Unable to find Homebridge Installation" Error on Hyper-V | /r/homebridge | 2023-10-10

    I've been trying to set up Homebridge on Hyper-V using the guide provided here: https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Windows-10-Using-Hyper-V

  • homebridge-config-ui-x

    The Homebridge UI. Monitor, configure and backup Homebridge from a browser.

  • Project mention: Homebridge UI-X 4.54.0 issues | /r/homebridge | 2023-12-07
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • homebridge-unifi-protect

    :video_camera: Complete HomeKit integration for all UniFi Protect device types with full support for most features including HomeKit Secure Video, and more. https://homebridge.io

  • Project mention: UDM Authentication with X-CSRF-Token | /r/Ubiquiti | 2023-11-01

    For several years I've been relying on an authentication mechanism with my main UDM (v3.1.16) that relies on the X-CSRF-Token header returned when doing a GET request directly to the UDM's IP address, as per the instructions found here (https://github.com/hjdhjd/homebridge-unifi-protect/blob/main/docs/ProtectAPI.md).

  • ring

    Unofficial packages for Ring Doorbells, Cameras, Alarm System, and Smart Lighting (by dgreif)

  • Project mention: installing timelapse for ring camera | /r/CodingHelp | 2023-11-28

    Hey I am trying to install a plugin to timelapse with my ring camera that i found on github ( https://github.com/wictorwilen/ring-timelapse) . i was able to get till the end of the tutorial but I came into a problem im not able to figure out. I keep on getting this error message (node:30) UnhandledPromiseRejectionWarning: Error: Refresh token is not valid. Unable to authenticate with Ring servers. See https://github.com/dgreif/ring/wiki/Refresh-Tokens. after I try updating the ring-client-api it still gives me this error. If someone got any clue let me know :)

  • homebridge-camera-ffmpeg

    Homebridge Plugin Providing FFmpeg-based Camera Support

  • Project mention: Trying to get 3 Momentum cams I got from Walmart several years ago to work with the Homebridge Camera Ffmpeg plugin. Any help? | /r/homebridge | 2023-12-04
  • homebridge-myq

    :car: myQ Liftmaster and Chamberlain Plugin for Homebridge https://github.com/nfarina/homebridge

  • Project mention: MyQ Plugin down? | /r/homebridge | 2023-06-29

    That myQ API message is mentioned in the read me for the plugin, under Things To Be Aware Of

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • homebridge-gsh

    Allow Google Assistant to control your Homebridge accessories.

  • Project mention: Matter 1.2 Arrives with Nine New Device Types and Improvements Across the Board | news.ycombinator.com | 2023-10-23

    You don’t need to use HomeKit for this to work, but you will need https://github.com/oznu/homebridge-gsh. (Caveat: I haven’t tried this myself since I use HomeKit and Alexa devices.)

  • homebridge-xiaomi-roborock-vacuum

    A Xiaomi Roborock vaccum plugin (1st, 2nd and 3rd generation) for homebridge.

  • verified

    Plugins Verified by Homebridge

  • homebridge-z2m

    Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.

  • homebridge-wol

    A Wake on Lan plugin for Homebridge

  • Project mention: Turn Mac on and off via Homkit | /r/homebridge | 2023-05-14

    Here for I have found the plugin https://github.com/alexgustafsson/homebridge-wol. Unfortunately I just can't get it set up correctly. I use the example configuration, where I have of course used the correct IP address and Mac address.

  • homebridge-switchbot

    The Homebridge SwitchBot plugin allows you to access your SwitchBot Device(s) from HomeKit. Homebridge.

  • Project mention: Is a Switchbot connected to the hub 2 compatible with Homebridge? | /r/homebridge | 2023-07-09
  • homebridge-tuya-web

    Hoobs and Homebridge plugin for Tuya devices using Home Assistant Tuya Web Api

  • homebridge-tuya-platform

    Make homebridge-tuya-platform great again.

  • Project mention: How to disable „inching switch” for Tuya devices ezposed to Homekit via homebridge? | /r/homebridge | 2023-06-18

    Have you tried the solution in the GitHub issues?

  • homebridge-lg-thinq

    A Homebridge plugin for controlling/monitoring LG ThinQ device via their ThinQ platform.

  • Project mention: Need HomeKit Portable AC (U.S.A.) | /r/HomeKit | 2023-06-25
  • homebridge-synology

    Control your Synology Diskstation with Homekit

  • Project mention: Issue with Synology Homebridge - Can't Ping | /r/homebridge | 2023-08-28
  • plugin

    Homebridge plugin to control certain Eufy Security devices (by homebridge-eufy-security)

  • homebridge-pihole

    Pi-hole switch for Homebridge

  • homebridge-roomba2

    Homebridge plugin to connect iRobot Roomba devices with Homebridge/HomeKit.

  • homebridge-tahoma

    Homebridge plugin for TaHoma, Connexoon, Cozytouch, Energeasy Connect.

  • Project mention: Plugin for Atlantic Climatization | /r/homebridge | 2023-05-02
  • homebridge-homeconnect

    Home Connect home appliances plugin for Homebridge

  • homebridge-google-nest-sdm

    A Homebridge plugin for Google Nest devices that uses the Google Smart Device Management API. Supports Cameras, Doorbells, Displays, and Thermostats. Includes support for HomeKit Secure Video.

  • Project mention: An updated Node-WebRTC that works with Node Stable | news.ycombinator.com | 2023-10-04

    I maintain a Homebridge (community built system to bridge IoT devices to Apple HomeKit) plugin for Google Nest devices. The newer Nest cams use WebRTC for video streaming. This makes viewing the cameras in Apple Home a bit complex, as the bridge must setup and connect to a WebRTC stream, transcode it, and then send it out to your iPhone etc. as an RTSP stream.

    https://github.com/potmat/homebridge-google-nest-sdm

    Since this is for home automation the system runs on all kinds of weird devices, from RPi's to NAS's to old laptops etc. When I tried to use anything requiring platform specific binaries it was a complete mess, most of the time things would not build.

    The problem may not be insurmountable if you're being paid, but since this is just done in my spare time it's not something I wanted to deal with.

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

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Homebridge related posts

Index

What are some of the best open-source Homebridge projects in TypeScript? This list will help you:

Project Stars
1 homebridge 23,321
2 homebridge-config-ui-x 2,574
3 homebridge-unifi-protect 1,338
4 ring 1,154
5 homebridge-camera-ffmpeg 1,057
6 homebridge-myq 571
7 homebridge-tplink-smarthome 464
8 homebridge-gsh 393
9 homebridge-xiaomi-roborock-vacuum 365
10 verified 360
11 homebridge-z2m 288
12 homebridge-wol 281
13 homebridge-switchbot 222
14 homebridge-tuya-web 213
15 homebridge-tuya-platform 198
16 homebridge-lg-thinq 197
17 homebridge-synology 157
18 plugin 147
19 homebridge-pihole 144
20 homebridge-roomba2 141
21 homebridge-tahoma 130
22 homebridge-homeconnect 129
23 homebridge-google-nest-sdm 122

Sponsored
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