Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't discovery temp/humi sersor #14

Open
henrykey opened this issue Jan 14, 2021 · 1 comment
Open

can't discovery temp/humi sersor #14

henrykey opened this issue Jan 14, 2021 · 1 comment

Comments

@henrykey
Copy link

henrykey commented Jan 14, 2021

Hi,
everything looks fine but can't discover the temperature/humidity sensor. hass has found the component of dohome indicating from log message.

You are using a custom integration for dohomeswitch which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
8:32:01 PM – loader.py (WARNING) - message first occurred at 8:32:00 PM and shows up 4 times
Light is deprecated, modify DoHomeLight to extend LightEntity
8:32:00 PM – Light (WARNING)
SwitchDevice is deprecated, modify DoHomeSwitch to extend SwitchEntity
8:32:00 PM – Switch (WARNING)

and added code in configure.yaml as following:

dohome:
  discovery_ip: '192.168.23.255'   
  discovery_retry: 3

but nothing in entities or devices, what wrong with it? or i missed somthing?
thanks

PS. for more info
hassio 5.9 in rasberrypi.
the temp/humi sensor works well with homekit and I tried both with or without homeit, got the same result of discovering nothing.

@HoGC
Copy link
Collaborator

HoGC commented Jun 18, 2021

You can try the latest version
https://github.com/SmartArduino/DoHome/tree/master/DoHome_HassAssistant_Component

And if that doesn't work, you can open log
custom_components/dohome/init.py

_LOGGER = logging.getLogger(__name__)
_LOGGER.setLevel('DEBUG')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants