jfarmer08 / homebridge-wyze-smart-home

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

Alpha 5 was fine - upgraded to 6 and can’t keep homebridge running again. #190

Closed gleep52 closed 4 months ago

gleep52 commented 8 months ago

Describe Your Problem: Using this plugin with homebridge strictly for the CR30 bulbs which fall under the mesh light category. Alpha 5 was working fine - update to alpha 6 and now homebridge restarts constantly.

uninstalled and reinstalled but no option to fall back to alpha 5.

cleared cache accessories, disabled camera device types, still crashes.

Enable child node, node crashes on repeat.

Logs:


/usr/lib/node_modules/homebridge-wyze-smar t-home/node_modules/colorsys/colorsys.js:1
return colorsys.rgb2Hsv(rgb.r, rgb.9, 19
b.b)
TypeError: Cannot read properties of null (reading
'r')
at Object.colorsys.hex2Hsv (/usr/lib/n
ode
_modules/homebridge-wyze-smart-home/nod _modules/colorsys/colorsys.js:197:31)
at WyzeMeshLight.updateColor (/usr/lib
/node
_modules/homebridge-wyze-smart-home/s rc/accessories/WyzeMeshLight.js:71:31)
at WyzeMeshLight. updateCharacteristics
(/usr/lib/node
_modules/homebridge-wyze-sm
art-home/src/accessories/WyzeMeshLight.js:
52:18)
at
processTicksAndRejections (node:int
ernal/process/task
_queues: 95:5)
[11/5/2023, 12:37:18 PM] [Wyze] Child brid ge process ended
[11/5/2023, 12:37:18 PM] [Wyze] Process En ded. Code: 1, Signal: null

Plugin Config:

Standard with api and key id.

Screenshots:

Environment:

github-actions[bot] commented 8 months ago

Message that will be displayed on users' first issue

birdclan09 commented 8 months ago

Same problems here. I'm just moving over to HomeKit bulbs because this plugin always has had issues for me.

jfarmer08 commented 8 months ago

Wyze can send null values. You can try and change the color temp before starting the plugin.

gleep52 commented 8 months ago

Plugin won’t start regardless of the color it seems.

I control the bulbs via a hubitat unit without issues. I like to tie the bulbs into HomeKit for scenes and voice control of colors. Alpha 5 worked. Alpha 6 does not. On Nov 6, 2023 at 7:00 AM -0600, Farmer @.***>, wrote:

Wyze can send null values. You can try and change the color temp before starting the plugin.

— Reply to this email directly, view it on GitHubhttps://github.com/jfarmer08/homebridge-wyze-smart-home/issues/190#issuecomment-1794762795, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADF5Z6K7WWS5FEAL25NRUWDYDDNODAVCNFSM6AAAAAA66QUX42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJUG43DENZZGU. You are receiving this because you authored the thread.Message ID: @.***>

jfarmer08 commented 8 months ago

@gleep52 I will try and add some logic for this,but could you enable full logging for the sdk and homebridge? Then try to start and send the output too me.

jfarmer08 commented 8 months ago

You can also try to set the white color of the bulb using the wyze app. The null value is coming from it.

tcatlas commented 7 months ago

Changing the bulbs to a totally different color finally cleared the null value for me, then I was able to set it back to the desired color.

I do have a separate issue with alpha 6 where every Wyze device is extremely slow to respond to homebridge (Wyze app direct is near instant). Rolling back to 0.5.36 resolved this (but obviously garage door controller doesn’t work).

Should I open a separate issue?

jfarmer08 commented 7 months ago

Can help define what is slow? There might be a bug already open for it. I am not sure where to start looking

On Wed, Nov 8, 2023 at 5:12 PM Travis @.***> wrote:

Changing the bulbs to a totally different color finally cleared the null value for me, then I was able to set it back to the desired color.

I do have a separate issue with alpha 6 where every Wyze device is extremely slow to respond to homebridge (Wyze app direct is near instant). Rolling back to 0.5.36 resolved this (but obviously garage door controller doesn’t work).

Should I open a separate issue?

— Reply to this email directly, view it on GitHub https://github.com/jfarmer08/homebridge-wyze-smart-home/issues/190#issuecomment-1802870081, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEKHFB7NUFQIQAMSIZVFZY3YDQGW5AVCNFSM6AAAAAA66QUX42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBSHA3TAMBYGE . You are receiving this because you commented.Message ID: @.***>

tcatlas commented 7 months ago

Ok, I did more testing (went back up to alpha6), turning things on and off seems to be the same. However, when doing any color changing it just doesn't work at all (no errors), and only sometimes does dimming work (can take a minute or two, or just not work entirely). Attempting to then perform any action on a Wyze device in Home takes about a minute (I assume until the original command times out or something?). With API and debug logs on, there is no output to the console when I make a color or dimming change. If I then do a power change I do see that in the console. These are Wyze Bulb Color v2 (MeshLight), and I have 4 of them in a Home accessory group.

Also, going from .36 to alpha6 require me to delete cached accessories as the child bridge just went into a crash loop (error below):


[11/8/2023, 8:43:03 PM] Registering platform 'homebridge-wyze-smart-home.WyzeSmartHome'
[11/8/2023, 8:43:03 PM] [WyzeSmartHome] Loaded homebridge-wyze-smart-home v0.5.37-alpha.6 child bridge successfully
[11/8/2023, 8:43:03 PM] Loaded 14 cached accessories from cachedAccessories.0ED971938223.

/usr/lib/node_modules/homebridge-wyze-smart-home/src/WyzeSmartHome.js:229
        this.log.error(`[${device.product_type}] Error removing accessory ${homeKitAccessory.context.nickname} (MAC: ${homeKitAccessory.context.mac}) : ${error}`)
                           ^
