As I’ve written about before I have a range of “smart home” devices that I’ve been gradually experimenting with. তাদের মধ্যে কিছু লিঙ্ক সর্বশ্রেষ্ঠ বিরক্তির হল যে অনেক বল আপনি মাধ্যমে "মেঘ" যা এমনকি উচ্চ গতির ইন্টারনেট সঙ্গে কিছু কাজের জন্য একাধিক সেকেন্ডের বিলম্ব হতে পারে যেতে হয় ("Ok Google, নিঃশব্দ 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%
একটি প্রশাসনিক কমান্ড প্রম্পট খুলুন, 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? আমি এই লিখলাম 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.