Feature request : Hue Tab rotary event
Posted: Monday 23 September 2024 7:55
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.
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.
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.)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"
},