-
Notifications
You must be signed in to change notification settings - Fork 506
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
Wattle D Pro Multipunkt #5959
Comments
Hello. can try this DDF to make tries.
|
Thanks, will try it out. My previous danalock was just recognized as a light bulb and that work fine. Any chance that could be a temporary solution, until the door lock support is implemented? Anything i can do to help on the door lock support? |
Long time door lock are no more reconized as bulbs (even the code is already here for old device like the danalock) To be honnest it support probably config/lock (like for the version you have, as light bulb) but not state/open and state/lockstate (new features).
Yep sure, testing the DDF ^^. DDF is the future, I can make change on the core but only to help for DDF support. And other thing, The last Wattle Door Lock I have tested have issue, it works, but can leave the network after a time. And seem danalock can do same, investigation WIP https://forum.phoscon.de/t/danalock-v3-new-fw-0-20-0-losing-connection/1838 |
What do you mean by my third app? Is it home assistant you are referring to? |
Yep, for exemple. |
After adding the DDF to the devices folder, the "Add new sensor" wizard reacted by "New sensor ready", but the lock does not appear afterward in the list of sensors, in Phoscon. This is the result when pulling the /sensors API:
I think we are close, but I am not too familiar with the DDF declarations yet, so please advice on what is wrong and what should be corrected. |
It wont show in phoscon as they need to add support for it. |
Okay, and that is what is going on at issue #5870 ? |
Wich one deconz version are you using ? There is so much things missing.
Nothing special, just he don't have so much time for test, and I prefer waiting for all new feature will works before making a PR. |
I just quickly tested it with the deconz packaged with the hassio (home assistant) core add-on for deconz. It is version 2.14.1 |
@Smanar any thoughts ? |
Yep you need this PR #5906, so at least the version v2.15.1 |
I will build and test a version, of the HA deCONZ Add-on, with the 2.15.1-beta as soon as possible |
You don't need to build/recompile the library, the 2.15.1 is available, but not sure how to update it on HA. |
Yes, it was also for the HA plugin that I ment :) I any ETA on the 2.15.1 stable ? |
@jokerejoker Tell me if the DDF is working ? and by curiosity if your device don't leave the network itself ? |
Awesome! I will test it with in the next days. FYI - HA addon has been officially updated with the new version |
This appear to be the result from the API. Execution of lock/unlock command does not appear, lock state does not seam to come through and to be working and battery state is not available. This is properbly due to the DDF being configured wrong? Also the lock is not recognized correctly by the HA plugin, but is might not be you who need to take a look at that :) I will get back to about if the lock disconnects it self. How long would you expect for to do so ? |
Oups sorry m y bad, I m using bad endpoint on the DDF (you need the 0x01 and I m using "11"
You will need to delete the old one, because you will have new uniqueid.
The previous user that have the issue have a DC after somes days, but there is some improvement ATM for this issue on the Danalock one. |
As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs. |
As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again. |
When will this DDF be included in the official release ? |
@micv83 once we know it works :) |
Would love to test the DDF, but running the official deconz addon there is no easy way, as far as I know ? |
Hello, what is your OS, I think the " official deconz addon" mean HA ? https://forum.phoscon.de/t/how-to-add-edit-a-ddf-on-home-assistant-using-text-editor/1839 |
Sorry, yes it's HA :-) That is actually a pretty good guide. Managed to edit the DDF, so i'll try testing the device later today or tomorrow. |
Ok so let's try with the attribute 0x0021 Take care this new DDF will generate a new unique ID.
|
And it works or not ? Edit: BTW you have perhaps the previous sensor still in the database ? Why you have Doorlock 64 and doorlock 65 ? Can you replace
by
And if you still have nothing after 24h
|
I've tried changing to: { Still shows 0%, but will wait 24h. |
Okay, after pressing read again in Deconz so 0x0021 shows 199 again, battery status updates in HA to 100% :-) |
Any news @Smanar ? |
@micv83 Just to let you know: Smanar is on Holiday. I think he will be back in a few days. |
Okay, and in a few days i will be on holiday :-) |
Sorry, so all is working now with this DDF ? I can add it to this PR ? #6334
|
Only the batterystatus worked with the last changes. Did you make any changes to the lock part, in the latest DDF ? |
Oups my bad, sorry it s the new DDF (working on another device)
|
Have you tried to delete the device in HA and resynchronise it ? Can you share how look the device json ? you can see it in phoscon / help / API Information / sensor |
This is the device json. { Delete in HA made no difference. |
Haaaaa
You can use it manually to trigger a reaction or replace in the DDF
by
But why all values are null .... Perhaps the device need at least one action for first reporting .... |
Tried removing the batteries from the lock an insert again. Now the lock status is shown when unlocking directly on the lock. 😄 But Pushing lock or unlock in HA does nothing. |
I think here, you have new values now ? reachable is now true ? Can try too direclty with the API.
IP and PORT are the same you can see when using phoscon Edit: |
Reachable is still null: { |
Ok so new issue .... |
@micv83 and if you use
|
I’m on deconz version 2.17.1 I have 2.18.2 available, but don’t know if an update will wipe the custom ddf, I’m away at the moment so won’t be able to upload the ddf again. |
ok, I m asking some tips to other devs, I will give you a new DDF "last hope" soon. |
Ok so ebaauw have found the probleml, the DDF was made with the first one (from may), It was totally out. I m using state/reachable, and for sensor It's config/reachable, I m using the good one for the other working device #6334
|
Super! I’ll test it as soon as I have returned from holiday. 😊 |
State in now correcly displayed when locked/unlocked from the lock, but i'm still not able to lock/unlock from HA. But it shows reachable in API now. |
All seem fine, even the lastupdated have worked, except the state/open=null, perhaps a bind problem, canbe solved later by deconz. Can you try direclty with API
IP and PORT are the same used than phoscon The device work manualy ? The value of state/lockstate is updated ? BTW, I don't see "write" part in the DDF for config/lock .... If you are sure it's not working, replace
by (better)
or (last chance)
No need to re-include, can just edit the DDF and make a "hot relaod" or restar deconz. |
Tried the 2 changes, but then i was unable to even get the status from the lock, so went back to the DDF from before and got the status working again. Hope I wasn’t to impatient, as the lock sometimes takes a bit to update correctly after a deconz restart. If the changes should work, I can try them again. Don’t know how to extract the apikey from HA or deconz, to do the api call manually? |
IDK where to find it in HA.
And strange the DDF stop status return ... And no, don't worry, change are immediate, can use the "hot reload" in the menu, no need to re-include the device, nothing to reconfigure, just need deconz use the new DDF. I m comparing the DDF with a working one #6334 |
Sorry coming late too the game, I have HT-SLM-2 lock, how can I change the DDF so it works with my lock. I tried changing the name and model to match mine an tried to load the DDF but I get failed to open. |
Next here #8073 |
Device
Screenshots
Basic
Power Configuration
Identify
Groups
Scenes
Power Configuration
Door Lock
OTAU
The text was updated successfully, but these errors were encountered: