Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Wyze Cam Floodlight Pro #233

Open
mpl241 opened this issue Mar 10, 2024 · 5 comments
Open

Add support for Wyze Cam Floodlight Pro #233

mpl241 opened this issue Mar 10, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@mpl241
Copy link

mpl241 commented Mar 10, 2024

Is your feature request related to a problem? Please describe:
This feature is not related to a problem.

Describe the solution you'd like:
I would like to control the Wyze Cam Floodlight Pro using Homebridge in the same way the v2 and v3 cameras are controllable. Specially, I want to turn the camera on and off.

Describe alternatives you've considered:
none

Additional context:
My v2 and v3 cameras are controllable using this plugin. I would also like to control the floodlight camera. The Homebridge logs show this:

[3/10/2024, 12:33:43 PM] [Wyze] [Camera] Unsupported device type: (Name: Floodlight Cam) (MAC: LD_CFP_zzzzzzzzzzzz) (Model: LD_CFP)

Please let me know if you need additional information.

-Matt

@mpl241 mpl241 added the enhancement New feature or request label Mar 10, 2024
Copy link

Message that will be displayed on users' first issue

@jfarmer08
Copy link
Owner

Can you update the enums.js file with the correct model number and test? Then report back.

image

@mpl241
Copy link
Author

mpl241 commented Apr 19, 2024

@jfarmer08, thanks for the help. I added an entry for WyzeCamFloodlightPro to the enums.js file, and the camera is now controllable using Homebridge.

const CameraModels = {
  WyzeCamv1Hd: "WYZEC1",
  WyzeCamV2: "WYZEC1-JZ",
  WyzeCamV3: "WYZE_CAKP2JFUS",
  WyzeCamV3Pro: "HL_CAM3P",
  WyzeCamFloodlight: "WYZE_CAKP2JFUS",
  WyzeCamPan: "WYZECP1_JEF",
  WyzeCamPanv2: "HL_PAN2",
  WyzeCamPanv3: "HL_PAN3",
  WyzeCamOutdoor: "WVOD1",
  WyzeCamOutdoor2: "HL_WCO2",
  WyzeCamFloodlightPro: "LD_CFP"
}

Thanks for your help!

[4/19/2024, 3:44:37 PM] [Wyze] [Camera] [Privacy Switch] Retrieving previous service for LD_CFP_zzzzzzzzzzzz (Zzzz Cam)
[4/19/2024, 3:44:37 PM] [Wyze] [Camera] [Privacy Switch] Adding service for LD_CFP_zzzzzzzzzzzz (Zzzz Cam)

-Matt

@jfarmer08
Copy link
Owner

Have you found any issues with this?

@ramatgan
Copy link

I was able to add the switch. To follow up, is it possible to add a switch for the flood light? Thank you @jfarmer08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants