jfarmer08 / homebridge-wyze-smart-home

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

Common (Model: BS_WK1) not supported #125

Closed bunnyc1986 closed 8 months ago

bunnyc1986 commented 11 months ago

Describe Your Problem:

After upgraded to v0.5.34, I started seeing Common (Model: BS_WK1) not supported errors in logs

Logs:

image

Plugin Config:

{
    "name": "Wyze",
    "username": "***",
    "password": "***",
    "mfaCode": "***",
    "keyId": "***",
    "apiKey": "***",
    "refreshInterval": 60000,
    "entryExitDelay": 30,
    "showAdvancedOptions": false,
    "logging": "none",
    "excludeMacAddress": false,
    "excludedeviceType": false,
    "_bridge": {
        "username": "***",
        "port": ***
    },
    "platform": "WyzeSmartHome"
}

Screenshots: See above

Environment:

jfarmer08 commented 11 months ago

Do you know what Common (Model: BS_WK1) is? What kind of device?

jfarmer08 commented 11 months ago

All this means is that it's not in the supported list. It should still show in HomeKit and if everything works as expected please add a request to have it added.

jfarmer08 commented 11 months ago

When submitting a request I will need the type/model and description

ourstanley commented 11 months ago

I think this could be the base station that is used along with the Outdoor Cam. Do the other folks seeing this have one of those as well? Or maybe it’s the bridge which works with the 1st generation of sensors - I have a couple of contact sensors and a motion sensor which are detected by the plugin, but don’t see the bridge that plugs into the back of one of my v1 cameras.

bunnyc1986 commented 11 months ago

I don't know which device it is. I don't see this error before upgrading to the new version, neither I had new wyze device.

bunnyc1986 commented 11 months ago

I think this could be the base station that is used along with the Outdoor Cam. Do the other folks seeing this have one of those as well? Or maybe it’s the bridge which works with the 1st generation of sensors - I have a couple of contact sensors and a motion sensor which are detected by the plugin, but don’t see the bridge that plugs into the back of one of my v1 cameras.

I don't have the Outdoor Cam. I do have a home security hub. How could I find it out? Is there a way to print out its MAC address?

jfarmer08 commented 11 months ago

@bunnyc1986 yes I can add something to print out the MAC address

efloyd commented 11 months ago

The same is happening for me for both of my Wyze Cam Outdoor V2 cameras. Alexa routines allow only "human presence detection" for the Wyze Outdoor Cam, so I was hoping this plugin would expose a general motion sensor that I could use as a trigger.

jfarmer08 commented 11 months ago

@mrlt8 How are you pulling Motion Sensor Data in your Docker Bridge?

jfarmer08 commented 11 months ago

v0.5.36

bunnyc1986 commented 11 months ago

thanks for adding the log. It's the Sprinkler. It probably can be excluded.

jfarmer08 commented 11 months ago

I will exclude it in the next release.

MTWiley commented 11 months ago

I'm seeing this as well and it's definitely the sprinkler.

Would be great if there's a way to add support for them, but I totally understand if that's not currently a priority/possible.

carTloyal123 commented 11 months ago

@mrlt8 How are you pulling Motion Sensor Data in your Docker Bridge?

Are you talking about camera motion detections? Or a real motion sensor?

jfarmer08 commented 11 months ago

I am talking about camera motion detection.

carTloyal123 commented 11 months ago

I think you can query events from a timeframe but I don't think docker-wyze-bridge does this. Where does this show up in docker-wyze-bridge? Most questions here are directed to using the scrypted platform to do motion detection locally for homekit

Irishsmash commented 9 months ago

I'm getting the same issue (and I have 'common' devices excluded). The "BS_WK1" item is the Sprinkler. I have it excluded both by MAC and device type and I still get the same log error every minute...

image

jfarmer08 commented 8 months ago

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