xbee2mqtt icon indicating copy to clipboard operation
xbee2mqtt copied to clipboard

XBee library

Open Diaoul opened this issue 11 years ago • 4 comments

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

Diaoul avatar Jul 24 '13 10:07 Diaoul

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???

MYeager1967 avatar Jul 17 '18 00:07 MYeager1967

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

xoseperez avatar Jul 17 '18 12:07 xoseperez

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...

MYeager1967 avatar Jul 17 '18 13:07 MYeager1967

You can do two way communication with the RFM69 too.

xoseperez avatar Jul 18 '18 10:07 xoseperez