Equidamoid / pyconz

GNU General Public License v3.0
13 stars 4 forks source link

Demo failure #2

Closed rapture216 closed 5 years ago

rapture216 commented 6 years ago

I'm trying to use this code to play with my IoT devices without deCONZ, but your demo script is failing. It looks like the zigpy v0.1.0 library is missing some commands/message types, but there's no other version available. Do you have an updated zigpy that you're using, or could you show me how you set up the 0x8031 response? (I've tried a few things, but each time either demo or zigpy complains about my format). -r

Equidamoid commented 6 years ago

Oh, indeed, I have patched zigpy. Will put it somewhere in coming days.

On 2 Aug 2018 16:06, "rapture216" notifications@github.com wrote:

I'm trying to use this code to play with my IoT devices without deCONZ, but your demo script is failing. It looks like the zigpy v0.1.0 library is missing some commands/message types, but there's no other version available. Do you have an updated zigpy that you're using, or could you show me how you set up the 0x8031 response? (I've tried a few things, but each time either demo or zigpy complains about my format). -r

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Equidamoid/pyconz/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AARLAGQCj8C-ploihQuN_0Msdpv7YtWWks5uMwdYgaJpZM4VsWvi .

rapture216 commented 6 years ago

Awesome, thank you.

Equidamoid commented 6 years ago

Oh, nice, they already implemented the missing feature. Will try to use it...

Equidamoid commented 6 years ago

Done, 140a788c9efdf28f68338d759785b64dca99d7d3, please pull and try again =)

Equidamoid commented 6 years ago

(closed accidentally)

rapture216 commented 6 years ago

Hey, hope you weren't waiting on me to close this. Sorry. Yes, that seems to have fixed the issue I was having with the demo.