
Product
Rust Support Now in Beta
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.
homebridge-petkit-feeder
Advanced tools
Homebridge plugin for Petkit Feeders.
$ npm install -g homebridge-petkit-feeder
accessory
: Accessory name to load. Not compatible with other plugins with the same name.model
, name
, serialNumber
: Information of the feeder. Does not affect functions.deviceID
, headers
: Information extracted from app communications. (using a web debugging tool, like Charles)amount
: Amount for a single feed. 10 stands for 10 grams (1/10 cup).{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [
{
"accessory": "PetkitFeeder",
"model": "Fresh Element Solo",
"name": "Feeder",
"serialNumber": "your_serial_number",
"deviceID": "your_device_id",
"amount": 10,
"headers": {
"Host": "api.petktasia.com",
"X-Client": "ios(15.1.1;iPhone13,1)",
"X-Session": "x-session",
"Accept": "*/*",
"X-Timezone": "8.0",
"F-Session": "f-session",
"Accept-Language": "en-GB;q=1, zh-Hans-GB;q=0.9, zh-Hant-GB;q=0.8, ja-GB;q=0.7, de-GB;q=0.6, ko-KR;q=0.5",
"X-Api-Version": "8.4.0",
"User-Agent": "PETKIT/8.4.0 (iPhone; iOS 15.1.1; Scale/3.00)",
"X-TimezoneId": "Asia/Shanghai",
"X-Img-Version": "1",
"X-Locale": "zh_CN"
}
}
]
}
This project is released under the terms and conditions of the GPL license. See LICENSE for details.
FAQs
Homebridge plugin for Petkit feeder.
We found that homebridge-petkit-feeder 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.
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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.