Socket
Socket
Sign inDemoInstall

homebridge-fenix-v24-wifi

Package Overview
Dependencies
10
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-fenix-v24-wifi

Homebridge plugin which adds a Fenix V24 WiFi thermostat as HomeKit device.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
2.35 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 02 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc