Closed jaccoh closed 2 years ago
More clarification: it does show up in Apple Home but only as onoff. Not as dimmable.
The issue is that HomeKit outlets (which are used for Homey sockets) don't support dimming. Some alternative Home apps do support this, but the built-in Home app doesn't.
If you want this to work, I think you have to create a virtual "light" device (which does support both on/off and dimming).
Ok! I'll try that. I did see a virtual switch but not a light before.. but I'll google. It's out of scope here!
Homey's built-in virtual devices don't support lights, but you can use the Virtual Devices app.
Works! I kept the original light for on off and added a virtual for dimming.. together with a workflow and a level tag..
On 16 Feb 2022, at 16:35, Robert Klep @.***> wrote:
Homey's built-in virtual devices don't support lights, but you can use the Virtual Devices app.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.
You should be able to create a virtual light device that supports both capabilities, and (in the Homeykit settings) prevent the original device from being exposed to Home. That way, you should have a single device in Home that supports both on/off and dimming.
I know. I’ll try later .. maybe with tags and just one flow?
On 16 Feb 2022, at 16:55, Robert Klep @.***> wrote:
You should be able to create a virtual light device that supports both capabilities, and (in the Homeykit settings) prevent the original device from being exposed to Home. That way, you should have a single device in Home that supports both on/off and dimming.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.
Hey Robert
Can you add this to Homeykit? It's a AduroSmart Eria plug added as generic Zigbee device.
Class: socket Driver: homey:manager:vdevice — zigbeebasic Capability | Type | Value: onoff | boolean | true/false Capability | Type | Value: dim | number | 0 to 1 (eg 0.90 for 90%)
Would be very much appreciated as always :)