Skip to content

Releases: Highsteads/RAMSES_ESP

v1.3.0 — Gateway power-cycle watchdog

12 Jun 14:22

Choose a tag to compare

What's new

Gateway power-cycle watchdog. The ramses_esp gateway firmware has a known flaw (upstream issue #27, unfixed): after a failed WiFi reconnect it simply stops trying, and only a power cycle brings it back. If your gateway is powered from an Indigo-controlled smart plug, the plugin can now do that for you — when the gateway stays offline beyond a configurable threshold (default 15 minutes) it switches the plug off for a few seconds and back on. Repeat cycles are spaced a full threshold apart and capped per day (default 3), with a Pushover note on every cycle and a final alert asking for a human when the cap is reached.

Enable it under Plugins → RAMSES ESP → Configure: tick the watchdog box, pick the plug that powers your gateway, and you are done.

Also in this release: the broker-port preference is now guarded against non-numeric values.

Installation

  1. Download RAMSES_ESP.indigoPlugin.zip below
  2. Unzip it — you will get RAMSES_ESP.indigoPlugin
  3. Double-click it — Indigo installs it automatically

v1.2.11

11 Jun 16:40

Choose a tag to compare

RAMSES_ESP 1.2.11 — maintenance and improvement release.

Install: download the .indigoPlugin.zip below, unzip it, and double-click the .indigoPlugin — Indigo installs it. Upgrading from an earlier version works the same way and keeps your settings.

The full run of changes since the previous release is in the README's version history.

v1.2.10

29 May 16:31

Choose a tag to compare

Full Changelog: v1.2.8...v1.2.10

v1.2.8

20 May 22:10

Choose a tag to compare

Release v1.2.8

Sync of currently installed plugin. See commit history for changes since v1.2.7.

RAMSES_ESP v1.2.7

10 May 12:12

Choose a tag to compare

Indigo plugin release v1.2.7.

Download RAMSES_ESP.indigoPlugin.zip below, unzip, and double-click the resulting .indigoPlugin to install.

Per-plugin changelog: see README.md / repo CLAUDE.md for full release notes.

v1.2.5 — Gateway offline/restored Pushover notifications

29 Apr 16:40

Choose a tag to compare

v1.2.5

Gateway offline/restored Pushover notifications

When the RAMSES-II ESP gateway drops off MQTT and then reconnects, the plugin now sends Pushover alerts for both events. MQTT broker migrated from 192.168.100.140 to 192.168.100.160.

v1.2.4 — MQTT broker migration + secrets.py support

06 Apr 09:05

Choose a tag to compare

What's new in v1.2.4

  • MQTT broker migrated from 192.168.100.140 to 192.168.100.160
  • Credentials now loaded from secrets.py (MQTT_BROKER, MQTT_PORT, MQTT_USERNAME, MQTT_PASSWORD)
  • Added secrets_example.py and Credentials section to README
  • Fixed install instruction: 'Copy' not 'Rename' for secrets_example.py

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

v1.1.8 — RAMSES-II ESP gateway bridge

24 Mar 14:58

Choose a tag to compare

RAMSES_ESP v1.1.8

Installation

  1. Download RAMSES_ESP.indigoPlugin.zip below
  2. Unzip — you will get RAMSES_ESP.indigoPlugin
  3. Double-click RAMSES_ESP.indigoPlugin — Indigo will install it automatically

Features

  • RAMSES-II ESP gateway bridge for Evohome/RAMSES devices via MQTT
  • Integrates with Indigo 2025.1 home automation platform
  • Bundled paho-mqtt library (no separate install required)

Requirements

  • Indigo 2025.1+
  • RAMSES-II ESP gateway hardware
  • MQTT broker (e.g. Mosquitto)