As I’ve written about before I have a range of “smart home” devices that I’ve been gradually experimenting with. उनमें से कुछ को जोड़ने की सबसे बड़ी कुंठा में से एक यह है कि कई बल आप के माध्यम से "बादल" जो भी हाई स्पीड इंटरनेट के साथ कुछ कार्यों के लिए कई सेकंड के देरी हो सकती है जाने के लिए है ("ठीक है गूगल, मूक kodi ") उदाहरण के लिये. मैं मुक्त "घर सहायक" एक कोशिश देने का फैसला किया गया है. कुछ भी लिनक्स के साथ हमेशा की तरह आधारित, यह हो रही अप और बस चल सीधे आगे नहीं है. यहाँ है कैसे ...
प्रथम, download and install the latest version of python (v3.5 + की आवश्यकता है). For convenience choose the option to add python to the path on the first page of the installer
आगामी, download and install the “Microsoft Visual C++ Build Tools” from Microsoft
Next download the “home assistant” file from GitHub as a zip and unzip it into %USERPROFILE%
Open an administrative command prompt, switch to the folder where you extracted “home assistant” and type the following, giving each command time to complete.
pip3 SQLAlchemy स्थापित
pip3 netdisco स्थापित
pip3 वारंट स्थापित
pip3 homeassistant स्थापित
py ‑m homeassistant –open-ui
Everything seems to be ok except for the last command (py ‑m homeassistant ‑open-ui) I get a message “c:\users\Ken\AppData\Local programs\Python\Python-32\Python.exe: No module named homeassistant
I’m guessing I’m in the wrong directory or my path needs work.
Are you running that command whilst in the directory you extracted homeassistant to? I did write this 3 years ago so it may be that the module name has changed in the meantime but it is definitely worth checking you’re in the right location first.