1.0.13 • Published 4 months ago

homebridge-eldom-heater v1.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

homebridge-eldom-heater

Homebridge plugin to control a Eldom Heater (Convector)

Prerequisites

You nead to catch network traffic from Eldom app to get token and other values needed for this plugin. 1. Authentication Token (from header) 2. Ionic-IDD (from header) 3. ID (from body) 4. CRC (from body)

I have done this with Proxyman for iOS

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-eldom-heater
  3. Update your config.json file (See below).

Configuration example

"accessories": [
  {
      "name": "Eldom Heater",
      "device_id": "this is Ionic-IDD from above",
      "device_body_id": "this is ID from above",
      "bearer": "this is the Token from above",
      "crc": "CRC from above",
      "maxTemp": 30,
      "minTemp": 10,
      "pullInterval": 10000,
      "manufacturer": "Eldom",
      "model": "Heater",
      "accessory": "EldomHeater"
  },
]
1.0.13

4 months ago

1.0.12

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago