Skip to main content

Transparent TCP proxy for the Kohler RDC2 generator controller — decodes telemetry, survives Kohler/Rehlko cloud outages.

Project description

rdc-proxy

Transparent TCP proxy for the Kohler RDC2 (Blue Board) generator controller. Decodes the plaintext TLV wire protocol in real time, survives Kohler/Rehlko cloud outages by replaying a captured handshake, and serves a local-only dashboard.

What it does

  • Sits as a Linux L2 bridge between the RDC and your LAN — zero config on the RDC side, no cloud account required after initial pairing.
  • In PROXY mode it relays RDC ↔ Kohler cloud transparently while tapping the stream to decode telemetry.
  • In LOCAL mode (no internet) it replays a captured cloud handshake so the RDC keeps streaming to the Pi instead of faulting.
  • Serves a dashboard at http://<pi>/ with engine state, voltages, frequency, runtime hours, utility loss events, and interface counters.

⚠️ Use at your own risk

This is an unofficial, community project — not made, endorsed, or supported by Kohler or Rehlko. It runs on your hardware, on your network, near your expensive generator. You are responsible for your install. The proxy is designed to be passive and read-only on the wire, and has done no harm in testing on the developer's generator, but we can't guarantee nothing odd will happen on yours. If you're not comfortable tinkering near a generator, don't.

Nothing leaves your Pi. No telemetry, no analytics, no phone-home. The only outbound network traffic is (a) the generator's existing connection to Kohler's cloud — which is unchanged — and (b) package downloads from apt and PyPI the first time you install. All decoding, storage, and the dashboard stay on the Pi.

The source is open; read it before running it. MIT-licensed, all three packages on GitHub (rdc-proxy, rdc-proxy-unifi, rdc-correlate). The installer is a ~200-line bash script. If you'd rather not curl | sudo bash, clone the repo, read it, run it yourself.

No warranty. Per the MIT license, the software is provided "AS IS," without warranty of any kind, express or implied — including merchantability, fitness for a particular purpose, and non-infringement. The authors are not liable for any claim, damages, or other liability arising from use of this software. If Kohler changes their wire protocol, this project could break, and there is no guarantee it will be updated.

Observing traffic on your own network is your right. rdc-proxy is a passive bridge on your LAN between two pieces of hardware you own. Kohler has no legal standing over packets on your wire. US copyright law (DMCA §1201(f)) explicitly permits reverse engineering for interoperability with equipment you own. rdc-proxy does not use Kohler's cloud API, does not access the service in an automated way, and does not share account access — it just watches packets fly by on your network. If you plan to go further and automate calls to Kohler's cloud API on top of this, that's a separate question — see rdc-correlate for that discussion.

The full "please read before starting" block is also at the top of docs/PI-SETUP.md.

Quick start (fresh Raspberry Pi)

See docs/PI-SETUP.md for the full flash-to-running walkthrough. The short version once you're SSH'd into the Pi:

curl -fsSL https://raw.githubusercontent.com/andrewroydshayes/rdc-proxy/main/install/install.sh \
  | sudo RDC_IP=10.0.0.50 bash

Architecture

See docs/ARCHITECTURE.md for module layout, the plugin contract, and the TPROXY-on-bridge gotchas.

Plugins

External integrations live in separate packages that register under the rdc_proxy.plugins entry-point group. Install a plugin with pip after rdc-proxy is up — it's picked up automatically on next service restart.

Development

# Run tests
pip install -e ".[dev]"
pytest

# Run locally (without systemd)
python -m rdc_proxy

Status

Runs in production on a Raspberry Pi 4 monitoring a Kohler 20 kW RDC2 generator. See the rdc-protocol-research repo for handshake reverse-engineering notes and the parameter-mapping registry.

License

MIT. Provided "AS IS," without warranty. See the full disclaimer in the Use at your own risk section above.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rdc_proxy-0.4.0.tar.gz (107.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rdc_proxy-0.4.0-py3-none-any.whl (102.4 kB view details)

Uploaded Python 3

File details

Details for the file rdc_proxy-0.4.0.tar.gz.

File metadata

  • Download URL: rdc_proxy-0.4.0.tar.gz
  • Upload date:
  • Size: 107.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rdc_proxy-0.4.0.tar.gz
Algorithm Hash digest
SHA256 ca62294d809ff58f5a76e224a3de09350ab47b9376e775af5c07b48c7328c350
MD5 1331a31b6a6773cfccc768dd9e2fab9b
BLAKE2b-256 89ee190e2cb6fa9b9e3289dc1a733dd04c74c7c095661f7b0859b32c52f22162

See more details on using hashes here.

Provenance

The following attestation bundles were made for rdc_proxy-0.4.0.tar.gz:

Publisher: publish.yml on andrewroydshayes/rdc-proxy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rdc_proxy-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: rdc_proxy-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 102.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rdc_proxy-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 eccfc76b317d6cae00d24632d9e8e2fa8dd53a0714dce14ad379a7663aa13c73
MD5 fc5cd53161e4b6819fd0fa74bab7f39d
BLAKE2b-256 30c0a6e659d7d4833ad3a9231b8652584de2d4e10abddc17c622c7be5d68118c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rdc_proxy-0.4.0-py3-none-any.whl:

Publisher: publish.yml on andrewroydshayes/rdc-proxy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page