Gathering detailed insights and metrics for homebridge-ambiclimate-platform
Gathering detailed insights and metrics for homebridge-ambiclimate-platform
npm install homebridge-ambiclimate-platform
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (100%)
Total Downloads
2,967
Last Day
7
Last Week
14
Last Month
44
Last Year
320
5 Stars
31 Commits
2 Forks
4 Watching
1 Branches
2 Contributors
Latest Version
1.2.0
Package Id
homebridge-ambiclimate-platform@1.2.0
Unpacked Size
147.96 kB
Size
23.62 kB
File Count
32
NPM Version
8.11.0
Node Version
16.15.1
Cumulative downloads
Total Downloads
Last day
0%
7
Compared to previous day
Last week
27.3%
14
Compared to previous week
Last month
144.4%
44
Compared to previous month
Last year
-27.8%
320
Compared to previous year
Inspired by homebridge-ambiclimate. This plugin supports these features for Ambi Climate devices:
After Homebridge has been installed:
sudo npm i -g homebridge-ambiclimate-platform@latest
You need to register an OAuth client in the Ambi Dev Portal by following the steps on the Quick Start page. Client ID and client Secret of that OAuth client are required, in order to use this plugin.
Simple config example:
{
"bridge": {
...
},
"accessories": [
...
],
"platforms": [{
"platform": "AmbiClimatePlatform",
"clientId": "00000000-1111-2222-3333-444444444444",
"clientSecret": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"username": "example@gmail.com",
"password": "password_here",
"showFeedbacks": true,
"accessories": [{
"roomName": "Living Room",
"locationName": "Taipei"
}]
}
]
}
Attributes | Required | Usage | Default | Options |
---|---|---|---|---|
clientId | YES | OAuth client Id | ||
clientSecret | YES | OAuth client secret | ||
username | YES | Your Ambi Climate account username | ||
password | YES | Your Ambi Climate account password | ||
showFeedbacks | Show feedback options as switches. (Too Hot, Too Warm, Bit Warm, Comfortable, Bit Cold, Too Cold and Freezing) | false | true/false | |
heaterCoolerMode | Add device as heater cooler (air condition). Notice: This would set Ambi Climate to temperature mode instead of comfort mode. Also, due to limitations of Ambi Climate APIs (which doesn't allow set to heat/cool mode manually), the status it shows may be different from your settings. | false | true/false | |
accessories.roomName | YES | Device room name, must match the name within the Ambi Climate App | ||
accessories.locationName | YES | Device location name, must match the name within the Ambi Climate App |
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
project is archived
Details
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
17 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More