Skip to content
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

Philips Hue Tap Dial #368

Closed
senger1985 opened this issue Dec 14, 2022 · 9 comments
Closed

Philips Hue Tap Dial #368

senger1985 opened this issue Dec 14, 2022 · 9 comments

Comments

@senger1985
Copy link

The buttons of the Philips Hue Tap Dial work well and the values are also transmitted when pressed.
But with the ring, no value is transmitted.
Is it possible to transmit the values?

@Schmakus
Copy link
Contributor

Cannot be implemented without available hardware, since it is unknown which states and commands are transmitted. Can you please post a debug log. Explicitly the log entry which starts with "polling". Thanks

@senger1985
Copy link
Author

My request was so long ago that unfortunately I can't remember where I was able to see the rotation.
I would like to send you the device for testing purposes.

@senger1985
Copy link
Author

Oh, I found another issue I asked about the hue extended adapter. There is some more information there.
iobroker-community-adapters/ioBroker.hue-extended#276

@Schmakus
Copy link
Contributor

ok, it would be helpfull if you could post the debug logging oft the hue-adapter. The logging starts with Polled config:

@senger1985
Copy link
Author

Sure, but this are many of rows.
Could I sent you am E-Mail, with the logfile?

@Schmakus
Copy link
Contributor

no email. maybe dropbox or google drive link or here with code tags. It should be available for every contributor.

@senger1985
Copy link
Author

@Schmakus
Copy link
Contributor

I think, it's possible to integrate.

{
 "state":{
	"rotaryevent":2,
	"expectedrotation":75,
	"expectedeventduration":400,
	"lastupdated":"2023-05-24T11:57:35"
 },
 "swupdate":{
	"state":"noupdates",
	"lastinstall":"2022-11-13T22:17:45"
 },
 "config":{
	"on":true,
	"battery":100,
	"reachable":true,
	"pending":[
	   
	]
 },
 "name":"Hue tap dial switch",
 "type":"ZLLRelativeRotary",
 "modelid":"RDM002",
 "manufacturername":"Signify Netherlands B.V.",
 "productname":"Hue tap dial switch",
 "diversityid":"e5b68d4b-6249-436d-88c5-7e02ffabda37",
 "swversion":"2.59.25",
 "uniqueid":"00:17:88:01:0d:34:b9:2a-01-fc00-0014",
 "capabilities":{
	"certified":true,
	"primary":true,
	"inputs":[
	   {
		  "repeatintervals":[
			 400
		  ],
		  "events":[
			 {
				"rotaryevent":1,
				"eventtype":"start"
			 },
			 {
				"rotaryevent":2,
				"eventtype":"repeat"
			 }
		  ]
	   }
	]
 }
}

@senger1985
Copy link
Author

that would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants