-
Notifications
You must be signed in to change notification settings - Fork 19
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
Problem with v3.7.0 - all devices not available #40
Comments
@darth-aragoth, the PR above fixes for me 3.3 devices, 3.4 devices I still cannot add (similar error as yours). do you have only 3.4 devices? |
No, most of my devices are version 3.3, a few are version 3.1. So far, only the Zigbee gateway has version 3.4. |
@darth-aragoth, the changes which hopefully fix <3.4 devices are in 3.7.0-beta3 now if you want to give it a spin. |
atm i have only a 3.4 gateway (was 3.3 but they update the firmware). but can't test it out atm. |
ok, then I'll try to dig into it more this week. I only have some switches, but that should be enough for this. |
I installed 3.7.0beta3. Most of my devices are working. I noticed, that I can't control my covers, when trying to change position:
And second error:
I successfully added my Zigbee gateway (v3.4), but still can't add any sub-device. |
thanks, @darth-aragoth! I assume the covers are protocol <3.4. Unfortunately I don't have covers, so I'll take a look, but can't test so appreciate the logs. |
@darth-aragoth , I opened a PR which gets 3.4 devices working - I'd like to ask you to test it once @leeyuentuen pushes a new beta release as I don't have 3.4 gateways to check. |
Hi. I tested beta5 release, I still cannot control my covers. My covers are wifi devices.
I also checked my Zigbee gateway, I still can't add any sub-device, I tried to set DPS manually, sub-device was added but unavailable. BTW which key value of subdevice should I put? For every sub-device I have "devId", "key" (both 22-character strings, probably always the same), "nodeId" and "uuid" (both 16-character strings, mostly, but not always the same). I always try both values, but none works.
|
Thanks for checking @darth-aragoth! |
@darth-aragoth, can you test 3.7.0 beta8? |
I successfully added Zigbee Gateway and first temperature / humidity sensor :) Great work, I will try to add other Zigbee and Bluetooth devices, thank you! But there are still errors with covers:
|
Great! I don't believe the covers fix was pulled into 3.7.0 Are your covers 3.4 devices? |
No, my covers are 3.3 devices. |
@darth-aragoth I've just pulled a new beta version, could solve that is_connection problem |
Errors from beta9:
|
@darth-aragoth , you seem to be missing the DP assignment for set_position from the config |
Now I understand the problem. My cover controllers have only one DP with value 1, 2 or 3 (move up, move down, stop, I don't know in what order). In config I have time-based positioning mode and "1_2_3" command set - that works fine with rospogrigio's localtuya version. At the beginning, I had to measure time needed to full-close each cover. In config.yaml:
In SmartLife config:
|
@darth-aragoth, i'll let @leeyuentuen comment as he seems to have made some changes to the cover vs rospogrigio's repo. |
I created new issue with time-based cover controllers support here: #59 |
I tried to switch from rospogrigio's localtuya v3.5. After rebooting all devices are not available. In log there are errors about requesting unknown DPS indices:
I successfully added my Zigbee gateway, but I can't add any sub-device. Errors from log:
I previously tested v3.6.5, but there no was v3.4 protocol (required for my Zigbee gateway).
The text was updated successfully, but these errors were encountered: