Page 1 of 1

Feature request : Hue Tab rotary event

Posted: Monday 23 September 2024 7:55
by zicht
Hi,

I found this repo on github : https://github.com/dresden-elektronik/d ... est-plugin that works on HAS
Currently the hue tab buttons are allready supported, the rotary ring is not yet supported
In this repo the rotary api seems to be implemented as a separate device.
As with the Aurora, the Hue bridge exposes it as two sensors resources. A ZLLRelativeRotary for the dial:

{
"state": {
"rotaryevent": 2,
"expectedrotation": 90,
"expectedeventduration": 400,
"lastupdated": "2022-07-01T14:43:50"
},
I am hoping someone is able to port this to domoticz ? (This goes way to deep for my skills to be able to do it myself.)

Re: Feature request : Hue Tab rotary event

Posted: Monday 23 September 2024 10:49
by waltervl
The same repo also works on Domoticz with python plugin https://github.com/Smanar/Domoticz-deCONZ

In your case it is the issue if the Hue Hub you are using publishes the event to outside the hub..
As I don't have the Hue Hub I have no idea how to check this.