ReferenceError: device is not defined
    at WyzeSmartHome.configureAccessory (/usr/lib/node_modules/homebridge-wyze-smart-home/src/WyzeSmartHome.js:229:28)
    at /usr/lib/node_modules/homebridge/src/bridgeService.ts:328:25
    at Array.filter (<anonymous>)
    at BridgeService.restoreCachedPlatformAccessories (/usr/lib/node_modules/homebridge/src/bridgeService.ts:288:69)
    at ChildBridgeFork.startBridge (/usr/lib/node_modules/homebridge/src/childBridgeFork.ts:186:24)
[11/8/2023, 8:43:03 PM] [WyzeSmartHome] Child bridge process ended
[11/8/2023, 8:43:03 PM] [WyzeSmartHome] Process Ended. Code: 1, Signal: null
[11/8/2023, 8:43:10 PM] [WyzeSmartHome] Restarting Process...```
tcatlas commented 7 months ago

Also noteworthy, .36 reports the MeshLight (HL_A19C2) as not being supported and yet they seem to work perfectly.

jfarmer08 commented 7 months ago

https://github.com/jfarmer08/homebridge-wyze-smart-home/releases/tag/v0.5.37-alpha.7

tcatlas commented 7 months ago

That seems to have fixed it all. Still got the child bridge crash loop when upgrading from .36. but I think that was because it was improperly detecting the bluetooth floor lamps and now in the alphas it does not, so just removing those from the cache allowed it to start up.

tcatlas commented 7 months ago

@jfarmer08 ok, new weird issue, when I set the color bulbs color via Home manually (either by a preset, temperature or picker) it seems to work fine. However, if I try to set the color via an automation using the same preset it sets the color of the bulbs to green and then the child bridge goes into the null value crash loop.

jfarmer08 commented 7 months ago

Can you enable full logging and paste that for the crash

tcatlas commented 7 months ago

@jfarmer08 Here you go

[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting brightness for "Track Light 3 (D03F27AFC558) to 100"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AFC558","action_params":{"list":[{"mac":"D03F27AFC558","plist":[{"pid":"P1501","pvalue":"100"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting saturation (color) for "Track Light 3 (D03F27AFC558) to 60"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] H(S) Values: 47, 60
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting hue (color) for "Track Light 3 (D03F27AFC558) to 30 : (H)S Values: 30, 60"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] ffb266
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AFC558","action_params":{"list":[{"mac":"D03F27AFC558","plist":[{"pid":"P1507","pvalue":"undefined"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting power for "Track Light 3 (D03F27AFC558)" to true"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AFC558","action_params":{"list":[{"mac":"D03F27AFC558","plist":[{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting brightness for "Track Light 4 (D03F27AFB422) to 100"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AFB422","action_params":{"list":[{"mac":"D03F27AFB422","plist":[{"pid":"P1501","pvalue":"100"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting saturation (color) for "Track Light 4 (D03F27AFB422) to 60"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] H(S) Values: 47, 60
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting hue (color) for "Track Light 4 (D03F27AFB422) to 30 : (H)S Values: 30, 60"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] ffb266
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AFB422","action_params":{"list":[{"mac":"D03F27AFB422","plist":[{"pid":"P1507","pvalue":"undefined"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting power for "Track Light 4 (D03F27AFB422)" to true"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AFB422","action_params":{"list":[{"mac":"D03F27AFB422","plist":[{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting brightness for "Track Light 2 (D03F27AFA23E) to 100"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AFA23E","action_params":{"list":[{"mac":"D03F27AFA23E","plist":[{"pid":"P1501","pvalue":"100"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting saturation (color) for "Track Light 2 (D03F27AFA23E) to 60"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] H(S) Values: 47, 60
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting hue (color) for "Track Light 2 (D03F27AFA23E) to 30 : (H)S Values: 30, 60"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] ffb266
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AFA23E","action_params":{"list":[{"mac":"D03F27AFA23E","plist":[{"pid":"P1507","pvalue":"undefined"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting power for "Track Light 2 (D03F27AFA23E)" to true"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AFA23E","action_params":{"list":[{"mac":"D03F27AFA23E","plist":[{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting brightness for "Track Light 1 (D03F27AF7DB0) to 100"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AF7DB0","action_params":{"list":[{"mac":"D03F27AF7DB0","plist":[{"pid":"P1501","pvalue":"100"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting saturation (color) for "Track Light 1 (D03F27AF7DB0) to 60"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] H(S) Values: 47, 60
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting hue (color) for "Track Light 1 (D03F27AF7DB0) to 30 : (H)S Values: 30, 60"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] ffb266
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AF7DB0","action_params":{"list":[{"mac":"D03F27AF7DB0","plist":[{"pid":"P1507","pvalue":"undefined"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] [MeshLight] Setting power for "Track Light 1 (D03F27AF7DB0)" to true"
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] run_action_list Data Body: {"action_list":[{"instance_id":"D03F27AF7DB0","action_params":{"list":[{"mac":"D03F27AF7DB0","plist":[{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780978,"action_list":[{"instance_id":"D03F27AFC558","action_params":{"list":[{"mac":"D03F27AFC558","plist":[{"pid":"P1501","pvalue":"100"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780979,"action_list":[{"instance_id":"D03F27AFC558","action_params":{"list":[{"mac":"D03F27AFC558","plist":[{"pid":"P1507","pvalue":"undefined"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780981,"action_list":[{"instance_id":"D03F27AFC558","action_params":{"list":[{"mac":"D03F27AFC558","plist":[{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780982,"action_list":[{"instance_id":"D03F27AFB422","action_params":{"list":[{"mac":"D03F27AFB422","plist":[{"pid":"P1501","pvalue":"100"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780984,"action_list":[{"instance_id":"D03F27AFB422","action_params":{"list":[{"mac":"D03F27AFB422","plist":[{"pid":"P1507","pvalue":"undefined"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780985,"action_list":[{"instance_id":"D03F27AFB422","action_params":{"list":[{"mac":"D03F27AFB422","plist":[{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780986,"action_list":[{"instance_id":"D03F27AFA23E","action_params":{"list":[{"mac":"D03F27AFA23E","plist":[{"pid":"P1501","pvalue":"100"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780987,"action_list":[{"instance_id":"D03F27AFA23E","action_params":{"list":[{"mac":"D03F27AFA23E","plist":[{"pid":"P1507","pvalue":"undefined"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780988,"action_list":[{"instance_id":"D03F27AFA23E","action_params":{"list":[{"mac":"D03F27AFA23E","plist":[{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780989,"action_list":[{"instance_id":"D03F27AF7DB0","action_params":{"list":[{"mac":"D03F27AF7DB0","plist":[{"pid":"P1501","pvalue":"100"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780990,"action_list":[{"instance_id":"D03F27AF7DB0","action_params":{"list":[{"mac":"D03F27AF7DB0","plist":[{"pid":"P1507","pvalue":"undefined"},{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Performing request: app/v2/auto/run_action_list
[11/13/2023, 7:29:40 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/auto/run_action_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921780992,"action_list":[{"instance_id":"D03F27AF7DB0","action_params":{"list":[{"mac":"D03F27AF7DB0","plist":[{"pid":"P3","pvalue":"1"}]}]},"provider_key":"HL_A19C2","action_key":"set_mesh_property"}]},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781371,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AFA23E","session_id":"b82cebbce6794396aa46d5fd8351495b"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781230,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AFA23E","session_id":"5973920c0b64460796d6f1e8c4d498ed"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781246,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AFC558","session_id":"5335d372065f4745bf7a825adfeb825e"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781403,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AFB422","session_id":"c81bb519d9dc47e0949849b4ce366c65"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781341,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AF7DB0","session_id":"c6677a669969496db65bd15093d15331"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781265,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AFC558","session_id":"c3fcae658de04c619875f609c9dc2430"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921780855,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AF7DB0","session_id":"4457c5fa923b4da89cc72cae133f47f6"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781293,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AF7DB0","session_id":"f8c8ae8fc0b747a1a993f8e5f4c318d0"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781340,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AFB422","session_id":"5e1a0e5ff0f04ad5bb66c08cbb09c087"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781338,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AFB422","session_id":"21e0405a1dc64e4daffd5fcae959df55"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921781211,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AFA23E","session_id":"404bfffc3b5342aba61eb417071e621d"}],"custom_string":null}}
[11/13/2023, 7:29:41 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921780999,"code":"1","msg":"","data":{"result_list":[{"instance_id":"D03F27AFC558","session_id":"ac1b90b73a514b97af780061c84e5abf"}],"custom_string":null}}
[11/13/2023, 7:29:44 PM] [WyzeSmartHome] Refreshing devices...
[11/13/2023, 7:29:44 PM] [WyzeSmartHome] Performing request: app/v2/home_page/get_object_list
[11/13/2023, 7:29:44 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/home_page/get_object_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921784068},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921785097,"code":"1","msg":"","data":{"device_group_list":[{"group_id":1062949,"group_type_id":5,"group_name":"Plugs","logo_url":"","group_type_logo_url":"https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device-group/regular/plug_group.png","device_list":[{"device_mac":"7C78B21B8F53","product_model":"WLPP1CFH"},{"device_mac":"7C78B21BBA78","product_model":"WLPP1CFH"},{"device_mac":"2CAA8E7636F0","product_model":"WLPP1"},{"device_mac":"2CAA8E789EE6","product_model":"WLPP1"}]},{"group_id":2368192,"group_type_id":1,"group_name":"Outside","logo_url":"","group_type_logo_url":"https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device-group/regular/camera_group.png","device_list":[{"device_mac":"D03F27298F84","product_model":"WYZEDB3"},{"device_mac":"7C78B26DC8A0","product_model":"WYZE_CAKP2JFUS"},{"device_mac":"D03F278509D6","product_model":"WYZE_CAKP2JFUS"},{"device_mac":"7C78B26DCA5E","product_model":"WYZE_CAKP2JFUS"},{"device_mac":"7C78B26DC7C0","product_model":"WYZE_CAKP2JFUS"}]},{"group_id":2502993,"group_type_id":12,"group_name":"Track Lights","logo_url":"","group_type_logo_url":"https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device-group/regular/rgb_bulb_group.png","device_list":[{"device_mac":"D03F27AF7DB0","product_model":"HL_A19C2"},{"device_mac":"D03F27AFA23E","product_model":"HL_A19C2"},{"device_mac":"D03F27AFC558","product_model":"HL_A19C2"},{"device_mac":"D03F27AFB422","product_model":"HL_A19C2"}]}],"device_list":[{"mac":"2CAA8E789EE6","first_activation_ts":1590763568000,"first_binding_ts":1590763568000,"enr":"dPo5nqKpNC4Mg6cc","nickname":"Office Lamp","timezone_name":"America/Detroit","product_model":"WLPP1","product_model_logo_url":"https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_plug.png","product_type":"Plug","hardware_ver":"0.0.0.0","firmware_ver":"1.2.0.80","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740516989,"push_switch":1,"device_params":{"switch_state":0,"ssid":"xxx","ip":"0.0.0.239","rssi":"-49"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1699498972000,"timezone_gmt_offset":-5},{"mac":"D03F27AFC558","first_activation_ts":1694468439000,"first_binding_ts":1694468499000,"enr":"CAH4pimmW2uoLEGf","nickname":"Track Light 3","timezone_name":"America/Detroit","product_model":"HL_A19C2","product_model_logo_url":"","product_type":"MeshLight","hardware_ver":"0.0.0.0","firmware_ver":"1.0.2.6","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699741881863,"push_switch":1,"device_params":{"switch_state":1,"ssid":"xxx","ip":"0.0.0.161","rssi":"-38","logo_guid":"6918ab128e15486d"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1699317463000,"timezone_gmt_offset":-5},{"mac":"D03F27AFA23E","first_activation_ts":1694645411000,"first_binding_ts":1694645421000,"enr":"BAftChGp2k0cqQVp","nickname":"Track Light 2","timezone_name":"America/Detroit","product_model":"HL_A19C2","product_model_logo_url":"","product_type":"MeshLight","hardware_ver":"0.0.0.0","firmware_ver":"1.0.2.6","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699882870549,"push_switch":1,"device_params":{"switch_state":1,"ssid":"xxx","ip":"0.0.0.162","rssi":"-40","logo_guid":"6918ab128e15486d"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1699317462000,"timezone_gmt_offset":-5},{"mac":"7C78B21B8F53","first_activation_ts":1626192878000,"first_binding_ts":1626192884000,"enr":"hfnCldSeGDce0kGl","nickname":"Salt Lamp","timezone_name":"America/Detroit","product_model":"WLPP1CFH","product_model_logo_url":"","product_type":"Plug","hardware_ver":"0.0.0.0","firmware_ver":"1.2.0.233","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740434036,"push_switch":1,"device_params":{"switch_state":1,"ssid":"xxx","ip":"0.0.0.171","rssi":"-18"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1699317275000,"timezone_gmt_offset":-5},{"mac":"7C78B21BBA78","first_activation_ts":1645743246000,"first_binding_ts":1645743251000,"enr":"jt2rBh6nztEqa46S","nickname":"Photo Frame","timezone_name":"America/Detroit","product_model":"WLPP1CFH","product_model_logo_url":"","product_type":"Plug","hardware_ver":"0.0.0.0","firmware_ver":"1.2.0.233","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740441424,"push_switch":1,"device_params":{"switch_state":1,"ssid":"xxx","ip":"0.0.0.170","rssi":"-17"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1699317197000,"timezone_gmt_offset":-5},{"mac":"D03F27AFB422","first_activation_ts":1694645522000,"first_binding_ts":1694645533000,"enr":"n98+aQp9pBLRff69","nickname":"Track Light 4","timezone_name":"America/Detroit","product_model":"HL_A19C2","product_model_logo_url":"","product_type":"MeshLight","hardware_ver":"0.0.0.0","firmware_ver":"1.0.2.6","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740450932,"push_switch":1,"device_params":{"switch_state":1,"ssid":"xxx","ip":"0.0.0.164","rssi":"-39","logo_guid":"6918ab128e15486d"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1699315654000,"timezone_gmt_offset":-5},{"mac":"D03F27AF7DB0","first_activation_ts":1694469016000,"first_binding_ts":1694469027000,"enr":"fxhUd3rX0Wic8Lh9","nickname":"Track Light 1","timezone_name":"America/Detroit","product_model":"HL_A19C2","product_model_logo_url":"","product_type":"MeshLight","hardware_ver":"0.0.0.0","firmware_ver":"1.0.2.6","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740403617,"push_switch":1,"device_params":{"switch_state":1,"ssid":"xxx","ip":"0.0.0.163","rssi":"-39","logo_guid":"6918ab128e15486d"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1699315650000,"timezone_gmt_offset":-5},{"mac":"D03F27298F84","first_activation_ts":1699213732000,"first_binding_ts":1699213739000,"enr":"NqImY+yx/8v9AYoD","nickname":"Front door","timezone_name":"America/Detroit","product_model":"WYZEDB3","product_model_logo_url":"https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_wyzedb3.png","product_type":"Camera","hardware_ver":"0.0.0.2","firmware_ver":"4.25.1.316","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740425952,"push_switch":1,"device_params":{"p2p_id":"RFRR3C41EU7DEHM2111A","p2p_type":3,"ssid":"xxx","ip":"0.0.0.237","public_ip":"50.108.14.122","power_switch":1,"temperature":"0","humidity":"0","temp_humi_room_type":1,"comfort_standard_level":2,"is_temperature_humidity":"0","records_event_switch":0,"motion_alarm_switch":1,"audio_alarm_switch":0,"smoke_alarm_switch":0,"co_alarm_switch":0,"electricity":"","battery_charging_status":"","power_source":"0","is_link_toy_car":0,"power_saving_mode_switch":0,"camera_thumbnails":{"thumbnails_url":"xxx","thumbnails_ts":1699918193000},"dtls":1,"main_device_dtls":0,"device_setting_channel":0,"dongle_switch":0,"dongle_product_model":"","ai_notification_v2":0,"accessory_switch":0,"spotlight_status":0},"is_in_auto":1,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1699213739000,"timezone_gmt_offset":-5},{"mac":"D03F278509D6","first_activation_ts":1697758136000,"first_binding_ts":1697758139000,"enr":"HZmMKqxHBbxjsveh","nickname":"Garage Door Cam","timezone_name":"America/Detroit","product_model":"WYZE_CAKP2JFUS","product_model_logo_url":"https://wyze-file.s3-us-west-2.amazonaws.com/system-logo/device/small/wyze_icon_cam_v3.png","product_type":"Camera","hardware_ver":"0.0.0.0","firmware_ver":"4.36.11.7095","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740416562,"push_switch":1,"device_params":{"p2p_id":"9ESEXZ1JFSPGDXSP111A","p2p_type":3,"ssid":"xxx","ip":"0.0.0.233","public_ip":"50.108.14.122","power_switch":1,"temperature":"0","humidity":"0","temp_humi_room_type":1,"comfort_standard_level":2,"is_temperature_humidity":"0","records_event_switch":1,"motion_alarm_switch":1,"audio_alarm_switch":1,"smoke_alarm_switch":0,"co_alarm_switch":0,"electricity":"","battery_charging_status":"","power_source":"0","is_link_toy_car":0,"power_saving_mode_switch":0,"camera_thumbnails":{"thumbnails_url":null,"thumbnails_ts":1699037694000},"dtls":1,"main_device_dtls":0,"device_setting_channel":0,"dongle_switch":2,"dongle_product_model":"HL_CGDC","ai_notification_v2":1,"accessory_switch":0,"spotlight_status":0},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1697758139000,"timezone_gmt_offset":-5},{"mac":"7C78B290AC0A","first_activation_ts":1667756648000,"first_binding_ts":1667756651000,"enr":"at4XwG89qq0QUFq2","nickname":"Front Door Light","timezone_name":"America/Detroit","product_model":"WLPA19C","product_model_logo_url":"https://s3-us-west-2.amazonaws.com.cn/wyze-file/system-logo/device/small/wyze_icon_device_rgb_bulb.png","product_type":"MeshLight","hardware_ver":"0.0.0.0","firmware_ver":"1.2.0.508","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740570033,"push_switch":1,"device_params":{"switch_state":1,"ssid":"xxx","ip":"0.0.0.218","rssi":"-41","logo_guid":"6918ab128e15486d"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1695869730000,"timezone_gmt_offset":-5},{"mac":"7C78B292DCE9","first_activation_ts":1667757010000,"first_binding_ts":1667757013000,"enr":"fPzvm4ZZSKUap+rk","nickname":"Living Room Lamp","timezone_name":"America/Detroit","product_model":"WLPA19C","product_model_logo_url":"https://s3-us-west-2.amazonaws.com.cn/wyze-file/system-logo/device/small/wyze_icon_device_rgb_bulb.png","product_type":"MeshLight","hardware_ver":"0.0.0.0","firmware_ver":"1.2.0.508","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740507391,"push_switch":1,"device_params":{"switch_state":1,"ssid":"xxx","ip":"0.0.0.169","rssi":"-24","logo_guid":"066ed849c53f419f"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1695699814000,"timezone_gmt_offset":-5},{"mac":"7C78B2612839","first_activation_ts":1695690159000,"first_binding_ts":1695690168000,"enr":"oiDx+Jz6WQ4fC6jd","nickname":"Wyze Plug Outdoor","timezone_name":"America/Detroit","product_model":"WLPPO","product_model_logo_url":"","product_type":"OutdoorPlug","hardware_ver":"0.0.0.0","firmware_ver":"1.2.0.333","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740415914,"push_switch":1,"device_params":{"switch_state":1,"photosensitive_switch":0,"ssid":"xxx","ip":"0.0.0.242","rssi":"-55"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1695690168000,"timezone_gmt_offset":-5},{"mac":"7C78B2612839-0002","first_activation_ts":1695690159000,"first_binding_ts":0,"enr":"","nickname":"Deck Lights","timezone_name":"","product_model":"WLPPO-SUB","product_model_logo_url":"","product_type":"OutdoorPlug","hardware_ver":"0.0.0.0","firmware_ver":"1.2.0.333","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740415914,"push_switch":1,"device_params":{"switch_state":1,"photosensitive_switch":0,"ssid":"xxx","ip":"0.0.0.242","rssi":"-55"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"7C78B2612839","parent_device_enr":"oiDx+Jz6WQ4fC6jd","binding_ts":1695690168000,"timezone_gmt_offset":0},{"mac":"7C78B2612839-0001","first_activation_ts":1695690159000,"first_binding_ts":0,"enr":"","nickname":"Outdoor Plug 1","timezone_name":"","product_model":"WLPPO-SUB","product_model_logo_url":"","product_type":"OutdoorPlug","hardware_ver":"0.0.0.0","firmware_ver":"1.2.0.333","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740415914,"push_switch":1,"device_params":{"switch_state":0,"photosensitive_switch":0,"ssid":"xxx","ip":"0.0.0.242","rssi":"-55"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"7C78B2612839","parent_device_enr":"oiDx+Jz6WQ4fC6jd","binding_ts":1695690168000,"timezone_gmt_offset":0},{"mac":"BS_WK1_7C78B206EA22","first_activation_ts":1694644198000,"first_binding_ts":1694644198000,"enr":"enr_place_holder","nickname":"Sprinklers","timezone_name":"America/Detroit","product_model":"BS_WK1","product_model_logo_url":"","product_type":"Common","hardware_ver":"0.0.0.0","firmware_ver":"1.0.10","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740622802,"push_switch":1,"device_params":{},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1694644198000,"timezone_gmt_offset":-5},{"mac":"JA.SC.2CAA8E451995","first_activation_ts":1626192100000,"first_binding_ts":1626192100000,"enr":"","nickname":"Wyze Scale","timezone_name":"America/Detroit","product_model":"JA.SC","product_model_logo_url":"","product_type":"WyzeScale","hardware_ver":"0.0.0.0","firmware_ver":"1.1.4","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":0,"push_switch":1,"device_params":{},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1670393150000,"timezone_gmt_offset":-5},{"mac":"77D8E645","first_activation_ts":1670002554000,"first_binding_ts":1670002556000,"enr":"qDT9S49rclMJty7h","nickname":"Wyze Chime","timezone_name":"","product_model":"CHIME","product_model_logo_url":"https://wyze-file.s3.cn-north-1.amazonaws.com.cn/system-logo/device/small/wyze_icon_device_chime.png","product_type":"ChimeSensor","hardware_ver":"0.0.0.0","firmware_ver":"0.0.0.21","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":0,"conn_state_ts":1699740425952,"push_switch":1,"device_params":{},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"D03F27298F84","parent_device_enr":"NqImY+yx/8v9AYoD","binding_ts":1670002556000,"timezone_gmt_offset":0},{"mac":"JA_SL10_7C78B2530EA2","first_activation_ts":1629768303000,"first_binding_ts":1629768303000,"enr":"","nickname":"Living Room Floor Lamp","timezone_name":"America/Detroit","product_model":"JA_SL10","product_model_logo_url":"","product_type":"Common","hardware_ver":"0.0.0.0","firmware_ver":"0.1.10","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":0,"push_switch":1,"device_params":{},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1653005767000,"timezone_gmt_offset":-5},{"mac":"JA_SL10_7C78B2532CE5","first_activation_ts":1630127977000,"first_binding_ts":1630127977000,"enr":"","nickname":"Office Floor Lamp","timezone_name":"UTC","product_model":"JA_SL10","product_model_logo_url":"","product_type":"Common","hardware_ver":"0.0.0.0","firmware_ver":"0.1.10","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":0,"push_switch":1,"device_params":{},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1630127977000,"timezone_gmt_offset":0},{"mac":"7C78B26DCA5E","first_activation_ts":1626921369000,"first_binding_ts":1626921372000,"enr":"T3T3M9I6LMPhzw8U","nickname":"Garden Cam","timezone_name":"America/Detroit","product_model":"WYZE_CAKP2JFUS","product_model_logo_url":"https://wyze-file.s3-us-west-2.amazonaws.com/system-logo/device/small/wyze_icon_cam_v3.png","product_type":"Camera","hardware_ver":"0.0.0.0","firmware_ver":"4.36.11.7095","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740416928,"push_switch":1,"device_params":{"p2p_id":"CTD3HUY7X9J7V281111A","p2p_type":3,"ssid":"xxx","ip":"0.0.0.235","public_ip":"50.108.14.122","power_switch":1,"temperature":"0","humidity":"0","temp_humi_room_type":1,"comfort_standard_level":2,"is_temperature_humidity":"0","records_event_switch":1,"motion_alarm_switch":1,"audio_alarm_switch":1,"smoke_alarm_switch":1,"co_alarm_switch":1,"electricity":"","battery_charging_status":"","power_source":"0","is_link_toy_car":0,"power_saving_mode_switch":0,"camera_thumbnails":{"thumbnails_url":"https://rest.cache.cell-2-us-west-2-1.prod.a.momentohq.com/cache/get/wyze-thumbnail-service-prod/xxx","thumbnails_ts":1699917320643},"dtls":1,"main_device_dtls":0,"device_setting_channel":0,"dongle_switch":2,"dongle_product_model":"","ai_notification_v2":1,"accessory_switch":0,"spotlight_status":0},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1626921372000,"timezone_gmt_offset":-5},{"mac":"7C78B26DC7C0","first_activation_ts":1626193408000,"first_binding_ts":1626193410000,"enr":"O9QyMa5CA1cSYc5M","nickname":"Patio Cam","timezone_name":"America/Detroit","product_model":"WYZE_CAKP2JFUS","product_model_logo_url":"https://wyze-file.s3-us-west-2.amazonaws.com/system-logo/device/small/wyze_icon_cam_v3.png","product_type":"Camera","hardware_ver":"0.0.0.0","firmware_ver":"4.36.11.7095","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740419617,"push_switch":1,"device_params":{"p2p_id":"GAGRRWDKP14CGVXA111A","p2p_type":3,"ssid":"xxx","ip":"0.0.0.241","public_ip":"50.108.14.122","power_switch":1,"temperature":"0","humidity":"0","temp_humi_room_type":1,"comfort_standard_level":2,"is_temperature_humidity":"0","records_event_switch":1,"motion_alarm_switch":1,"audio_alarm_switch":1,"smoke_alarm_switch":1,"co_alarm_switch":1,"electricity":"","battery_charging_status":"","power_source":"0","is_link_toy_car":0,"power_saving_mode_switch":0,"camera_thumbnails":{"thumbnails_url":"https://rest.cache.cell-2-us-west-2-1.prod.a.momentohq.com/cache/get/wyze-thumbnail-service-prod/xxx","thumbnails_ts":1699303708883},"dtls":1,"main_device_dtls":0,"device_setting_channel":0,"dongle_switch":2,"dongle_product_model":"","ai_notification_v2":1,"accessory_switch":0,"spotlight_status":0},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1626193410000,"timezone_gmt_offset":-5},{"mac":"7C78B26DC8A0","first_activation_ts":1626192508000,"first_binding_ts":1626192510000,"enr":"Bfhf8iDxpW/npG82","nickname":"Front Yard Cam","timezone_name":"America/Detroit","product_model":"WYZE_CAKP2JFUS","product_model_logo_url":"https://wyze-file.s3-us-west-2.amazonaws.com/system-logo/device/small/wyze_icon_cam_v3.png","product_type":"Camera","hardware_ver":"0.0.0.0","firmware_ver":"4.36.11.7095","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699879623822,"push_switch":0,"device_params":{"p2p_id":"FSSNG8Z6R1RAX2CR111A","p2p_type":3,"ssid":"xxx","ip":"0.0.0.246","public_ip":"50.108.14.122","power_switch":1,"temperature":"0","humidity":"0","temp_humi_room_type":1,"comfort_standard_level":2,"is_temperature_humidity":"0","records_event_switch":1,"motion_alarm_switch":1,"audio_alarm_switch":0,"smoke_alarm_switch":0,"co_alarm_switch":0,"electricity":"","battery_charging_status":"","power_source":"0","is_link_toy_car":0,"power_saving_mode_switch":0,"camera_thumbnails":{"thumbnails_url":"https://rest.cache.cell-2-us-west-2-1.prod.a.momentohq.com/cache/get/wyze-thumbnail-service-prod/xxx","thumbnails_ts":1699920333183},"dtls":1,"main_device_dtls":0,"device_setting_channel":0,"dongle_switch":2,"dongle_product_model":"","ai_notification_v2":1,"accessory_switch":0,"spotlight_status":0},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1626192510000,"timezone_gmt_offset":-5},{"mac":"JA_RO2_7C78B20AA016","first_activation_ts":1607345170000,"first_binding_ts":1607345170000,"enr":"","nickname":"Vacuum","timezone_name":"America/Detroit","product_model":"JA_RO2","product_model_logo_url":"","product_type":"JA_RO2","hardware_ver":"0.0.0.0","firmware_ver":"1.6.55","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699749447157,"push_switch":1,"device_params":{"vacuum_work_status":4,"connection_state":1,"electricity":"100"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1616812472000,"timezone_gmt_offset":-5},{"mac":"7C78B2249563","first_activation_ts":1614633067000,"first_binding_ts":1614633069000,"enr":"VLffrn+KFLLjS4OK","nickname":"Garage Cam","timezone_name":"America/Detroit","product_model":"WYZE_CAKP2JFUS","product_model_logo_url":"https://wyze-file.s3-us-west-2.amazonaws.com/system-logo/device/small/wyze_icon_cam_v3.png","product_type":"Camera","hardware_ver":"0.0.0.0","firmware_ver":"4.36.11.5859","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":0,"conn_state_ts":1694301820096,"push_switch":1,"device_params":{"p2p_id":"X2PTYFUYGWMNEFWP111A","p2p_type":3,"ssid":"xxx","ip":"0.0.0.118","public_ip":"","power_switch":1,"temperature":"0","humidity":"0","temp_humi_room_type":1,"comfort_standard_level":2,"is_temperature_humidity":"0","records_event_switch":1,"motion_alarm_switch":1,"audio_alarm_switch":1,"smoke_alarm_switch":0,"co_alarm_switch":0,"electricity":"","battery_charging_status":"","power_source":"0","is_link_toy_car":0,"power_saving_mode_switch":0,"camera_thumbnails":{"thumbnails_url":null,"thumbnails_ts":0},"dtls":1,"main_device_dtls":0,"device_setting_channel":0,"dongle_switch":2,"dongle_product_model":"","ai_notification_v2":1,"accessory_switch":0,"spotlight_status":0},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1614633069000,"timezone_gmt_offset":-5},{"mac":"2CAA8E7636F0","first_activation_ts":1606082279000,"first_binding_ts":1606082280000,"enr":"YRSYD3PGcr69m22r","nickname":"Light2","timezone_name":"America/Detroit","product_model":"WLPP1","product_model_logo_url":"https://s3-us-west-2.amazonaws.com/wyze-file/system-logo/device/small/wyze_icon_device_plug.png","product_type":"Plug","hardware_ver":"0.0.0.0","firmware_ver":"1.2.0.80","user_role":1,"binding_user_nickname":"myemail@email.com","conn_state":1,"conn_state_ts":1699740466815,"push_switch":1,"device_params":{"switch_state":0,"ssid":"xxx","ip":"0.0.0.240","rssi":"-61"},"is_in_auto":0,"event_master_switch":1,"parent_device_mac":"","parent_device_enr":"","binding_ts":1606082280000,"timezone_gmt_offset":-5}],"device_sort_list":[{"mac":"2502993"},{"mac":"D03F27AF7DB0"},{"mac":"D03F27AFA23E"},{"mac":"D03F27AFC558"},{"mac":"D03F27AFB422"},{"mac":"2368192"},{"mac":"D03F27298F84"},{"mac":"7C78B26DC8A0"},{"mac":"D03F278509D6"},{"mac":"7C78B26DCA5E"},{"mac":"7C78B26DC7C0"},{"mac":"7C78B2249563"},{"mac":"BS_WK1_7C78B206EA22"},{"mac":"7C78B2612839-0002"},{"mac":"7C78B2612839-0001"},{"mac":"7C78B292DCE9"},{"mac":"JA_SL10_7C78B2530EA2"},{"mac":"JA_SL10_7C78B2532CE5"},{"mac":"JA_RO2_7C78B20AA016"},{"mac":"JA.SC.2CAA8E451995"},{"mac":"1062949"},{"mac":"7C78B21B8F53"},{"mac":"7C78B21BBA78"},{"mac":"2CAA8E7636F0"},{"mac":"2CAA8E789EE6"},{"mac":"7C78B290AC0A"}]}}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Found 25 device(s)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Loading accessory from cache Office Lamp (MAC: 2CAA8E789EE6)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Updating status of "Wyze Plug (2CAA8E789EE6)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Fetching status of "Wyze Plug (2CAA8E789EE6)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Retrieving previous service for "Wyze Plug (2CAA8E789EE6)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [MeshLight] Loading accessory from cache Track Light 3 (MAC: D03F27AFC558)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Performing request: app/v2/device/get_property_list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/device/get_property_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921785184,"device_mac":"D03F27AFC558","device_model":"HL_A19C2"},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [MeshLight] Loading accessory from cache Track Light 2 (MAC: D03F27AFA23E)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Performing request: app/v2/device/get_property_list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/device/get_property_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921785187,"device_mac":"D03F27AFA23E","device_model":"HL_A19C2"},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Loading accessory from cache Salt Lamp (MAC: 7C78B21B8F53)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Updating status of "Salt Lamp (7C78B21B8F53)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Fetching status of "Salt Lamp (7C78B21B8F53)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Retrieving previous service for "Salt Lamp (7C78B21B8F53)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Loading accessory from cache Photo Frame (MAC: 7C78B21BBA78)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Updating status of "Photo Frame (7C78B21BBA78)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Fetching status of "Photo Frame (7C78B21BBA78)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Retrieving previous service for "Photo Frame (7C78B21BBA78)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [MeshLight] Loading accessory from cache Track Light 4 (MAC: D03F27AFB422)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Performing request: app/v2/device/get_property_list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/device/get_property_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921785189,"device_mac":"D03F27AFB422","device_model":"HL_A19C2"},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [MeshLight] Loading accessory from cache Track Light 1 (MAC: D03F27AF7DB0)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Performing request: app/v2/device/get_property_list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/device/get_property_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921785190,"device_mac":"D03F27AF7DB0","device_model":"HL_A19C2"},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Camera] Unsupported device type: (Name: Front door) (MAC: D03F27298F84) (Model: WYZEDB3)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Camera] Loading accessory from cache Garage Door Cam (MAC: D03F278509D6)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Performing request: app/v2/device/get_property_list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/device/get_property_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921785192,"device_mac":"D03F278509D6","device_model":"WYZE_CAKP2JFUS"},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [MeshLight] Loading accessory from cache Front Door Light (MAC: 7C78B290AC0A)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Performing request: app/v2/device/get_property_list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/device/get_property_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921785193,"device_mac":"7C78B290AC0A","device_model":"WLPA19C"},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [MeshLight] Loading accessory from cache Living Room Lamp (MAC: 7C78B292DCE9)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Performing request: app/v2/device/get_property_list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Request config: {"method":"POST","url":"app/v2/device/get_property_list","data":{"access_token":"token","app_name":"com.hualai.WyzeCam","app_ver":"wyze_developer_api","app_version":"wyze_developer_api","phone_id":"wyze_developer_api","phone_system_type":"1","sc":"wyze_developer_api","sv":"wyze_developer_api","ts":1699921785194,"device_mac":"7C78B292DCE9","device_model":"WLPA19C"},"baseURL":"https://api.wyzecam.com"}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [OutdoorPlug] Unsupported device type: (Name: Wyze Plug Outdoor) (MAC: 7C78B2612839) (Model: WLPPO)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [OutdoorPlug] Loading accessory from cache Deck Lights (MAC: 7C78B2612839-0002)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Updating status of "Deck Lights (7C78B2612839-0002)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Fetching status of "Deck Lights (7C78B2612839-0002)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Retrieving previous service for "Deck Lights (7C78B2612839-0002)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [OutdoorPlug] Loading accessory from cache Outdoor Plug 1 (MAC: 7C78B2612839-0001)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Updating status of "Outdoor Plug (7C78B2612839-0001)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Fetching status of "Outdoor Plug (7C78B2612839-0001)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Retrieving previous service for "Outdoor Plug (7C78B2612839-0001)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Common] Unsupported device type: (Name: Sprinklers) (MAC: BS_WK1_7C78B206EA22) (Model: BS_WK1)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [WyzeScale] Unsupported device type: (Name: Wyze Scale) (MAC: JA.SC.2CAA8E451995) (Model: JA.SC)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [ChimeSensor] Unsupported device type: (Name: Wyze Chime) (MAC: 77D8E645) (Model: CHIME)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Common] Unsupported device type: (Name: Living Room Floor Lamp) (MAC: JA_SL10_7C78B2530EA2) (Model: JA_SL10)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Common] Unsupported device type: (Name: Office Floor Lamp) (MAC: JA_SL10_7C78B2532CE5) (Model: JA_SL10)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Camera] Ignoring (Garden Cam) (MAC: 7C78B26DCA5E) because it is in the Ignore Device list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Camera] Ignoring (Patio Cam) (MAC: 7C78B26DC7C0) because it is in the Ignore Device list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Camera] Ignoring (Front Yard Cam) (MAC: 7C78B26DC8A0) because it is in the Ignore Device list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [JA_RO2] Unsupported device type: (Name: Vacuum) (MAC: JA_RO2_7C78B20AA016) (Model: JA_RO2)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Camera] Ignoring (Garage Cam) (MAC: 7C78B2249563) because it is in the Ignore Device list
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Loading accessory from cache Light2 (MAC: 2CAA8E7636F0)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Updating status of "Light2 (2CAA8E7636F0)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Fetching status of "Light2 (2CAA8E7636F0)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [Plug] Retrieving previous service for "Light2 (2CAA8E7636F0)"
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] API response PerformRequest: {"ts":1699921785481,"code":"1","msg":"","data":{"property_list":[{"pid":"P1501","value":"100","ts":1699734729211},{"pid":"P1502","value":"3281","ts":1699747676274},{"pid":"P1503","value":"","ts":0},{"pid":"P1504","value":"-38","ts":1699741884375},{"pid":"P1505","value":"0","ts":0},{"pid":"P1506","value":"0","ts":1699317469046},{"pid":"P1507","value":"undefi","ts":1699921781655},{"pid":"P1508","value":"1","ts":1699921349813},{"pid":"P1509","value":"0","ts":1699317469046},{"pid":"P1510","value":"1","ts":0},{"pid":"P1511","value":"6918ab128e15486d","ts":1699734731005},{"pid":"P1512","value":"0","ts":0},{"pid":"P1513","value":"0","ts":0},{"pid":"P1514","value":"0","ts":0},{"pid":"P1516","value":"","ts":0},{"pid":"P1522","value":"","ts":0},{"pid":"P1523","value":"","ts":0},{"pid":"P1524","value":"","ts":0},{"pid":"P1525","value":"","ts":0},{"pid":"P1526","value":"","ts":0},{"pid":"P1527","value":"","ts":0},{"pid":"P1528","value":"0","ts":1699317469046},{"pid":"P1529","value":"1","ts":1699317469046},{"pid":"P1530","value":"1","ts":1699317469069},{"pid":"P1531","value":"1","ts":1699317469069},{"pid":"P1532","value":"1","ts":1699317469069},{"pid":"P1533","value":"","ts":0},{"pid":"P1534","value":"","ts":0},{"pid":"P16","value":"1","ts":0},{"pid":"P3","value":"1","ts":1699921287592},{"pid":"P5","value":"1","ts":1699741881863}]}}
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [MeshLight] Updating brightness record for "Track Light 3 (D03F27AFC558) to 100: "100""
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] [MeshLight] Updating color Temp record for "Track Light 3 (D03F27AFC558) to 3281: 305"

/usr/lib/node_modules/homebridge-wyze-smart-home/node_modules/colorsys/colorsys.js:197
  return colorsys.rgb2Hsv(rgb.r, rgb.g, rgb.b)
                              ^
TypeError: Cannot read properties of null (reading 'r')
    at Object.colorsys.hex2Hsv (/usr/lib/node_modules/homebridge-wyze-smart-home/node_modules/colorsys/colorsys.js:197:31)
    at WyzeMeshLight.updateColor (/usr/lib/node_modules/homebridge-wyze-smart-home/src/accessories/WyzeMeshLight.js:71:31)
    at WyzeMeshLight.updateCharacteristics (/usr/lib/node_modules/homebridge-wyze-smart-home/src/accessories/WyzeMeshLight.js:52:18)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Child bridge process ended
[11/13/2023, 7:29:45 PM] [WyzeSmartHome] Process Ended. Code: 1, Signal: null
carTloyal123 commented 4 months ago

@DiscoveryOV please update to the latest version and comment here if the issues are resolved or still present so this issue can be updated or closed, thanks!

carTloyal123 commented 4 months ago

Closing as stale, reopen if needed