Jump to content

Recommended Posts

В 31.12.2021 в 20:24, al12s сказал:

Заметил ошибку еще одну, не знаю появилась она после обновления или нет, но вроде раньше ее не замечал.

Аналогично PyTurboJpeg (`/opt/lib/python3.10/site-packages/` vs `/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/`)

НА, при запуске/установке интеграции, читает файлы (напр., /opt/lib/python3.10/site-packages/homeassistant/requirements.pyc ; /opt/lib/python3.10/site-packages/homeassistant/components/*/manifest.json) и проверяет зависимости. Если пакет с подходящей версией установлен (`opkg install ...` или `python -m pip install ...`), идёт дальше. Если пакет не установлен, или он не той версии, НА пытается установить его, включая зависимости (`/opt/var/lib/homeassistant/deps/`).

Link to comment
Share on other sites

Подскажите пожалуйста.

Обновил HA на последнюю версию выложенную здесь,Команды были следующие:

 

opkg update

/opt/etc/init.d/S99hass stop

opkg remove homeassistant

opkg list-upgradable

opkg upgrade

opkg install homeassistant

/opt/etc/init.d/S99hass start

 

в итоге:

~ # /opt/etc/init.d/S99hass status
 Checking hass...              dead. 
~ # hass -c /opt/var/lib/homeassistant --debug
Traceback (most recent call last):
  File "/opt/bin/hass", line 33, in <module>
    sys.exit(load_entry_point('homeassistant==2021.12.8', 'console_scripts', 'hass')())
  File "/opt/lib/python3.10/site-packages/homeassistant/__main__.py", line 281, in main
  File "/opt/lib/python3.10/site-packages/homeassistant/__main__.py", line 64, in get_arguments
  File "/opt/lib/python3.10/site-packages/homeassistant/config.py", line 19, in <module>
  File "/opt/lib/python3.10/site-packages/homeassistant/auth/__init__.py", line 11, in <module>
  File "/opt/lib/python3.10/site-packages/homeassistant/data_entry_flow.py", line 14, in <module>
  File "/opt/lib/python3.10/site-packages/homeassistant/core.py", line 24, in <module>
ModuleNotFoundError: No module named 'attr'
 

Куда рыть?

 

 

 

 

Link to comment
Share on other sites

TheBB, спасибо за обновление, всё обновилось нормально !

Уже давно наблюдаю такую картину. После перезагрузки HA нормально работает около двух суток, после чего возрастает загрузка процессора и всё начинает подтормаживать пока не перезагрузишь HA, и так по кругу. Думаю из за того, что оперативки маловато, т.к. у меня ещё z2m установлен. У кого-нибудь наблюдается похожая ситуация?

Снимок экрана 2022-01-05 091303.jpg

Снимок экрана 2022-01-09 125418.jpg

Edited by Олег Осипов
Link to comment
Share on other sites

Здравствуйте,Я тут первый раз,Установил HA по инструкции - все работает, но не смог разобраться с некоторыми ошибками в логах.

2022-01-11 09:53:16 ERROR (SyncWorker_4) [scapy.runtime] Cannot set filter: libpcap is not available. Cannot compile filter !
2022-01-11 09:53:16 ERROR (SyncWorker_4) [homeassistant.components.dhcp] Cannot watch for dhcp packets without a functional packet filter: libpcap is not available. Cannot compile filter !
2022-01-11 09:53:16 WARNING (MainThread) [pyroute2.netlink.rtnl.tcmsg.common] tcmsg: [Errno 2] No such file or directory: '/proc/net/psched'
2022-01-11 09:53:16 WARNING (MainThread) [pyroute2.netlink.rtnl.tcmsg.common] the tc subsystem functionality is limited
 

 

Что это за ошибки? Критичные? У меня может из - за этих ошибок не определятся автоматически устройства?

Link to comment
Share on other sites

В 11.05.2021 в 02:40, Reolin сказал:

Предыдущий пост не актуален, обновился в чистую на 2021.5.1 , теперь получаю

2021-05-11 01:37:35 ERROR (SyncWorker_5) [scapy.runtime] Cannot set filter: libpcap is not available. Cannot compile filter !
2021-05-11 01:37:37 ERROR (MainThread) [homeassistant.components.dhcp] Cannot watch for dhcp packets without a functional packet filter: libpcap is not available. Cannot compile filter !

libpcap установлен

Вот как раз такое же. Нашли способ решения?

Link to comment
Share on other sites

В 09.01.2022 в 09:05, Олег Осипов сказал:

Уже давно наблюдаю такую картину. После перезагрузки HA нормально работает около двух суток, после чего возрастает загрузка процессора и всё начинает подтормаживать пока не перезагрузишь HA, и так по кругу. Думаю из за того, что оперативки маловато, т.к. у меня ещё z2m установлен. У кого-нибудь наблюдается похожая ситуация?

Выждал ок. 4-х суток... нагрузка, в среднем, от 1 до 10 (с редкими всплесками до 90 - 98) (ZKU2) (swap сожрала суриката, м.б. ещё и pyload)

screen_2022-01-11_15:38:39_ha_htop.png

Link to comment
Share on other sites

В 11.01.2022 в 12:26, Dlob708 сказал:

Вот как раз такое же. Нашли способ решения?

Нашел способ- удалил затем заново установил HA

Запустилось- все работает. Нужную интеграцию не могу установить

Вот выскакивает ошибка. Помогите пожалуйста.

Logger: homeassistant.util.package
Source: util/package.py:100
First occurred: 13:26:21 (3 occurrences)
Last logged: 13:27:12

Unable to install package python-miio==0.5.9.2: ERROR: Cannot install python-miio==0.5.9.2 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available. You should consider upgrading via the '/opt/bin/python3 -m pip install --upgrade pip' command.

Link to comment
Share on other sites

Всем Добрые сутки!

Попытался установить сабж, но столкнулся с проблемой, что мне почему-то прилетел слишком новый Питон и HA просто выходит из-за несоответствия версий при проверке зависимостей. Не очень понимаю, как так могло произойти, буду очень благодарен за совет!

Скрытый текст

hass -c /opt/var/lib/homeassistant --debug
Traceback (most recent call last):
  File "/opt/lib/python3.10/site-packages/pkg_resources/__init__.py", line 573, in _build_master
    ws.require(__requires__)
  File "/opt/lib/python3.10/site-packages/pkg_resources/__init__.py", line 891, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/opt/lib/python3.10/site-packages/pkg_resources/__init__.py", line 782, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (pip 21.3.1 (/opt/lib/python3.10/site-packages), Requirement.parse('pip<=21.2.3,>=8.0.3'), {'homeassistant'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/bin/hass", line 33, in <module>
    sys.exit(load_entry_point('homeassistant==2021.12.9', 'console_scripts', 'hass')())
  File "/opt/lib/python3.10/site-packages/homeassistant/__main__.py", line 281, in main
  File "/opt/lib/python3.10/site-packages/homeassistant/__main__.py", line 64, in get_arguments
  File "/opt/lib/python3.10/site-packages/homeassistant/config.py", line 19, in <module>
  File "/opt/lib/python3.10/site-packages/homeassistant/auth/__init__.py", line 18, in <module>
  File "/opt/lib/python3.10/site-packages/homeassistant/auth/mfa_modules/__init__.py", line 12, in <module>
  File "/opt/lib/python3.10/site-packages/homeassistant/requirements.py", line 14, in <module>
  File "/opt/lib/python3.10/site-packages/homeassistant/util/package.py", line 13, in <module>
  File "/opt/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3267, in <module>
    def _initialize_master_working_set():
  File "/opt/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3241, in _call_aside
    f(*args, **kwargs)
  File "/opt/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3279, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/opt/lib/python3.10/site-packages/pkg_resources/__init__.py", line 575, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/opt/lib/python3.10/site-packages/pkg_resources/__init__.py", line 588, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/opt/lib/python3.10/site-packages/pkg_resources/__init__.py", line 777, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pip<=21.2.3,>=8.0.3' distribution was not found and is required by homeassistant

 

 

Link to comment
Share on other sites

11 час назад, SenatoR сказал:

Попытался установить сабж, но столкнулся с проблемой, что мне почему-то прилетел слишком новый Питон и HA просто выходит из-за несоответствия версий при проверке зависимостей.

не python, а pip (в оригинале он должен быть младше 20.3)

11 час назад, SenatoR сказал:

Не очень понимаю, как так могло произойти

так обновили же (`python3 -m pip install --upgrade pip`), вот оно и вышло боком

11 час назад, SenatoR сказал:

буду очень благодарен за совет!

уже было - переустановить "pip" необходимой версии, напр., `python3 -m pip install pip==21.2.3`

Link to comment
Share on other sites

Благодарю вас за ответ! Вчера так "зудело" поставить HA, что посмотрел, как понизить версию руками и понизил. Хотел отписаться на форуме, но не успел. Вы совершенно правы! Еще раз спасибо!

Уже собирался писать вам, что не заработало, но просто я не учитываю реальность в плане CPU. Все очень долго. Также пришлось руками добавить "opkg install python3-pyturbojpeg".

Еще в настройках видел ошибку "ERROR: Cannot set filter: libpcap is not available. Cannot compile filter !" и установил на всякий случай "opkg install libpcap".

Веб-морда завелась, подключаю интеграции, мир IOT для меня заново открылся, спасибо вам большое!

 

Link to comment
Share on other sites

Не могу поставить интеграцию Xiaomi Miio. Смотрел лог. Сначала были жалобы (ошибки) на некоторые пакеты, ffmpeg, pyyaml требовался именно версии 6, доустановил python-miio. Ошибок в логе больше нет. Но и интеграция не ставится, просто написано, что "Не удалось загрузить мастер настройки". Я могу привести лог, там только Предупреждения, причем даже новых не появляется при попытке поставить интеграцию.

Буду благодарен за любые советы!

Link to comment
Share on other sites

Не могу поставить интеграцию Xiaomi Miio. Смотрел лог. Сначала были жалобы (ошибки) на некоторые пакеты, ffmpeg, pyyaml требовался именно версии 6, доустановил python-miio. Ошибок в логе больше нет. Но и интеграция не ставится, просто написано, что "Не удалось загрузить мастер настройки". Я могу привести лог, там только Предупреждения, причем даже новых не появляется при попытке поставить интеграцию.

Буду благодарен за любые советы!

Почитал ветку, понял суть проблемы. К сожалению, пропал патченный пакет с другими зависимостями. Буду благодарен, если вернете! Попробую установить!

Link to comment
Share on other sites

Ну, что ж, сами напросились...

"Будет тебе там и ванна, будет и кофа, будет и какава с чаем." (х/ф "Бриллиантовая рука")

homeassistant - added google*, grpcio, pandas, websokets

homeassistant-cli не обновляли, в отличии от homeassistant, потому он стал полурабочий (все жалобы сюда)

homekit - метапак для одноименной интеграции (привет PyTurboJPEG)

python3-cryptography bump to 36.0.0 (as is)

"Поехали!" (Ю.А. Гагарин)

...

at soon done

Edited by TheBB
Link to comment
Share on other sites

Здравствуйте. Подскажите, есть актуальная инструкция по установке?

У меня Peak, я так понимаю для него еще нет пакета в репе http://bin.entware.net/aarch64-k3.10/ ?! 

~ # opkg search homeassistant
~ #

~ # opkg install homeassistant
Unknown package 'homeassistant'.
Collected errors:
 * opkg_install_cmd: Cannot install package homeassistant.


Или я должен поставить по какой-то другой ссылке? Заранее спасибо. Извиняюсь, если где-то не заметил ответа ранее

~ # echo "src/gz ha http://bin.entware.net/mipselsf-k3.4/test/HA" >> /opt/etc/opkg.conf
~ # opkg update
Downloading http://bin.entware.net/aarch64-k3.10/Packages.gz
Updated list of available packages in /opt/var/opkg-lists/entware
Downloading http://bin.entware.net/aarch64-k3.10/keenetic/Packages.gz
Updated list of available packages in /opt/var/opkg-lists/keendev
Downloading http://bin.entware.net/mipselsf-k3.4/test/HA/Packages.gz
Updated list of available packages in /opt/var/opkg-lists/ha
~ # opkg install homeassistant
Package homeassistant version 2021.12.9-2 has no valid architecture, ignoring.
Package homeassistant version 2021.12.9-2 has no valid architecture, ignoring.
Package homeassistant version 2021.12.9-2 has no valid architecture, ignoring.
Package homeassistant version 2021.12.9-2 has no valid architecture, ignoring.
Unknown package 'homeassistant'.
Collected errors:
 * opkg_install_cmd: Cannot install package homeassistant.

 

Edited by previewthenew
Link to comment
Share on other sites

Правда осталась проблема с установкой модуля PyNaCl==1.4.0'

 

Spoiler

2022-01-15 22:39:38 ERROR (SyncWorker_3) [homeassistant.util.package] Unable to install package PyNaCl==1.4.0: ERROR: Command errored out with exit status 1:
     command: /opt/bin/python3 /opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /opt/tmp/tmpp_7worrw
         cwd: /opt/tmp/pip-install-7h74s0vn/pynacl_a83329435b6d497e830d928c0652b7c9
    Complete output (36 lines):
    Traceback (most recent call last):
      File "/opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 349, in <module>
        main()
      File "/opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 331, in main
        json_out['return_val'] = hook(**hook_input['kwargs'])
      File "/opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 151, in prepare_metadata_for_build_wheel
        return hook(metadata_directory, config_settings)
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 174, in prepare_metadata_for_build_wheel
        self.run_setup()
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 158, in run_setup
        exec(compile(code, __file__, 'exec'), locals())
      File "setup.py", line 216, in <module>
        setup(
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/setuptools/__init__.py", line 155, in setup
        return distutils.core.setup(**attrs)
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 109, in setup
        _setup_distribution = dist = klass(attrs)
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 459, in __init__
        _Distribution.__init__(
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 293, in __init__
        self.finalize_options()
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 837, in finalize_options
        ep(self)
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 858, in _finalize_setup_keywords
        ep.load()(self, ep.name, value)
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/cffi/setuptools_ext.py", line 219, in cffi_modules
        add_cffi_module(dist, cffi_module)
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/cffi/setuptools_ext.py", line 49, in add_cffi_module
        execfile(build_file_name, mod_vars)
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/cffi/setuptools_ext.py", line 25, in execfile
        exec(code, glob, glob)
      File "src/bindings/build.py", line 36, in <module>
        ffi = FFI()
      File "/opt/tmp/pip-build-env-0sk9yr6u/overlay/lib/python3.10/site-packages/cffi/api.py", line 48, in __init__
        import _cffi_backend as backend
    ModuleNotFoundError: No module named '_cffi_backend'
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/cf/5a/25aeb636baeceab15c8e57e66b8aa930c011ec1c035f284170cacb05025e/PyNaCl-1.4.0.tar.gz#sha256=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505 (from https://pypi.org/simple/pynacl/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: /opt/bin/python3 /opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /opt/tmp/tmpp_7worrw Check the logs for full command output.
ERROR: Cannot install PyNaCl==1.4.0 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the '/opt/bin/python3 -m pip install --upgrade pip' command.
2022-01-15 22:40:31 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package PyNaCl==1.4.0: ERROR: Command errored out with exit status 1:
     command: /opt/bin/python3 /opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /opt/tmp/tmpei11f4s8
         cwd: /opt/tmp/pip-install-aln5rjbj/pynacl_a82a26df1bce40acb38907933c7d495d
    Complete output (36 lines):
    Traceback (most recent call last):
      File "/opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 349, in <module>
        main()
      File "/opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 331, in main
        json_out['return_val'] = hook(**hook_input['kwargs'])
      File "/opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 151, in prepare_metadata_for_build_wheel
        return hook(metadata_directory, config_settings)
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 174, in prepare_metadata_for_build_wheel
        self.run_setup()
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 158, in run_setup
        exec(compile(code, __file__, 'exec'), locals())
      File "setup.py", line 216, in <module>
        setup(
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/setuptools/__init__.py", line 155, in setup
        return distutils.core.setup(**attrs)
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 109, in setup
        _setup_distribution = dist = klass(attrs)
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 459, in __init__
        _Distribution.__init__(
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 293, in __init__
        self.finalize_options()
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 837, in finalize_options
        ep(self)
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 858, in _finalize_setup_keywords
        ep.load()(self, ep.name, value)
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/cffi/setuptools_ext.py", line 219, in cffi_modules
        add_cffi_module(dist, cffi_module)
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/cffi/setuptools_ext.py", line 49, in add_cffi_module
        execfile(build_file_name, mod_vars)
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/cffi/setuptools_ext.py", line 25, in execfile
        exec(code, glob, glob)
      File "src/bindings/build.py", line 36, in <module>
        ffi = FFI()
      File "/opt/tmp/pip-build-env-7xbys8jc/overlay/lib/python3.10/site-packages/cffi/api.py", line 48, in __init__
        import _cffi_backend as backend
    ModuleNotFoundError: No module named '_cffi_backend'
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/cf/5a/25aeb636baeceab15c8e57e66b8aa930c011ec1c035f284170cacb05025e/PyNaCl-1.4.0.tar.gz#sha256=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505 (from https://pypi.org/simple/pynacl/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: /opt/bin/python3 /opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /opt/tmp/tmpei11f4s8 Check the logs for full command output.
ERROR: Cannot install PyNaCl==1.4.0 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the '/opt/bin/python3 -m pip install --upgrade pip' command.
2022-01-15 22:41:11 ERROR (SyncWorker_0) [homeassistant.util.package] Unable to install package PyNaCl==1.4.0: ERROR: Command errored out with exit status 1:
     command: /opt/bin/python3 /opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /opt/tmp/tmpfasc06rz
         cwd: /opt/tmp/pip-install-qp0et389/pynacl_038c88f4f39940e1bbec7f3afe8a21d3
    Complete output (36 lines):
    Traceback (most recent call last):
      File "/opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 349, in <module>
        main()
      File "/opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 331, in main
        json_out['return_val'] = hook(**hook_input['kwargs'])
      File "/opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 151, in prepare_metadata_for_build_wheel
        return hook(metadata_directory, config_settings)
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 174, in prepare_metadata_for_build_wheel
        self.run_setup()
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 158, in run_setup
        exec(compile(code, __file__, 'exec'), locals())
      File "setup.py", line 216, in <module>
        setup(
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/setuptools/__init__.py", line 155, in setup
        return distutils.core.setup(**attrs)
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 109, in setup
        _setup_distribution = dist = klass(attrs)
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 459, in __init__
        _Distribution.__init__(
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 293, in __init__
        self.finalize_options()
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 837, in finalize_options
        ep(self)
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 858, in _finalize_setup_keywords
        ep.load()(self, ep.name, value)
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/cffi/setuptools_ext.py", line 219, in cffi_modules
        add_cffi_module(dist, cffi_module)
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/cffi/setuptools_ext.py", line 49, in add_cffi_module
        execfile(build_file_name, mod_vars)
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/cffi/setuptools_ext.py", line 25, in execfile
        exec(code, glob, glob)
      File "src/bindings/build.py", line 36, in <module>
        ffi = FFI()
      File "/opt/tmp/pip-build-env-cmbj3u37/overlay/lib/python3.10/site-packages/cffi/api.py", line 48, in __init__
        import _cffi_backend as backend
    ModuleNotFoundError: No module named '_cffi_backend'
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/cf/5a/25aeb636baeceab15c8e57e66b8aa930c011ec1c035f284170cacb05025e/PyNaCl-1.4.0.tar.gz#sha256=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505 (from https://pypi.org/simple/pynacl/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: /opt/bin/python3 /opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /opt/tmp/tmpfasc06rz Check the logs for full command output.
ERROR: Cannot install PyNaCl==1.4.0 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the '/opt/bin/python3 -m pip install --upgrade pip' command.
2022-01-15 22:41:11 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Requirements for mobile_app not found: ['PyNaCl==1.4.0'].

Edited by previewthenew
Link to comment
Share on other sites

Для Peak делал вот так

echo "src/gz ha http://bin.entware.net/aarch64-k3.10/test/HA/" >> /opt/etc/opkg.conf
opkg update
opkg install homeassistant
/opt/etc/init.d/S99hass start

 

1 час назад, Dlob708 сказал:

Опишите пожалуйста, как поставили с нуля)  Я не разобрался))

 

Edited by previewthenew
Link to comment
Share on other sites

20 минут назад, previewthenew сказал:

Правда осталась проблема с установкой модуля PyNaCl==1.4.0'

Какого модуля? Пакет этой версии (см. Makefile) есть и собран (см. `opkg info python3-pynacl`)

Link to comment
Share on other sites

1 час назад, TheBB сказал:

Какого модуля? Пакет этой версии (см. Makefile) есть и собран (см. `opkg info python3-pynacl`)

В спойлере подробности ошибки. Пакет установлен, но в HA все равно ошибки

Edited by previewthenew
Link to comment
Share on other sites

46 минут назад, previewthenew сказал:

В спойлере подробности ошибки. Пакет установлен, но в HA все равно ошибки

~ # opkg list-installed | grep -E '^(pyt|home)'
~ # 
~ # opkg install homeassistant homekit
Installing homeassistant (2021.12.9-2) to root...
Downloading http://bin.entware.net/aarch64-k3.10/test/HA/homeassistant_2021.12.9-2_aarch64-3.10.ipk
...
Configuring python3-ha-ffmpeg.
Configuring homekit.

	 *** Please install homeassistant package manually ***

~ # 
~ # /opt/etc/init.d/S99hass start
 Starting hass...              done. 
~ # 
~ # cat /opt/var/lib/homeassistant/home-assistant.log
~ # 
~ # cat /opt/var/lib/homeassistant/home-assistant.log.1
2022-01-16 01:29:16 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //opt/var/lib/homeassistant/home-assistant_v2.db was shutdown cleanly
~ # 
~ # cat /opt/var/lib/homeassistant/home-assistant.log.fault 
~ # 

 

Link to comment
Share on other sites

12 минуты назад, TheBB сказал:
~ # 
~ # cat /opt/var/lib/homeassistant/home-assistant.log
~ # 

 

Я рад, что у вас все работает :-)

У меня вот так

cat /opt/var/lib/homeassistant/home-assistant.log

2022-01-16 01:48:08 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration yandex_station which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-16 01:48:08 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-16 01:48:11 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Unable to import component: cannot import name 'Mapping' from 'collections' (/opt/lib/python3.10/collections/__init__.pyc)
2022-01-16 01:48:15 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component: cannot import name 'Mapping' from 'collections' (/opt/lib/python3.10/collections/__init__.pyc)
2022-01-16 01:48:16 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: cloud, mobile_app
2022-01-16 01:48:16 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.

 

Edited by previewthenew
Link to comment
Share on other sites

15 часов назад, previewthenew сказал:

У меня вот так

Пытать я никого не буду, не хотите говорить - не надо...

Вот Вам cloud

screen_2022-01-16_16:51:47_ha_cloud.png

Вот Вам mobile_app

screen_2022-01-16_16:53:11_ha_mob_app.png

Вот Вам журналscreen_2022-01-16_16:54:27_ha_log.png

 

Link to comment
Share on other sites

17 часов назад, TheBB сказал:

Пытать я никого не буду, не хотите говорить - не надо...

 

Спасибо, я с радостью, но просто не понял какие логи еще нужны. Попробую еще раз. 

# cat /opt/etc/opkg.conf
src/gz entware http://bin.entware.net/aarch64-k3.10
src/gz keendev http://bin.entware.net/aarch64-k3.10/keenetic
dest root /
lists_dir ext /opt/var/opkg-lists
arch all 100
arch aarch64-3.10 150
arch aarch64-3.10_kn 200
src/gz ha http://bin.entware.net/aarch64-k3.10/test/HA/

# opkg list-installed | grep -E '^(pyt|home)' 👇

Скрытый текст
homeassistant - 2021.12.9-2
homekit - 0.0.1-6
python-pip-conf - 0.1-1
python3 - 3.10.0-1
python3-acme - 1.22.0-1
python3-aiodiscover - 1.4.5-2
python3-aiohomekit - 0.6.4-1
python3-aiohttp - 3.8.1-1
python3-aiohttp-cors - 0.7.0-2
python3-aiosignal - 1.2.0-1
python3-anyio - 3.4.0-1
python3-astral - 2.2-1
python3-async-timeout - 4.0.0-1
python3-async-upnp-client - 0.23.1-1
python3-asyncio - 3.10.0-1
python3-atomicwrites - 1.4.0-1
python3-attrs - 21.2.0-1
python3-awesomeversion - 21.11.0-1
python3-base - 3.10.0-1
python3-base36 - 0.1.1-2
python3-bcrypt - 3.1.7-4
python3-boto3 - 1.16.3-1
python3-botocore - 1.19.3-1a
python3-btlewrap - 0.1.0-1
python3-cachetools - 3.1.1-2
python3-certifi - 2021.10.8-1
python3-cffi - 1.15.0-1
python3-cgi - 3.10.0-1
python3-cgitb - 3.10.0-1
python3-chardet - 4.0.0-1
python3-charset-normalizer - 2.0.4-2
python3-ciso8601 - 2.2.0-1
python3-click - 8.0.3-1
python3-codecs - 3.10.0-1
python3-commentjson - 0.9.0-2
python3-contextvars - 2.4-2
python3-coverage - 6.2-1
python3-cryptodome - 3.9.7-3
python3-cryptography - 36.0.0-1
python3-ctypes - 3.10.0-1
python3-dateutil - 2.8.2-1a
python3-dbm - 3.10.0-1
python3-decimal - 3.10.0-1
python3-defusedxml - 0.7.1-1
python3-dev - 3.10.0-1
python3-didl-lite - 1.3.2-1
python3-distutils - 3.10.0-1
python3-dns - 2.1.0-1
python3-docutils - 0.14-2b
python3-ecdsa - 0.16.0-2
python3-email - 3.10.0-1
python3-emoji - 1.5.0-2
python3-envs - 1.3-3
python3-fnvhash - 0.1.0-2
python3-frozenlist - 1.2.0-1
python3-google-api-core - 1.31.2-1
python3-google-auth - 2.3.3-1
python3-google-cloud-pubsub - 2.1.0-1
python3-googleapis-common-protos - 1.54.0-1
python3-greenlet - 1.1.2-1
python3-grpc-google-iam-v1 - 0.12.3-1
python3-grpcio - 1.43.0-1
python3-grpcio-tools - 1.43.0-1
python3-gtts - 2.2.3-2
python3-h11 - 0.12.0-2
python3-ha-ffmpeg - 3.0.2-3
python3-hass-nabucasa - 0.51.0-2
python3-home-assistant-frontend - 20211229.1-1
python3-httpcore - 0.14.0-1
python3-httplib2 - 0.19.0-3
python3-httpx - 0.21.0-1
python3-idna - 3.3-1
python3-ifaddr - 0.1.7-1
python3-immutables - 0.14-2
python3-jinja2 - 3.0.3-1
python3-jmespath - 0.9.3-2a
python3-jose - 3.2.0-3
python3-josepy - 1.9.0-1
python3-lark-parser - 0.7.8-2
python3-lib2to3 - 3.10.0-1
python3-libcst - 0.3.23-1
python3-light - 3.10.0-1
python3-logging - 3.10.0-1
python3-lzma - 3.10.0-1
python3-markupsafe - 2.0.1-1
python3-multidict - 4.5.2-2
python3-multiprocessing - 3.10.0-1
python3-mutagen - 1.45.1-2
python3-mypy-extensions - 0.4.3-1
python3-ncurses - 3.10.0-1
python3-numpy - 1.21.4-1
python3-openssl - 3.10.0-1
python3-packaging - 20.9-1
python3-paho-mqtt - 1.6.1-1
python3-pandas - 1.3.0-1
python3-pillow - 8.4.0-1
python3-pip - 21.2.3-1
python3-pkg-resources - 57.4.0-1
python3-ply - 3.11-2
python3-proto-plus - 1.19.8-1
python3-protobuf - 3.19.3-1
python3-psutil - 5.8.0-1a
python3-pyasn1 - 0.4.8-2
python3-pyasn1-modules - 0.2.8-2
python3-pycognito - 2022.1.0-1
python3-pycparser - 2.21-1
python3-pydoc - 3.10.0-1
python3-pyhap - 4.3.0-2
python3-pyjwt - 2.2.0-1
python3-pymetno - 0.9.0-1
python3-pynacl - 1.4.0-6
python3-pyopenssl - 21.0.0-1
python3-pyotp - 2.6.0-1
python3-pyparsing - 2.4.7-2
python3-pypng - 0.0.20-2
python3-pyqrcode - 1.2.1-2
python3-pyrfc3339 - 1.1-2
python3-pyroute2 - 0.5.18-1
python3-pyserial - 3.5-1
python3-pyturbojpeg - 1.6.3-1
python3-pytz - 2021.3-1
python3-pyudev - 0.22.0-2
python3-readline - 3.10.0-1
python3-regex - 2021.11.10-1
python3-requests - 2.26.0-1a
python3-requests-toolbelt - 0.9.1-2
python3-requires - 0.4.1-2
python3-rfc3986 - 1.4.0-2
python3-rsa - 4.6-1
python3-s3transfer - 0.3.3-1
python3-setuptools - 57.4.0-1
python3-six - 1.16.0-1
python3-slugify - 4.0.1-1
python3-sniffio - 1.2.0-2
python3-snitun - 0.30.0-2
python3-sqlalchemy - 1.4.27-1
python3-sqlite3 - 3.10.0-1
python3-terminaltables - 3.1.0-2
python3-text-unidecode - 1.3-2
python3-typing-extensions - 3.10.0.0-1
python3-typing-inspect - 0.7.1-1
python3-unittest - 3.10.0-1
python3-urllib - 3.10.0-1
python3-urllib3 - 1.26.5-1
python3-uuid - 3.10.0-1
python3-voluptuous - 0.12.2-1
python3-voluptuous-serialize - 2.5.0-1
python3-websocket-client - 1.2.1-1
python3-websockets - 10.1-1
python3-xml - 3.10.0-1
python3-xmltodict - 0.12.0-2
python3-yaml - 6.0-1
python3-yarl - 1.6.3-1
python3-zeroconf - 0.38.1-1
/opt/var/lib/homeassistant #

 

 

 

# opkg install homeassistant homekit
Package homeassistant (2021.12.9-2) installed in root is up to date.
Package homekit (0.0.1-6) installed in root is up to date.

 

 

 

# cat /opt/var/lib/homeassistant/configuration.yaml

default_config:

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

homeassistant:
  packages: !include_dir_named conf

tradfri:
  host: 192.168.1.41

 

# cat /opt/var/lib/homeassistant/home-assistant.log 👇

Скрытый текст
2022-01-16 01:48:08 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration yandex_station which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-16 01:48:08 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-16 01:48:11 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Unable to import component: cannot import name 'Mapping' from 'collections' (/opt/lib/python3.10/collections/__init__.pyc)
2022-01-16 01:48:15 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component: cannot import name 'Mapping' from 'collections' (/opt/lib/python3.10/collections/__init__.pyc)
2022-01-16 01:48:16 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: cloud, mobile_app
2022-01-16 01:48:16 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.

 

 

# cat /opt/var/lib/homeassistant/home-assistant.log.1 👇
 

Скрытый текст
2022-01-16 01:27:38 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration yandex_station which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-16 01:27:38 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-16 01:27:42 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Unable to import component: cannot import name 'Mapping' from 'collections' (/opt/lib/python3.10/collections/__init__.pyc)
2022-01-16 01:27:47 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component: cannot import name 'Mapping' from 'collections' (/opt/lib/python3.10/collections/__init__.pyc)
2022-01-16 01:27:48 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: cloud, mobile_app
2022-01-16 01:27:48 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.

 

 

 

# cat /opt/var/lib/homeassistant/home-assistant.log.fault
#

 

# pip list 👇

Скрытый текст

Package                  Version
------------------------ ----------
acme                     1.22.0
aiocoap                  0.4.3
aiodiscover              1.4.5
aiohomekit               0.6.4
aiohttp                  3.8.1
aiohttp-cors             0.7.0
aiohue                   3.0.11
aiosignal                1.2.0
android-backup           0.2.0
anyio                    3.5.0
appdirs                  1.4.4
astral                   2.2
async-timeout            4.0.0
async-upnp-client        0.23.1
asyncio-throttle         1.0.2
atomicwrites             1.4.0
attrs                    21.2.0
awesomeversion           21.11.0
base36                   0.1.1
bcrypt                   3.1.7
boto3                    1.20.37
botocore                 1.23.37
btlewrap                 0.1.0
cachetools               3.1.1
certifi                  2021.10.8
cffi                     1.15.0
chardet                  4.0.0
charset-normalizer       2.0.10
ciso8601                 2.2.0
click                    8.0.3
commentjson              0.9.0
construct                2.10.67
contextvars              2.4
coverage                 6.2
croniter                 1.2.0
cryptography             36.0.0
deepmerge                1.0.1
defusedxml               0.7.1
distlib                  0.3.4
dnspython                2.1.0
docutils                 0.14
ecdsa                    0.17.0
emoji                    1.5.0
envs                     1.4
ffmpeg                   1.4
filelock                 3.4.2
fnvhash                  0.1.0
frozenlist               1.2.0
future                   0.18.2
google-api-core          1.31.2
google-auth              2.3.3
google-cloud-pubsub      2.1.0
googleapis-common-protos 1.54.0
greenlet                 1.1.2
grpc-google-iam-v1       0.12.3
grpcio                   1.43.0
grpcio-tools             1.43.0
gTTS                     2.2.3
h11                      0.12.0
ha-ffmpeg                3.0.2
HAP-python               4.3.0
hass-nabucasa            0.51.0
home-assistant-frontend  20211229.1
homeassistant            2021.12.9
httpcore                 0.14.4
httplib2                 0.19.0
httpx                    0.21.0
idna                     3.3
ifaddr                   0.1.7
immutables               0.14
Jinja2                   3.0.3
jmespath                 0.10.0
josepy                   1.9.0
lark-parser              0.7.8
libcst                   0.3.23
MarkupSafe               2.0.1
multidict                5.2.0
mutagen                  1.45.1
mypy-extensions          0.4.3
netifaces                0.11.0
numpy                    1.21.4
packaging                20.9
paho-mqtt                1.6.1
pandas                   1.3.0
Pillow                   8.4.0
pip                      21.2.3
platformdirs             2.4.1
ply                      3.11
proto-plus               1.19.8
protobuf                 3.19.3
psutil                   5.8.0
pyasn1                   0.4.8
pyasn1-modules           0.2.8
pycognito                2022.1.0
pycparser                2.21
pycryptodome             3.9.7
pyipp                    0.11.0
PyJWT                    2.2.0
PyMetno                  0.9.0
PyNaCl                   1.4.0
pyOpenSSL                21.0.0
pyotp                    2.6.0
pyparsing                2.4.7
pypng                    0.0.20
PyQRCode                 1.2.1
pyRFC3339                1.1
pyroute2                 0.5.18
pyserial                 3.5
python-dateutil          2.8.2
python-didl-lite         1.3.2
python-jose              3.2.0
python-jose-cryptodome   1.3.2
python-miio              0.5.9.2
python-slugify           4.0.1
pytradfri                8.0.1
PyTurboJPEG              1.6.3
pytz                     2021.3
pyudev                   0.22.0
PyYAML                   6.0
regex                    2021.11.10
requests                 2.26.0
requests-toolbelt        0.9.1
requires                 0.4.1
rfc3986                  1.5.0
rsa                      4.6
s3transfer               0.5.0
scapy                    2.4.5
setuptools               60.5.0
six                      1.16.0
sniffio                  1.2.0
snitun                   0.30.0
SQLAlchemy               1.4.29
terminaltables           3.1.0
text-unidecode           1.3
tqdm                     4.62.3
typing_extensions        4.0.1
typing-inspect           0.7.1
urllib3                  1.26.8
virtualenv               20.13.0
voluptuous               0.12.2
voluptuous-serialize     2.5.0
warrant                  0.6.1
websocket-client         1.2.1
websockets               10.1
wheel                    0.37.1
xmltodict                0.12.0
yarl                     1.6.3

 

 

Edited by previewthenew
Link to comment
Share on other sites

14 минуты назад, previewthenew сказал:

Спасибо, я с радостью, но просто не понял какие логи еще нужны.

Пока без логов. Какие модули/расширения/интеграции ставили (т.к. оба-два ("cloud", "mobile_app") входят в НА core)?

Link to comment
Share on other sites

38 минут назад, TheBB сказал:

Пока без логов. Какие модули/расширения/интеграции ставили (т.к. оба-два ("cloud", "mobile_app") входят в НА core)?

Ошибка была сразу после установки чистой версии. Но она не мешает работе веб версии и дальше я доставил остальные модули, просто посмотреть HA (тк в первый раз его вижу).

Screen Shot 2022-01-17 at 11.27.46.png

 

# opkg list-installed 👇

Скрытый текст
alsa-lib - 1.2.5.1-1
ar - 2.37-1
autoconf - 2.70-2
binutils - 2.37-1
busybox - 1.34.1-1
ca-bundle - 20211016-1
dropbear - 2020.81-2
entware-release - 1.0-2
ffmpeg - 4.3.2-1
file - 5.40-4
findutils - 4.8.0-1
gcc - 7.4.0-7
glib2 - 2.70.0-1
grep - 3.7-2
homeassistant - 2021.12.9-2
homekit - 0.0.1-6
jsonfilter - 2018-02-04-c7e938d6-1
lame-lib - 3.100-1
ldconfig - 2.27-11
libatomic - 8.4.0-11
libattr - 2.5.1-3
libbfd - 2.37-1
libbz2 - 1.0.8-1a
libc - 2.27-11
libcares - 1.18.1-1
libctf - 2.37-1
libevdev - 1.12.0-1
libexpat - 2.4.1-1
libffi - 3.4.2-2
libffmpeg-full - 4.3.2-1
libfreetype - 2.11.0-1
libgcc - 8.4.0-11
libgdbm - 1.21-1
libgmp - 6.2.1-1a
libgnutls - 3.7.1-2
libiconv-full - 1.16-1
libintl-full - 0.21-2
libjpeg-turbo - 2.1.1-1
libjson-c - 0.15-2
liblzma - 5.2.5-3
libmagic - 5.40-4
libmnl - 1.0.4-2
libncursesw - 6.2-3
libnettle - 3.7.3-1
libopcodes - 2.37-1
libopenssl - 1.1.1l-1
libopus - 1.3.1-3
libpcap - 1.10.1-1
libpcre - 8.45-2
libpng - 1.6.37-11
libpthread - 2.27-11
libpython3 - 3.10.0-1
libreadline - 8.1-1
librt - 2.27-11
libsodium - 1.0.18-4
libsqlite3 - 3330000-2
libssp - 8.4.0-11
libstdcpp - 8.4.0-11
libtiff - 4.3.0-1
libtirpc - 1.3.2-1
libubox - 2021-11-20-cce5e351-1
libudev-zero - 0.4.8-3
libuuid - 2.37-1
libuv - 1.41.1-1
libwebp - 1.2.1-1
libx264 - 2020-10-26-1
libyaml - 0.2.5-1
locales - 2.27-9
m4 - 1.4.19-1
make - 4.3-1
nano - 5.9-2
netdata - 1.30.1-1
objdump - 2.37-1
opkg - 2021-06-13-1bf042dd-1
opt-ndmsv2 - 1.0-16
perl - 5.28.1-6
perlbase-base - 5.28.1-6
perlbase-bytes - 5.28.1-6
perlbase-class - 5.28.1-6
perlbase-config - 5.28.1-6
perlbase-cwd - 5.28.1-6
perlbase-data - 5.28.1-6
perlbase-dynaloader - 5.28.1-6
perlbase-errno - 5.28.1-6
perlbase-essential - 5.28.1-6
perlbase-fcntl - 5.28.1-6
perlbase-file - 5.28.1-6
perlbase-filehandle - 5.28.1-6
perlbase-getopt - 5.28.1-6
perlbase-i18n - 5.28.1-6
perlbase-integer - 5.28.1-6
perlbase-io - 5.28.1-6
perlbase-list - 5.28.1-6
perlbase-locale - 5.28.1-6
perlbase-params - 5.28.1-6
perlbase-posix - 5.28.1-6
perlbase-re - 5.28.1-6
perlbase-scalar - 5.28.1-6
perlbase-selectsaver - 5.28.1-6
perlbase-selfloader - 5.28.1-6
perlbase-socket - 5.28.1-6
perlbase-symbol - 5.28.1-6
perlbase-text - 5.28.1-6
perlbase-tie - 5.28.1-6
perlbase-unicore - 5.28.1-6
perlbase-utf8 - 5.28.1-6
perlbase-xsloader - 5.28.1-6
pkg-config - 0.29.2-3
poorbox - 1.34.1-1
protobuf - 3.17.3-1
protobuf-lite - 3.17.3-1
python-pip-conf - 0.1-1
python3 - 3.10.0-1
python3-acme - 1.22.0-1
python3-aiodiscover - 1.4.5-2
python3-aiohomekit - 0.6.4-1
python3-aiohttp - 3.8.1-1
python3-aiohttp-cors - 0.7.0-2
python3-aiosignal - 1.2.0-1
python3-anyio - 3.4.0-1
python3-astral - 2.2-1
python3-async-timeout - 4.0.0-1
python3-async-upnp-client - 0.23.1-1
python3-asyncio - 3.10.0-1
python3-atomicwrites - 1.4.0-1
python3-attrs - 21.2.0-1
python3-awesomeversion - 21.11.0-1
python3-base - 3.10.0-1
python3-base36 - 0.1.1-2
python3-bcrypt - 3.1.7-4
python3-boto3 - 1.16.3-1
python3-botocore - 1.19.3-1a
python3-btlewrap - 0.1.0-1
python3-cachetools - 3.1.1-2
python3-certifi - 2021.10.8-1
python3-cffi - 1.15.0-1
python3-cgi - 3.10.0-1
python3-cgitb - 3.10.0-1
python3-chardet - 4.0.0-1
python3-charset-normalizer - 2.0.4-2
python3-ciso8601 - 2.2.0-1
python3-click - 8.0.3-1
python3-codecs - 3.10.0-1
python3-commentjson - 0.9.0-2
python3-contextvars - 2.4-2
python3-coverage - 6.2-1
python3-cryptodome - 3.9.7-3
python3-cryptography - 36.0.0-1
python3-ctypes - 3.10.0-1
python3-dateutil - 2.8.2-1a
python3-dbm - 3.10.0-1
python3-decimal - 3.10.0-1
python3-defusedxml - 0.7.1-1
python3-dev - 3.10.0-1
python3-didl-lite - 1.3.2-1
python3-distutils - 3.10.0-1
python3-dns - 2.1.0-1
python3-docutils - 0.14-2b
python3-ecdsa - 0.16.0-2
python3-email - 3.10.0-1
python3-emoji - 1.5.0-2
python3-envs - 1.3-3
python3-fnvhash - 0.1.0-2
python3-frozenlist - 1.2.0-1
python3-google-api-core - 1.31.2-1
python3-google-auth - 2.3.3-1
python3-google-cloud-pubsub - 2.1.0-1
python3-googleapis-common-protos - 1.54.0-1
python3-greenlet - 1.1.2-1
python3-grpc-google-iam-v1 - 0.12.3-1
python3-grpcio - 1.43.0-1
python3-grpcio-tools - 1.43.0-1
python3-gtts - 2.2.3-2
python3-h11 - 0.12.0-2
python3-ha-ffmpeg - 3.0.2-3
python3-hass-nabucasa - 0.51.0-2
python3-home-assistant-frontend - 20211229.1-1
python3-httpcore - 0.14.0-1
python3-httplib2 - 0.19.0-3
python3-httpx - 0.21.0-1
python3-idna - 3.3-1
python3-ifaddr - 0.1.7-1
python3-immutables - 0.14-2
python3-jinja2 - 3.0.3-1
python3-jmespath - 0.9.3-2a
python3-jose - 3.2.0-3
python3-josepy - 1.9.0-1
python3-lark-parser - 0.7.8-2
python3-lib2to3 - 3.10.0-1
python3-libcst - 0.3.23-1
python3-light - 3.10.0-1
python3-logging - 3.10.0-1
python3-lzma - 3.10.0-1
python3-markupsafe - 2.0.1-1
python3-multidict - 4.5.2-2
python3-multiprocessing - 3.10.0-1
python3-mutagen - 1.45.1-2
python3-mypy-extensions - 0.4.3-1
python3-ncurses - 3.10.0-1
python3-numpy - 1.21.4-1
python3-openssl - 3.10.0-1
python3-packaging - 20.9-1
python3-paho-mqtt - 1.6.1-1
python3-pandas - 1.3.0-1
python3-pillow - 8.4.0-1
python3-pip - 21.2.3-1
python3-pkg-resources - 57.4.0-1
python3-ply - 3.11-2
python3-proto-plus - 1.19.8-1
python3-protobuf - 3.19.3-1
python3-psutil - 5.8.0-1a
python3-pyasn1 - 0.4.8-2
python3-pyasn1-modules - 0.2.8-2
python3-pycognito - 2022.1.0-1
python3-pycparser - 2.21-1
python3-pydoc - 3.10.0-1
python3-pyhap - 4.3.0-2
python3-pyjwt - 2.2.0-1
python3-pymetno - 0.9.0-1
python3-pynacl - 1.4.0-6
python3-pyopenssl - 21.0.0-1
python3-pyotp - 2.6.0-1
python3-pyparsing - 2.4.7-2
python3-pypng - 0.0.20-2
python3-pyqrcode - 1.2.1-2
python3-pyrfc3339 - 1.1-2
python3-pyroute2 - 0.5.18-1
python3-pyserial - 3.5-1
python3-pyturbojpeg - 1.6.3-1
python3-pytz - 2021.3-1
python3-pyudev - 0.22.0-2
python3-readline - 3.10.0-1
python3-regex - 2021.11.10-1
python3-requests - 2.26.0-1a
python3-requests-toolbelt - 0.9.1-2
python3-requires - 0.4.1-2
python3-rfc3986 - 1.4.0-2
python3-rsa - 4.6-1
python3-s3transfer - 0.3.3-1
python3-setuptools - 57.4.0-1
python3-six - 1.16.0-1
python3-slugify - 4.0.1-1
python3-sniffio - 1.2.0-2
python3-snitun - 0.30.0-2
python3-sqlalchemy - 1.4.27-1
python3-sqlite3 - 3.10.0-1
python3-terminaltables - 3.1.0-2
python3-text-unidecode - 1.3-2
python3-typing-extensions - 3.10.0.0-1
python3-typing-inspect - 0.7.1-1
python3-unittest - 3.10.0-1
python3-urllib - 3.10.0-1
python3-urllib3 - 1.26.5-1
python3-uuid - 3.10.0-1
python3-voluptuous - 0.12.2-1
python3-voluptuous-serialize - 2.5.0-1
python3-websocket-client - 1.2.1-1
python3-websockets - 10.1-1
python3-xml - 3.10.0-1
python3-xmltodict - 0.12.0-2
python3-yaml - 6.0-1
python3-yarl - 1.6.3-1
python3-zeroconf - 0.38.1-1
re2 - 2021-02-02-1
scapy - 2.4.5-1a
syncthing - 1.18.4-1
terminfo - 6.2-3
zlib - 1.2.11-3
zoneinfo-asia - 2021e-1
zoneinfo-europe - 2021e-1

 

 

 

 

Edited by previewthenew
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...