معرفی شرکت ها


Hector9000-0.1.0rc2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Fancy barbot with lots of needless features and ...of course... WiFi and a bunch of blinky LEDs
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Hector9000-0.1.0rc2
نام Hector9000
نسخه کتابخانه 0.1.0rc2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده DevTown
ایمیل نویسنده Hector@dev-town.de
آدرس صفحه اصلی https://github.com/H3c702/Hector9000
آدرس اینترنتی https://pypi.org/project/Hector9000/
مجوز -
Chat: [![Join the Chat at https://gitter.im/Hector9k/Hector9000](https://img.shields.io/gitter/room/Hector9k/Hector9000?style=plastic)](https://gitter.im/Hector9k/Hector9000?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | Branch | Status | | ------------- | ------------- | | Master | [![Build Status(Master)](https://travis-ci.com/H3c702/Hector9000.svg?branch=master&label=master)](https://travis-ci.com/H3c702/Hector9000/branches) | | Development | [![Build Status](https://travis-ci.com/H3c702/Hector9000.svg?branch=development)](https://travis-ci.com/H3c702/Hector9000/branches) | HECTOR 9000 ====================== Minimal Requirements --- - RaspberryPi 3 - Debian bases Linux (to use installscript) - Python 3.8 Prepare Raspberry --- Activate I2C: sudo raspi-config Here go to "Interfacing Options" and Activate/Enable I2C Install on RaspberryPi ---- First you have to clone the github repo of Hector git clone https://github.com/H3c702/Hector9000.git This repository doesn't contain a frontent. To get the original Hector9000 frontend see: https://github.com/H3c702/Hector9000WebUI To start the Hector software first move into the directory: cd Hector9000 Then run this command to setup all necessary tools: ./setup.sh Or run it with the option "-c" to preset the mqtt preconfigure for the WebUI ./setup.sh -c To start the software run: ./start.sh Add Drinks --- To add a new Drink you have to modify the `drinks.py` file and add a new item into the `drink_list` array formatted as followed: { "name": "NAME OF DRINK", "recipe": [ ("ingr", "INGREDIENT1", AMOUNT1), ("ingr", "INGREDIENT2", AMOUNT2) ] } All strings in `UPPERCASE` are placeholders, all lowercase strings have to be used literally in the definition. The `INGREDIENTx` names are not cleartext but are identifiers referencing into the `ingredients` list below in the same file. The `AMOUNTx` values are numerical values of the corresponding ingredient's amount in grams. At the moment there are only some ingredients but feel free to put in some new. You can add them in src/Hector/conf/database.py . Or you can use the WebUI when it is implemented. A future extension might allow multi-language UIs. Add Ingredients --- To edit the Ingredients that can be used you can edit the database.py or use the tool in the tools folder. python3 Hector9000/tools/Editingredients.py Assigning valves --- The available ingredients are also moved to the db and can initial be edited in the databas.py or over the WEB UI in the future. For the meantime you can use the script "SetValveIng.py". python3 Hector9000/tools/SetValveIng.py Development on non-Hector hardware : --- In the `HectorServer.py` you have to comment line : #from HectorHardware import HectorHardware as Hector and uncomment: from HectorSimulator import HectorSimulator as Hector ## Info If you have some ideas or a fix or something else to make Hector better, don't be afraid to send us a pullrequest ;-) --- Special thanks to <div> <a href="https://www.jetbrains.com/pycharm/"> <img alt="PyCharm" width="128" heigth="128" hspace="40" src="./images/PyCharm_logo.png"> </a> </div>


نیازمندی

مقدار نام
==1.0.3 Adafruit-GPIO
==1.0.1 Adafruit-PCA9685
>=1.1.5 Adafruit-PureIO
==1.3.0 atomicwrites
==6.0.0 adafruit-circuitpython-neopixel
==19.1.0 attrs
==0.0.0.post0 board
==2018.11.29 certifi
==3.0.4 chardet
==0.14 docutils
==2.8 idna
==7.0.0 more-itertools
==19.0 packaging
==1.6.1 paho-mqtt
==0.12.0 pluggy
==1.10.0 py
==2.7.4 Pygments
==2.4.0 pyparsing
==2.27.1 requests
==1.12.0 six
==1.26.5 urllib3
==0.1.7 wcwidth
==1.3 webcolors
==3.1.0 zipp
- pytest
- flake8
- autopep8
==0.7.0 RPi.GPIO
==3.5 spidev


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl Hector9000-0.1.0rc2:

    pip install Hector9000-0.1.0rc2.whl


نصب پکیج tar.gz Hector9000-0.1.0rc2:

    pip install Hector9000-0.1.0rc2.tar.gz