Installations
npm install homebridge-ambiclimate-platform
Developer Guide
Typescript
Yes
Module System
CommonJS
Min. Node Version
>=14.18.1
Node Version
16.15.1
NPM Version
8.11.0
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (100%)
Developer
hirakujira
Download Statistics
Total Downloads
2,967
Last Day
7
Last Week
14
Last Month
44
Last Year
320
GitHub Statistics
5 Stars
31 Commits
2 Forks
4 Watching
1 Branches
2 Contributors
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
2,967
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Homebridge Ambi Climate Platform
Inspired by homebridge-ambiclimate. This plugin supports these features for Ambi Climate devices:
- Show current temperature
- Show current relative humidity
- Show current fan state (High, Med, Low as percentage of rotation speed)
- Turn on and off - for comfortable mode
- Comfortable mode feedbacks
Installation
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.
Config
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"
}]
}
]
}
Options
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0
Reason
project is archived
Details
- Warn: Repository is archived.
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/build.yml:1
- Info: no jobLevel write permissions found
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/hirakujira/homebridge-ambiclimate-platform/build.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/hirakujira/homebridge-ambiclimate-platform/build.yml/master?enable=pin
- Warn: npmCommand not pinned by hash: .github/workflows/build.yml:24
- Info: 0 out of 2 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 npmCommand dependencies pinned
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Reason
17 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-wf5p-g6vw-rhxx
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-jchw-25xp-jwwc
- Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp
- Warn: Project is vulnerable to: GHSA-c429-5p7v-vgjp
- Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22
- Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-v6gv-fg46-h89j
- Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
- Warn: Project is vulnerable to: GHSA-776f-qx25-q3cc
Score
2.5
/10
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