Skip to content

Gamester17/pyconz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyconz

A python implementation of deCONZ serial protocol for communicating with Raspbee devices.

Current status

Library supports basic protocol features:

  • Getting network parameters
  • Receiving data messages (and decoding them if possible using zigpy)
  • In theory, sending data messages, but I can't really generate proper payload to test it yet.

Development

You will need python3 and some dependences:

 # of course, it's better to use virtualenv and/or packet manager
 pip install pyserial sliplib zigpy

There is a demo.py script that opens the connection and prints incoming data to stderr.

Pull requests are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%