Hi Claus,
First of all, thank you for building the Liebherr SmartDevice app for Homey — it’s the best working integration available right now and I really appreciate your effort.
I’d like to share some detailed feedback based on my setup, hoping it helps improve the app further.
My devices:
- Wine cooler: Liebherr UWgbi 3682-107 2 (deviceType: WINE)
- Refrigerator: Liebherr IRBbi 4170-150 2 (deviceType: FRIDGE)
Issues with the wine cooler:
-
Wrong device type — The app currently treats the wine cooler as a fridge/freezer combination. The API returns deviceType: WINE, which should be used to identify it correctly.
-
Presentation light not supported — The API exposes a PresentationLightControl with values 0–5 (0 = off, 1–5 = brightness levels). This is not currently available as a capability in the app.
Full API response for the wine cooler (from /v1/devices/xx.xxx.xxx.x/controls):
[
{ "type": "PresentationLightControl", "name": "presentationlight", "value": 0, "max": 5 },
{ "type": "TemperatureControl", "name": "temperature", "zoneId": 0, "zonePosition": "top", "value": 6, "target": 6, "min": 5, "max": 20 },
{ "type": "TemperatureControl", "name": "temperature", "zoneId": 1, "zonePosition": "bottom", "value": 16, "target": 16, "min": 5, "max": 20 }
]
Full API response for the refrigerator (from /v1/devices/xx.xxx.xxx.x/controls):
[
{ "type": "HydroBreezeControl", "name": "hydrobreeze", "zoneId": 0, "currentMode": "OFF" },
{ "type": "ToggleControl", "name": "nightmode", "value": true },
{ "type": "ToggleControl", "name": "partymode", "value": false },
{ "type": "ToggleControl", "name": "supercool", "zoneId": 0, "zonePosition": "top", "value": false },
{ "type": "TemperatureControl", "name": "temperature", "zoneId": 0, "zonePosition": "top", "value": 6, "target": 6, "min": 3, "max": 9 }
]
Note: The refrigerator seems to work well already. The nightmode, partymode, supercool and temperature controls are all recognized correctly.
I’m happy to test any new versions or provide additional API data if that would help. If you’re open to it, I’d also be willing to contribute to the source code if you ever consider making it publicly available.
Thanks again for your work on this!
I looked for the source code on github, with intention to build / add to this, but could not find. When I can be of any help, pls let me know !
Best regards,
Peter Bouwsema