-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
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??? |
No, I moved my XBee WSN to RFM69 a while ago. Cheaper, more penetration and easier to use. |
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... |
You can do two way communication with the RFM69 too. |
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
The text was updated successfully, but these errors were encountered: