
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
homebridge-fenix-tft-wifi
Advanced tools
Homebridge plugin which adds a Fenix TFT WiFi thermostat as HomeKit device.
This homebridge plugin allows you to control the Fenix TFT WiFi thermostats in your Apple Home App (HomeKit).
root
(sudo su -
) with npm install -g homebridge-fenix-tft-wifi@latest --unsafe-perm
.config.json
.service homebridge restart
.config.json
with one vacuum and room cleaning: "platforms": [
{
"accessToken": "JWT TOKEN from Fenix servers",
"refreshToken": "Refresh token from Fenix servers",
"temperatureCheckInterval": 30,
"platform": "FenixTFTWifi"
}
],
Or you can use Homebridge UI
You must use some proxy like Proxyman on your mobile and catch traffic on host https://vs2-fe-identity-prod.azurewebsites.net/
.
https://vs2-fe-identity-prod.azurewebsites.net/
https://vs2-fe-identity-prod.azurewebsites.net/connect/token
access_token
and refresh_token
The token is only valid for 24 hours. The plugin automatically renews the token so that it is not invalidated. The renewed token, including the refresh token, is then stored in the .fenixTftWifi.config.json
file, which is stored in the Homebridge storage path. If Homebridge has not been started for a long time, this token needs to be manually updated again using the above steps.
FAQs
Homebridge plugin which adds a Fenix TFT WiFi thermostat as HomeKit device.
We found that homebridge-fenix-tft-wifi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.