1.4.0 • Published 5 months ago

homebridge-proflame v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Homebridge Proflame

Homebridge Proflame is a single-accessory Homebridge plugin for Proflame Connect fireplaces. This plugin connects to your Proflame Wi-Fi dongle over a persistent WebSocket (port 88) and exposes full control via HomeKit.

Features

  • Main On/Off: Toggle the fireplace on/off (main_mode 1 for manual on, 0 for off).
  • Pilot Mode: Separate switch for pilot control.
  • Fan Control: Control fan speed with 6 discrete levels (0–6; 0 is off).
  • Split Flow: Toggle split flow for secondary burners.
  • Auxiliary Output: Toggle an extra output (e.g., extra fan or light).
  • Flame Control: Adjust flame level with 6 levels (0–6; 0 is off).
  • Thermostat: Set target temperature (stored as tenths of °C) and view current room temperature.
  • Lamp Control: Control an ambient lamp or accent light with 6 levels (0–6; 0 is off).

The plugin sends a keep-alive ping (PROFLAMEPING) every 30 seconds and reconnects automatically if the connection closes. Connection events (open, close, reconnect) are logged only on the first connection; subsequent connection events are logged at the debug level.

Config

{ "accessories": { "accessory": "ProflameFireplace", "name": "My Fireplace", "ip": "192.168.1.252", "pilotEnabled": true, "fanEnabled": true, "splitFlowEnabled": true, "auxEnabled": true, "flameControlEnabled": true, "thermostatEnabled": true, "lampEnabled": true } }

1.4.0

5 months ago

1.3.9

5 months ago

1.3.8

5 months ago

1.3.7

5 months ago

2.4.0

5 months ago

1.3.6

5 months ago

1.3.5

5 months ago

1.3.4

5 months ago

1.3.3

5 months ago

1.3.1

5 months ago

1.3.0

5 months ago

1.2.0

5 months ago

1.0.0

5 months ago

0.2.0

5 months ago

0.1.0

5 months ago