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

Trigger Scene Button TOPGREENER #430

Open
ukiews opened this issue Dec 21, 2023 · 0 comments
Open

Trigger Scene Button TOPGREENER #430

ukiews opened this issue Dec 21, 2023 · 0 comments
Labels
newDevice Add support for a new device.

Comments

@ukiews
Copy link

ukiews commented Dec 21, 2023

I have the TOPGREENER scene controller.
https://a.co/d/31Wsz0n

I am able to control the on/off switch on it through the plugin.
But I am unable to figure out how to trigger the scene buttons.

For example, here are the parameters for the first button:

  {
    "code": "sense_0",
    "custom_name": "",
    "dp_id": 101,
    "time": 1703176920622,
    "value": "sense"
  },

The plugin debug upon bridge restart shows:

  {
    "code": "sense_0",
    "type": "Enum",
    "values": "{\"range\":[\"sense\"]}"
  },

If I add the custom Dp code:

"schema": [
{
"code": "101",
"type": "Enum",
"property": {
"range": [
"sense"
]
}
}
]

This does not work and the Home app does not show an addition switch.

So is there a way to detect the scene swith being pressed?

@ukiews ukiews added the newDevice Add support for a new device. label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
newDevice Add support for a new device.
Projects
None yet
Development

No branches or pull requests

1 participant