1.1.3 • Published 3 years ago

homebridge-terneo-heatfloor-plugin-frv2 v1.1.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

Terneo Heatfloor — Homebridge Plugin

ayo, what's cool? \ — nah, it's warm, it's warm… \ — fr, bruh? sheeesh, it's hot, it's hot… \ — and no cloud service, no cloud service… \ — yea, bruh, no clouds, no clouds…

Copyright

Original plugin was developed by wiistriker and published on GitHub.

Although only specified in README.md and package.json, I've decided to add the same license as the original plugin — MIT.

Plugin Functionality

What Changed?

  • Linting and formatting
  • Fix checking for missing field due to updates in the API
  • Imporved log messages

Known Issues

  • In the power-off state, the plugin does not update the temperature and the target temperature (this is due to the fact that the API does not return the current temperature in the power-off state; this is a “bug” in the API, not in the plugin)

Configuration

{
    "accessory": "TerneoHeatfloor",
    "name": "Balcony Underfloor Heating", // Name of the accessory; required
    "ip": "192.168.XX.XXX", // IP address of the device; required
    "serial": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", // Serial number of the device; required
    "auth": "XXXXXXXXXXXXXXXX", // OTP authorization token; optional
    "time_offset": 0, // Time offset for requests in milliseconds; optional
    "model": "Terneo Heatfloor", // Model name of the device (HK metadata); optional
    "firmware": "1.1.0", // Firmware version of the device (HK metadata); optional
    "accessory_type": "thermostat", // Type of the accessory; optional
    "minTemp": 5, // Minimum temperature; optional
    "maxTemp": 40, // Maximum temperature; optional
    "debug": true, // Debug mode; optional
    "deviceRequestTimeout": 8000, // Timeout for device requests in milliseconds; optional
}
1.1.3

3 years ago

1.1.3-b4

3 years ago

1.1.3-b3

3 years ago

1.1.3-b2

3 years ago

1.1.3-b1

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.6

3 years ago