jfarmer08 / homebridge-wyze-smart-home

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

Support request for S1Gateway #171

Closed lewis6681 closed 8 months ago

lewis6681 commented 9 months ago

Is your feature request related to a problem? Please describe:

I get the following error when trying to enable the homebridge plugin: S1Gateway (Model: GW3U (Mac: undefined (Name: undefined) not supported submit a request to https://github.com/jfarmer08/homebridge-wyze-smart-home/issues to have it added. Describe the solution you'd like:

Can you please add support for S1Gateway (Model: GW3U) Describe alternatives you've considered:

Additional context:

github-actions[bot] commented 9 months ago

Message that will be displayed on users' first issue

ianmabie commented 9 months ago

I think same, my error:

S1Gateway (Model: GW3U (Mac: 7C78B22C9E2D (Name: Wyze Sense Hub) not supported submit a request to https://github.com/jfarmer08/homebridge-wyze-smart-home/issues to have it added.

jfarmer08 commented 9 months ago

Yes the HSM alarm is supported. I will fix the logs, but for the latest release you will need too change your config to enable it by adding

{
  "platforms": [
    {
      "platform": "WyzeSmartHome",
      "name": "Wyze",
      "username": "YOUR_EMAIL",
      "password": "YOUR_PASSWORD",
      "keyId": "",
      "apiKey": "",
      "hms": true
}