Homebridge plugin development
See original GitHub issue@bropat I am working on porting it over here: https://github.com/deanlyoung/homebridge-eufy-security, but it looks like a few methods and interfaces changed between eufy-security-client
and the former eufy-node-client
…
Do you have any recommendations for these portions:
- https://github.com/deanlyoung/homebridge-eufy-security/blob/587ea0dd5ba8d2cd5e09c891ad7dd9c0c38dd24c/src/platform.ts#L10
- https://github.com/deanlyoung/homebridge-eufy-security/blob/587ea0dd5ba8d2cd5e09c891ad7dd9c0c38dd24c/src/platform.ts#L92
- https://github.com/deanlyoung/homebridge-eufy-security/blob/587ea0dd5ba8d2cd5e09c891ad7dd9c0c38dd24c/src/platform.ts#L177
- https://github.com/deanlyoung/homebridge-eufy-security/blob/587ea0dd5ba8d2cd5e09c891ad7dd9c0c38dd24c/src/platform.ts#L190
__Originally posted by @deanlyoung in https://github.com/bropat/eufy-security-client/issues/7#issuecomment-822108580__
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Homebridge API
Homebridge Plugin Development. Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API.
Read more >Homebridge Platform Plugin Template - GitHub
To develop Homebridge plugins you must have Node.js 12 or later installed, and a modern code editor such as VS Code. This plugin...
Read more >Tutorial: HomeBridge Plugin Development - Reddit
I recently, created a plugin that controls my Sonos speaker's volume. I know that there are already a few but I wanted to...
Read more >How to code a HomeBridge plugin - Bayesian.Ninja
HomeBridge is an open project to allow coders to add HomeKit support to their smarthome IOT accessories so they can be managed remotely...
Read more >homebridge-web-switch - npm
Homebridge plugin for a web-based switch. Latest version: 1.0.9, last published: 10 months ago. Start using homebridge-web-switch in your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@deanlyoung We have the api running on https://github.com/samemory/homebridge-eufy-security-control changing guard mode. You are welcome to take a peak or even better help extend the features of this repo.
@deanlyoung Check out my latest project: eufy-security-ws. This already uses the new high-level class EufySecurity, which is available since eufy-security-client 0.8.0 and provides a very simplified interface. In the next days I will try to publish a first example documentation.