1.0.2 • Published 9 months ago

homebridge-fenix-v24-wifi v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

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

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago