-
Notifications
You must be signed in to change notification settings - Fork 3
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
Quirk not working #1
Comments
Custom quirks have to go into a specific folder.
Restart Home Assistant, remove your device and redo the pairing. You might want to enable debug log by inserting these statements in configuration.yaml
You should then see something like this as a confirmation that HA is actually using the new quirk: 2021-06-30 13:35:05 DEBUG (MainThread) [zhaquirks] Loading custom quirks from /home/homeassistant/custom_zha_quirks |
Hi, Thank you for your help. 2021-09-27 12:48:23 DEBUG (MainThread) [zhaquirks] Loading custom quirks from /config/custom_zha_quirks But still the same situation... I have found this in the logs: I'm using HA 2021.9.6 |
Maybe I found something weird in logs: As far as I understand I think there should be only one endpoint. |
Having two endpoints it's ok and does not relate to your device being an endpoint or a router.
your device is sending output_clusters=[0, 6, 18]) on endpoint 1 If you look at the quirk code you will see that it expects only two objects on endpont 1 output_clusters. There might be at least two reasons for that:
I suggest you to have a look at this To confirm that your device is actually sending temperature and humidity values check your log for these lines:
|
Hi, |
Hi @Sonusss, |
Hi,
I'm trying to duplicate exactly your setup as a base for my own development but no success.
ptvo.switch is only recognized as basic switch.
I placed the ptvo.py file at right place: /usr/local/lib/python3.9/site-packages/zhaquirks/
deleted pycache
restarted
No error in logs
Can you help ?
The text was updated successfully, but these errors were encountered: