You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.6KB

  1. Metadata-Version: 2.1
  2. Name: maxcul
  3. Version: 0.1.1
  4. Summary: Access with Python MAX! Devices over a CUL Stick
  5. Home-page: https://github.com/karlTGA/MaxCul-Python
  6. Author: Markus Ullmann, Karl Wolffgang
  7. Author-email: karlwolffgang@googlemail.com
  8. License: BSD License
  9. Platform: any
  10. Classifier: Programming Language :: Python
  11. Classifier: Development Status :: 4 - Beta
  12. Classifier: Natural Language :: English
  13. Classifier: Environment :: Console
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved :: BSD License
  16. Classifier: Operating System :: OS Independent
  17. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  18. Classifier: Topic :: Home Automation
  19. Provides-Extra: testing
  20. # About MaxCul for Python
  21. This Module is forked from this Project https://github.com/jokey2k/MoritzServer.
  22. It can communicate over a serial connection and a cul stick with MAX! Devices build by eQ-3 http://www.eq-3.de/produkte/max.html.
  23. The CUL (or CC1101 USB Lite) is a USB Stick, which sends and receive Packages in the 868Mhz frequency.
  24. The FHEM community developed a open firmeware for the stick and so the MAX! protocol ist only one of many protocols you can use with this stick.
  25. I build my own stick with this instruction: https://wiki.fhem.de/wiki/Selbstbau_CUL
  26. But you can buy it for example here: http://www.busware.de/tiki-index.php?page=CUL
  27. To install the dependecys use this command.
  28. ```
  29. python setup.py install
  30. ```
  31. After that you can start a test server with this command.
  32. ```
  33. python bin/moritz-server.py --cul-path /dev/ttyUSB0
  34. ```
  35. This open a small webserver with some tools to control your devices and see there states.