-
Notifications
You must be signed in to change notification settings - Fork 502
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
LIDL SilverCrest Smart Radiator Thermostat #5349
Comments
Let me know if more info is required! |
Hallo, bei mir lassen sich diese thermostate auch nicht steuern ... |
+1 for adding support. |
It seem it use same command than the "Tuya_THD BTH-002 Thermostat". |
@Smanar I bet you'll get this question a lot: Edit: nvm. Found something https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Compiling-the-REST-plugin-for-device-specific-testing |
Yep sorry, you just need a linux machine with full OS (I can't help you for dockers), I will give you command to use. |
I'll try setting up an Ubuntu VM tomorrow and let you know when I'm ready to test. |
Sure, you just need to have deconz installed on the VM (using package method if possible, will be easier later). |
hallo, wie lange dauert das in der regel bis neue bzw unbekannte geräte in phoscon bzw deconz eingebunden werden oder ist es ehr unwahrscheinlich das diese lidl silver crest zigbee thermostate überhaupt eingebunden werden ? würde mich über eine antwort freuen, habe nämlich 10 stück hier rumligen und kann leider so nichts mit anfangen |
I tried to use the Lidl Silvercrest Radiator Thermostat with the deconz plugin in Home Assistant...I see the thermostat in deconz and Home Assistant but cannot change the temperature. I'm glad that you are working on a solution. I have an Ubuntu machine, so if I can help, please let me know. |
@Smanar |
Can you please keep it English? |
Ok so first try You have the procedure here https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Compiling-the-REST-plugin-for-device-specific-testing
The code make lot of thing, but still missing some feature like the "windows open", just tell me that is working or missing. tuya device can need 2 inclusions to work (without deleting it) |
Compiled without an error and Thermostat is controllable via HA but there is a lot of stuff that doesn't make sense to me. |
Yeah It seem this device have somes specials features, can set more temperature, for exemple eco temperature. When you use manualy a feature, it s possible to see in log the command to use to do same with code, but I will explain later. |
Hi, @synatis do you use a ZigBee Hub from Silvercrast or how did you manage to connect the device? I bought one today and cant find it in my Phoscon App... |
@passi1995 it won't show in phoscon. Only in the API. |
@Mimiix okay but I also cant see it there... |
Press the top button of the Thermostat until you see PAIr then go over to Phoscon App and add a new sensor. Should take no more than 1min until your "sensor is ready". After that you can see it in deCONZ like the first screenshot of this thread. |
Thank you @synatis! I didn't find pairing function. Got it in HA now but without any function. Let me know if I can help to integrate this device... |
"Preset" can't work, It s not used for TRV (but I think we will need it for this one, because of it s special features), It s only used for thermostat, not valve. And for auto, there is a problem I don't have HA, so idk how it work
I can't say if it s the device that switch itself to "auto" when receve a temperature, or if it s from HA. If you still are on the GUI, can you take a look in logs with "info" "info_l2" and trying the same procedure. |
Dp_identifier 0x10 = DP_IDENTIFIER_THERMOSTAT_HEATSETPOINT_3
This is just the confirmation from the device
0x02 is the mode and data = 0 mean "auto" On the logs with L2
You hare setting the mode 0x02 = "off"
Ok confirmation by websocket "mode" = "off"
Setting the set heat point to 0x1a = 26 degree.
But the heatsetpoint" is locked at 13.00 ..... Have updated the code to prnint more debug line, visible with "info", they will start by "Debug tuya 77", if you can update your code and restart the same procedure (can enable info and info_l2 in same time)
From your log it seem
Edit: Edit2: And when you set 26 degree, the value in the json is 13, because divided by 2.
|
Set mode to manual directly on the device and turned up the value from 13°C to 20°C
|
Lol, it s because I know well tuya stuff now
So it s that, we realy need to divide by 2.
So with new code it will work for "heat" and "auto", IDK yet for "off", but as it switch itself from "off" to "auto" it can work, perhaps not on the first seconds, but on next notification from device. Have too removed "preset" and "valve", but you need to restart or reinclude the device for the json be updated, so we will check that later.
|
Huuu, you have a temperature for "off" ? In my mind the mode "off" turn off the device, not setting a lower temperature. IDK what you want to do but
|
Hey, since there are some TRVs available via DDF now, maybe there is a chance to integrate this one. I am willing to help with logs and coding but I have very little experience with DDF so far. Maybe @Smanar can have a look at this again? |
Is anyone still working on implementing this TRV with DDF? |
The PR to support tuya TRV is not validated, so to use a DDF for this device, you need to be able to compile the code yourself ? |
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. |
This is still open. Waiting for #6054 so we have access to tuya TRV tools. |
+1 for keeping this alive |
@Smanar |
Nope, this device use the tuya cluster (for setpoint too), and the only way to change them using DDF is the PR in waiting list. |
Ok, thnx. |
Hi, can someone tell me the current state of the integration? Do you need someone to test the pending changes? I would like to support you getting this issue closed soon, or before heating session starts ;) best regards |
Hello, |
I just want to inform you that I bought those TRVs over a year ago and I am still waiting for them to work with deconz. I am quite disappointed about your communication about tuya TRV integration in general. There is a working PR in #6054 and you know it prevents a lot of other TRV integrations, but it became quiet for a few weeks now and it gets colder and colder outside. |
Just to make this clear, I do not complain about @Smanar's work here. I very much appreciate what you have contributed and all the tuya devices you have set up so far. |
It's really a shame. I also have these TRVs for one year now and couldn’t use them. Why is the PR still pending? |
Hi @markus274 , this issue is still waiting for #6054 as stated earlier. As i understand @Smanar in his last comment as soon as this pull request is merged a lot of device support packages can be merged and finally used. best regards |
A few weeks ago I had already taken the same step as @deafloo. Otherwise I have to thank Smanar for his work to get this and many other devices up and running. 👍 Thank you! |
Just in case someone else is wondering, the Conbee stick is perfectly useable with Zigbee2MQTT. I switched today as well and while the interface is not as user-friendly as Phoscon, Zigbee2MQTT not only supports the Lidl device (the first of which I just installed), it also seems faster and exposes more advanced setting better than the Deconz app. |
Why is this still not merged? |
Long story but it will be probably never merged as it. |
Besides stated by @Smanar read comments above to get further information (for example the mentioned pr in waiting list). |
I just saw my nearly forgotten TRVs in a drawer after two saisons with no usage. Is there any hope this device will be supported next season? |
IDK, can try with DDF
the problem is this device have more than 1 heatpoint value, and the code is only able to handle If you try the DDF can you give me the value you have, and the value you need to have for convertion value ? |
Is there some sort of how to? I wasn’t involved in developing or testing so far, so I have basically no experience, unfortunately. |
Depend of OS.
For HA https://forum.phoscon.de/t/how-to-add-edit-a-ddf-on-home-assistant-using-text-editor/1839 (need to use the |
Device
Screenshots
Endpoint and Node Info
Basic
Groups
Scenes
Thermostat
The text was updated successfully, but these errors were encountered: