kevinvincent / ha-wyzesense

A Home Assistant Component to interface with the WYZE Sense hub and sensor system
368 stars 97 forks source link

Service not loading. #26

Open samgangiah opened 4 years ago

samgangiah commented 4 years ago

Hi Kevin,

I'm testing out wyzesense. My environment is as follows:

Clean install of the latest version of HassIO on a RPi 3B. I have not installed anything else except HACS which I need for obvious reasons. Then I try to install your wyze sense code and the error in the log file.(see pastbin link below). I did have some switches configured to my wyze bridge which I configured via the wyze app. I do see these appear in my HA dashboard, so it is working, I believe its just the service to add and remove switches that is not working.

Please help when you have a moment. Sam

Config File:

_# Configure a default setup of Home Assistant (frontend, api, etc) default_config:

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:

base_url: example.duckdns.org:8123

Text to speech

tts:

group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml

hacs: token: 63321c1786e0cee234sdjkhf23448f5abca24238

binary_sensor:

logger: default: info logs: customcomponents.wyzesense: debug wyzesense.gateway: debug

Link to Log File: https://pastebin.com/P2DW52a9

fhwessels commented 4 years ago

I have the identical error