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

XBee library #1

Open
Diaoul opened this issue Jul 24, 2013 · 4 comments
Open

XBee library #1

Diaoul opened this issue Jul 24, 2013 · 4 comments

Comments

@Diaoul
Copy link

Diaoul commented Jul 24, 2013

I was looking for XBee + MQTT and here I am :)
I'm currently using no protocol at all for my XBee sensors and I'm starting to think that maybe I should.
ZCL does that but is really complex.

I've developed my own XBee python library because the current one was too much binded to the Serial module and I wanted something modular, well documented and tested. I'd be glad if you could give me your impressions on it. Also, I wanted python3 compatibility.
https://github.com/Diaoul/hachi

@MYeager1967
Copy link

Is this for Python 2 or 3? I'm looking to convert an XBee network to a more robust protocol and MQTT is already in use on the platform I'm using. Is this still supported???

@xoseperez
Copy link
Owner

No, I moved my XBee WSN to RFM69 a while ago. Cheaper, more penetration and easier to use.

@MYeager1967
Copy link

Does it support two way communication as well? I have a few devices that I am controlling as well as collecting data from. I'm working to interface an older, homebrew system into Home Assistant...

@xoseperez
Copy link
Owner

You can do two way communication with the RFM69 too.

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

3 participants