[Release] Litetouch 2000 Matter Bridge

While not a hubitat driver/app, it works with Matter. There may be a problem with joining direct to hubitat with matterbridge which stems from matterbridge being a non-official matter device. I'm just using it with apple Home right now because pairing with Hubitat was failing during my testing.

For those of you still running Litetouch 2000 lighting systems (there are dozens of us!), I've created a Matterbridge plugin that exposes your Litetouch loads as Matter devices. This means you can control your Litetouch dimmers and switches from Hubitat, Apple Home, Google Home, Alexa, or any other Matter-compatible platform.

Background

Litetouch 2000 was a great whole-home lighting system from the late 90s/early 2000s, but integration options have always been limited. I previously maintained a Vera plugin for it, but with Vera's decline and the rise of Matter as a universal standard, I decided to build something more future-proof.

What It Does

  • Connects to your Litetouch CCU via RS-232 serial (need special homemade cable, instructions in the github project)
  • Exposes configured dimmer and relay loads as Matter devices
  • Full dimming support (0-100%)
  • Real-time status polling so changes from keypads are reflected in your smart home apps
  • Works with any Matter controller (Hubitat, Apple Home, Google Home, etc.)
  • Workaround for an Apple Home bug that caused lights to go to 100%, and then back down to the requested set level
  • No official support for shades/blinds. Maybe they work? All of my shade motors are dead so I couldn't test.

Requirements

Installation

npm install -g matterbridge-litetouch

Then configure your serial port and load addresses by editing the config file at ~/.matterbridge/matterbridge-litetouch.config.json.

Links

If anyone else is running Litetouch 2000, I'd love to hear how it works for you. Happy to answer questions or take feature requests.

1 Like

Updated with some fixes, and published to npm so it should show up in the matterbridge plugin browser now.

The newer, available Savant SSL-P018 controllers use an Ethernet port. Therefore, there is no need for additional hardware or a serial port for Litetouch integration in Hubitat. Have you considered or done an app/driver for this version?

Thanks, hp