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

documentation for tradfri sensors #36

Closed
h3ndrik opened this issue Jul 5, 2018 · 1 comment
Closed

documentation for tradfri sensors #36

h3ndrik opened this issue Jul 5, 2018 · 1 comment

Comments

@h3ndrik
Copy link
Contributor

h3ndrik commented Jul 5, 2018

how do i use the tradfri motion sensor and remotes?

can anybody help me figure this out or send a working configuration?
the bulbs work fine. i'm currently testing zha_new as custom component and i also ran the pip upgrade commands from issue #22

somewhere in the zha documentation i read you have to permit and then press the butten 5 times to join the device. here i was instructed to press 4 times, then permit and then long-press. but only former procedure gives me some results (device ... joined)

the motion sensor is discovered but doesn't do anything. it updates it's rssi values a few times and doesn't communicate at all after some time or a restart of home-assistant. status is "off" in any case.

also do i have to load a template ? and set type and config_report for the remote controllers? i have the remote with 5 buttons for on/off, brightness and color temp. i'm unsure wheather this is a dimmer or remote and if i have to set some variables, because at least the template for the dimmer is empty.

also: do i have to connect the remotes to a light bulb for them to send packets? or is it sufficient to pair them with the zigbee-stick?

thanks

@Yoda-x
Copy link
Owner

Yoda-x commented Jul 15, 2018

zha_new is not tested with the tradfri motion sensor. you need to develope the right template file.
the round 5 button remote is very tricky. it communicates with the bulbs over broadcasts. you can join it to the controller, but you will not see any events.
you need to pair a bulb to the remote and to zha_new. my code gets the multicast group from the bulb and then join the multicast group. from there you should see the remote button presses. the tradfri dimmer (disc) and remote are detected automatic.

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

No branches or pull requests

2 participants