homebridge-fenix-v24-wifi
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

GitHub last commit npm npm version

homebridge-fenix-v24-wifi

Homebridge Platform Plugin Fenix V24 WiFi

This homebridge plugin allows you to control the Fenix V24 WiFi thermostats in your Apple Home App (HomeKit).

Features

  • Setting the target temperature for each thermostat
  • Monitor the current temperature
  • Turn the thermostat off and on

Instructions

  1. Install the plugin as root (sudo su -) with npm install -g homebridge-fenix-v24-wifi@latest --unsafe-perm.
  2. Customize you homebridge configuration config.json.
  3. Restart homebridge, ggf. service homebridge restart.
  • Example config.json
   "platforms": [
        {
            "email": "-----",
            "password": "------",
            "temperatureCheckInterval": 30,
            "temperatureUnit": 0,
            "smarthomeId": 009,
            "platform": "FenixV24Wifi"
        }
    ],

Or you can use Homebridge UI

Fenix SmartHomeId

Open Fenix V24 Dashboard in your browser and sign in. Click on your home and check URL where is your smarthomeid

Package Sidebar

Install

npm i homebridge-fenix-v24-wifi

Weekly Downloads

2

Version

1.0.2

License

Apache-2.0

Unpacked Size

79.1 kB

Total Files

54

Last publish

Collaborators

  • tomas-kulhanek