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 OG Camera #240

Closed
sappercusps opened this issue Mar 23, 2024 · 7 comments
Closed

Add OG Camera #240

sappercusps opened this issue Mar 23, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@sappercusps
Copy link

Hi. Any chance this is a possibility?

[3/23/2024, 5:09:07 PM] [Wyze] Camera (Model: GW_GC1 (Mac: GW_GC1_) not supported submit a request to https://github.com/jfarmer08/homebridge-wyze-smart-home/issues to have it added

@sappercusps sappercusps added the enhancement New feature or request label Mar 23, 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

@mitpatterson
Copy link

Not the original post, but i added it as below and it at least shows up now:

image

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",
WyzeCamOG: "GW_GC1"
}

@jfarmer08
Copy link
Owner

@mitpatterson Are you able to control it in anyway?

@sappercusps
Copy link
Author

sappercusps commented Apr 10, 2024 via email

@mitpatterson
Copy link

@mitpatterson Are you able to control it in anyway?

In home kit it looks like it works, but the wyze never shows the cam as "off" and shows this in the logs of the plugin:

[4/12/2024, 9:57:20 PM] [Wyze] Wyze API Error (3005): 'unauthorized operation'
[4/12/2024, 9:57:20 PM] Error: Wyze API Error (3005) - unauthorized operation
at WyzeAPI._performRequest (/var/lib/homebridge/node_modules/homebridge-wyze-smart-home/node_modules/wyze-api/src/index.js:289:13)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at WyzeAPI.request (/var/lib/homebridge/node_modules/homebridge-wyze-smart-home/node_modules/wyze-api/src/index.js:82:20)
at WyzeAPI.runAction (/var/lib/homebridge/node_modules/homebridge-wyze-smart-home/node_modules/wyze-api/src/index.js:493:20)
at WyzeAPI.cameraPrivacy (/var/lib/homebridge/node_modules/homebridge-wyze-smart-home/node_modules/wyze-api/src/index.js:1152:5)

@jfarmer08
Copy link
Owner

So for now the OG Camera cannot be added. In the feature, I will try to get one and see what i can do.

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