jfarmer08 / homebridge-wyze-smart-home

Wyze Smart Home plugin for Homebridge.
MIT License
93 stars 14 forks source link

Add OG Camera #240

Open sappercusps opened 3 months ago

sappercusps commented 3 months ago

Hi. Any chance this is a possibility?

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

github-actions[bot] commented 3 months ago

Message that will be displayed on users' first issue

jfarmer08 commented 3 months ago

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

image

mitpatterson commented 2 months ago

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 commented 2 months ago

@mitpatterson Are you able to control it in anyway?

sappercusps commented 2 months ago

I will try again this evening. I’m sorry for the delayed response!

Get Outlook for iOShttps://aka.ms/o0ukef


From: Farmer @.> Sent: Wednesday, April 10, 2024 6:17:56 AM To: jfarmer08/homebridge-wyze-smart-home @.> Cc: Hide My Email @.***> Subject: Re: [jfarmer08/homebridge-wyze-smart-home] Add OG Camera (Issue #240)

@mitpattersonhttps://github.com/mitpatterson Are you able to control it in anyway?

— Reply to this email directly, view it on GitHubhttps://github.com/jfarmer08/homebridge-wyze-smart-home/issues/240#issuecomment-2047393389, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXDFIW26OXON7TGW7DB3LCTY4UUXJAVCNFSM6AAAAABFFAFUISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBXGM4TGMZYHE. You are receiving this because you were mentioned.Message ID: @.***>

mitpatterson commented 2 months ago

@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)