SecKatie / ha-wyzeapi

Home Assistant Integration for Wyze devices.
733 stars 112 forks source link

Lights not appearing in Entities #27

Closed mmmbobby closed 4 years ago

mmmbobby commented 4 years ago

Hi there.

I have 4 Wyze bulbs in my home that have been setup through the Wyze app for a while with no issues. I've followed the instructions for this integration, reinstalled multiple times, removed and re-added my lights in the Wyze app, etc. I'm not getting any errors in HA for wyzeapi.

Issue is, my lights just don't appear in the entities list.

Any thoughts?

SecKatie commented 4 years ago

Are they in a group? That’s the only thing I can think of. At least without more information.

mmmbobby commented 4 years ago

They aren't in a group in the Wyze app. I do have them connected to my Alexa app, but I'm not sure why that would make a difference. What information do you need? I'd love to get these working in my HA environment, so happy to provide whatever you need :)

SecKatie commented 4 years ago

Can you show me your configuration.yaml?

mmmbobby commented 4 years ago

image

SecKatie commented 4 years ago

Sorry it's been a while since I replied. Can you show me your home-assistant.log?

mmmbobby commented 4 years ago

After a restart with the same config, this is my log file

2020-01-06 12:26:02 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-06 12:26:02 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzeapi which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-06 12:26:05 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.

SecKatie commented 4 years ago

Please enable the debug information. Instructions can be found here

mmmbobby commented 4 years ago

Here you go

2020-01-06 12:57:40 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzeapi which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-06 12:57:40 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-06 12:57:42 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for wyzesense which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-06 12:57:43 DEBUG (SyncWorker_18) [custom_components.wyzeapi]

Wyze Bulb and Switch Home Assistant Integration

Version: v0.4.0 This is a custom integration If you have any issues with this you need to open an issue here: https://github.com/JoshuaMulliken/ha-wyzeapi/issues

2020-01-06 12:57:43 DEBUG (SyncWorker_18) [custom_components.wyzeapi] Creating new WyzeApi component 2020-01-06 12:57:43 INFO (SyncWorker_18) [custom_components.wyzeapi.wyzeapi.wyzeapi] Retrieved access token 2020-01-06 12:57:43 DEBUG (SyncWorker_18) [custom_components.wyzeapi] Connected to Wyze account 2020-01-06 12:57:44 DEBUG (SyncWorker_18) [custom_components.wyzeapi] Starting WyzeApi components 2020-01-06 12:57:44 DEBUG (SyncWorker_11) [custom_components.wyzeapi.switch] Creating new WyzeApi light component 2020-01-06 12:57:45 DEBUG (SyncWorker_4) [custom_components.wyzeapi.light] Creating new WyzeApi light component

mmmbobby commented 4 years ago

Anything else you need from me?

SecKatie commented 4 years ago

I don’t see anything that could be going wrong @mmmbobby. I have no idea why they aren’t showing up if they are in your wyze account.

mmmbobby commented 4 years ago

Maybe something is wrong, but at least I can control my lights. I just noticed this morning while creating an automation that I can see the entities in the list when creating automations, adding to dashboards, etc. but can't see them in the Configuration>Entities list.

Seems weird to me, but at least I know they're there and can control them.

Thx

SecKatie commented 4 years ago

Oh great! So they are being properly added to HA. So the issue must be on the HA side I guess.