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

Device commisioning #121

Open
ptorrent opened this issue Jun 8, 2023 · 3 comments
Open

Device commisioning #121

ptorrent opened this issue Jun 8, 2023 · 3 comments

Comments

@ptorrent
Copy link

ptorrent commented Jun 8, 2023

Hello !

There is an example for commisioning gears in sequence.py

Is it the same for Devices but with device methods ?

@sde1000
Copy link
Owner

sde1000 commented Jun 12, 2023

It should be, although I haven't had a chance to test it.

@ptorrent
Copy link
Author

ptorrent commented Oct 28, 2023

Hello there !

I'm desperately trying to address a short address to a device.

I just follow the sequence for gear and change call function to device :

  1. Terminate <Buffer 59 36 05 00 01 [c1 00 00] f3>
  2. Initialise <Buffer 59 36 05 00 81 [c1 01 00] 72>
  3. Randomise <Buffer 59 36 05 00 81 [c1 02 00] 71>
  4. Write H <Buffer 59 36 05 00 01 [c1 05 ff] 09>
  5. Write M <Buffer 59 36 05 00 01 [c1 06 ff] 0a>
  6. Write L <Buffer 59 36 05 00 01 [c1 07 ff] 0b>
  7. Compare : <Buffer 59 36 05 00 41 [c1 03 00] b0> and I never receive answer from that command.

Everytime I receive a valid ack from lunatone RS232 GW.

Do you see something wrong about those commands ?

Thanks a lot for your support

@ptorrent
Copy link
Author

By listening lunatone macro commissionning, I saw that the initialise must have value of 127. Now you sequence works for dali2 addressing.

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