-
Notifications
You must be signed in to change notification settings - Fork 506
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
Problems pairing Philips Smart Button #2619
Comments
Probably 0x5EF7. The right circle is missing, meaning deCONZ hasn’t read the descriptors.
You need to hold the reset for like 10 seconds to reset the button fully. |
I tried 10 sec, 30sec, Holding it the full 3 mins while searching for switches. So this is basically the correct way to pair the button and it should work? |
Basically, yes. You are on v2.05.75, aren't you? Note that the button might not yet be supported by Phoscon. |
Phoscon, the old web app, and home automation plugins/integrations all use the REST API to communicate with deCONZ. After support for a new device has been added to the REST API plugin, the API clients might need to be updated to support that device as well. Especially for wireless switches, where the REST API doesn't expose what button events it could generate. You can manually make REST API calls through |
Ok thanks for clarification! According to #2077 you own a Smart Button too, does it appear in your Phoscon app? Listing the complete config with the REST API, I can see a lot Phoscon Clients 😄 , and three sensors. The first one("1") is a software daylight/nighttime sensor depending on my gps, right? The second("2") is cleary the dimmer switch, because it is called "Dimmschalter". But there is a third one. Perhaps that is already the button? |
Yes the second one is your dimmer (modelid RWL021) and the third one is your button (modelid ROM001). You might have reset it, after it was paired successfully, if it doesn’t react (if state.buttonevent doesn’t change). Simply reset and re-pair it in that case. You might need to restart your home automation system before it shows newly paired devices. |
Thank you very much :) I did need to repair, but now the state.buttonevent changes whenever I press the button. |
Sadly the issue is closed but it helped me a lot.
Thx! |
Well you need something like homeassistant to do sth other than turn on/off lamps with it |
thanks @thorus90, home assistant is running, can you please give me more infos or samples? thanks |
I am no expert at all, so I can only tell you what I did. I modified the automations.yaml
and configuration.yaml:
and |
Okay thanks for sharing the code! |
Hi,
I can't get to pair my Philips Smart Button.
What have I done(combinations of these):
I tried it multiple times, my Philips Dimmer Switch worked on the first time.
I'am starting deCONZ with the systemd service provided by the apt repository. I also tried to stop the service and start the GUI (with X-Forwarding):
I believe one of these three is the button.
According to #2077 there should be support for this button, right?
Thanks any help is appreciated
The text was updated successfully, but these errors were encountered: