2.0.6 • Published 7 months ago

homebridge-ecoforest-thermostat v2.0.6

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

homebridge-ecoforest-heater

Homebridge plugin to control an Ecoforest heater device as a thermostat

Installation

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

Configuration example

{
    "name": "Ecoforest Thermostat",
    "accessories": [
        {
            "name": "My Thermostat",
            "apiEndpoint": "https://<ecoforest_heater_ip>:8000/recepcion_datos_4.cgi",
            "username": "ecoforest_username",
            "password": "ecoforest_password",
            "temperatureFilePath": "/home/user/temperature.txt",
            "temperatureColdTolerance": 1,
            "temperatureHotTolerance": 0,
            "minPowerLevel": 1,
            "maxPowerLevel": 7,
            "pullInterval": 60000
        }
    ],
    "platform": "EcoforestThermostatPlatform"
}

Structure

KeyDescription
nameName to appear in the Home app
apiEndpointURL of your Ecoforest heater
usernameUsername for HTTP authentication
passwordPassword for HTTP authentication
temperatureFilePath (optional)A path to a file containing a number that represents the current temperature reported to the accessory.
temperatureColdTolerance (optional)sets the allowable variance between the target and current temperatures for a heater device, triggering high-power mode when surpassed.
temperatureHotTolerance (optional)sets the allowable variance between the target and current temperatures for a heater device, triggering low-power mode when surpassed.
minPowerLevel (optional)Default low-power mode configuration
maxPowerLevel (optional)Default high-power mode configuration
pullInterval (optional)This property expects an interval in milliseconds in which the plugin pulls updates from your Ecoforest heater (10000 is default)
2.0.3

7 months ago

2.0.5

7 months ago

2.0.4

7 months ago

2.0.6

7 months ago

1.1.6

2 years ago

1.1.5

2 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.9

5 years ago

1.0.20

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.36

5 years ago

0.0.34

5 years ago

0.0.35

5 years ago

0.0.32

5 years ago

0.0.33

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.27

5 years ago

0.0.28

5 years ago

0.0.29

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.21

5 years ago

0.0.22

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.17

5 years ago

0.0.18

5 years ago

0.0.16

5 years ago

0.0.13

5 years ago

0.0.14

5 years ago

0.0.15

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago