-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Silvercrest Doorbell not working proberly #125
Comments
Ha yes, this issue is not new. Can you try with the beta version ?
|
Do I've to readd the device in deconz first? |
No, I don't think if you can see it, for me it's fine
Arf not good, you don't see event log about websocket in domoticz logs ? Mean the device is perhaps not supported ATM. Ok bad luck, lot of lidl tuya device are broked ATM dresden-elektronik/deconz-rest-plugin#5702 |
Manufacturer is reported as LIDL Silvercrest, model is TS0211. |
Nope, you can use the tab in domoticz / custom / deconz / sensor to have the real manufacture name. But I think it s the _TZ1800_ladpngdx The PR is not validated, so if you realy want to use this device, you need to use an older deconz version, or can compile the code yourself. |
I think it's. |
He ? Honestly, first time I see this one .... I have just made a check, on google I nerver see at least one device with the manufacture name "LIDL Silvercrest" And if this "strange manufacture" name is not caused by API code, you will need more modification on code, but the problem is how to reconize the device, there is plenty device with model id "TS0211" and seriously I think it will be same for ""LIDL Silvercrest"" as manufacture name. I will ask to other devs if it's something normal for them. And if you want to compile the code, if you have a full OS with unix system I can give you the line to type. |
Thanks for the offer! |
The compilation is device dependend, so lot of chance it don't work if you compile it on a pi4 to use it on a pi 3. |
They are identical :) What do I need to do? Thanks again for your support! |
BTW: I I just realized that if you use |
But can just be battery update ? You have the procedure here https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Compiling-the-REST-plugin-for-device-specific-testing
If you have a small raspberry, it can freeze during compilation, my pi 3 do, so remove "-j2" It don't impact your zigbee database, but can use a lot the CPU (at least the first time, compilation will be faster after). and bad news you need too replace the json file And I think you will probalby need to re-include the remote too. If you realy have a new model (I still have no return about your manufacture name) all will be in place for a new corrective, so will be faster. You can too compile the file on a machine and copy the file libde_rest_plugin.so on the second one. The compilation change only this file, but will not work if you have a 6 month older deconz version. |
Thansk a lot! |
Good question. ATM PR on code are locked dresden-elektronik/deconz-rest-plugin#5733 Some PR are in waiting list since 4/5 months, so no way to be sure this one will be validated. |
Sorry for my late feedback. Due to an issue with my pi I had to do a complete resetup, now running docker. Since this isn't super urgend for me and I've spend now enough time with my pi ( :P ) I'll just wait and hope that it will be fixed soon. |
NP, and the PR is not yet validated. |
Hi, is it already foreseeable when the DDF will be implemented for this device? |
Ha yes, there is so much issue, so idk if all can be solved but yes can make a try. |
Hey, thanks! The device is the in this thread mentioned SILVERCREST Doorbell HG06668. I own it and could share the DDF selection. Should I post it here? |
So it's the _TZ1800_ladpngdx ? Sure, you can c/c the DDF here. |
Yes, it is. Here is the DDF. Can you do something with it? Unfortunately, it looses its json format while coping it here. If you like, you can download it here. https://cloud.weilba.ch/s/rcapBGRggmtJQcG { |
Ok so this one will be the easier, it s the other that have the broadcast issue. Can you try this DDF
Then if you go in deconz / help / debug view, with the flag "info" and "info_l2", you will see error when using it. So edit the button_maps.json file (in /usr/share/deCONZ/devices) and add
It will solve some error message but I think we still have one because of this part
I m waiting your confirmation to correct it, the better will be with editing code, but can be done using DDF too. |
Thanks, i can see now [INFO] - Button 1002 - TS0211, unicast to: 0x0000, endpoint: 0x01, cluster: IAS_ZONE (0x0500), action: Ring, payload: 010000640000, zclSeq: 9 in the debug view, if I press the bell button. Before I had [INFO] - No button handler for: TS0211, unicast to: 0x0000, endpoint: 0x01, cluster: IAS_ZONE (0x0500), command: STATUS_CHANGE (0x00), payload: 040000640000, zclSeq: 9 I'm using HA. I reloaded there the deconz integration, but a new ringing entity didn't appear yet. |
Its the first time you are using this device, or you already use it before the issue ? Because It seem we don't need more code. You can check in phoscon / help / Api information / events, I think you will see the "buttonevent" value updated in the device json. Now, how to use it in HA is another question, you don't have something called buttonevent ? (you will no see "ring" it s like a simple switch) |
I have tried to integrate this device before, but the bell button did not work then. Now it works and I also get an event id 1002. With this, it is possible for me to filter within HA and trigger an action. So this works now, thank you. Can it be that the adjustment to button_map alone was enough? |
Easy to check. If all is working, I will make a fast PR for it. And BTW , as they are using same code I will mix the 2 buttons map like that
|
So no issue on your side ? |
Sorry for my late answer. Yes, there are no issues so far. Thank you for your effort. |
PR merged officialy |
Hey there,
I've issues getting this device to work in Domoticz.
I can see the device, but no status change at all is transfered to Domoticz.
Tbh not sure if this is an issue of deconz or of the addin, but when I press the doorbell it lights up in deconz node overview.
Thanks!
Error I see in the log when pressing it:
`2022-02-17 16:45:10.019 Error: ConBee2: 'onMessage' failed 'TypeError':'int() argument must be a string, a bytes-like object or a number, not 'NoneType''.
2022-02-17 16:45:10.019 Error: ConBee2: Exception traceback:
2022-02-17 16:45:10.019 Error: ConBee2: ----> Line 938 in '/home/pi/domoticz/plugins/Domoticz-deCONZ/plugin.py', function onMessage
2022-02-17 16:45:10.019 Error: ConBee2: ----> Line 240 in '/home/pi/domoticz/plugins/Domoticz-deCONZ/plugin.py', function onMessage
2022-02-17 16:45:10.019 Error: ConBee2: ----> Line 786 in '/home/pi/domoticz/plugins/Domoticz-deCONZ/plugin.py', function WebSocketConnexion
2022-02-17 16:45:10.019 Error: ConBee2: ----> Line 700 in '/home/pi/domoticz/plugins/Domoticz-deCONZ/fonctions.py', function ButtonConvertion`
The text was updated successfully, but these errors were encountered: