Wersja systemu Paweł 🧔‍♂

instalowalem z alfa.sh i mam caly czas 127.0.0.1:8081 i nic sie nie dzieje

4|webcmd   | > aiscmd@15.9.13 start
4|webcmd   | > madrun start
4|webcmd   | 
4|webcmd   | > node bin/cloudcmd.mjs
4|webcmd   | root: /data/data/com.termux/files
4|webcmd   | url: http://localhost:8000/

/data/data/com.termux/files/home/.pm2/logs/ais-error.log last 15 lines:
3|ais      |   File "/data/data/com.termux/files/usr/bin/hass", line 5, in <module>
3|ais      |     from homeassistant.__main__ import main
3|ais      | ModuleNotFoundError: No module named 'homeassistant'
3|ais      | Traceback (most recent call last):
3|ais      |   File "/data/data/com.termux/files/usr/bin/hass", line 5, in <module>
3|ais      |     from homeassistant.__main__ import main
3|ais      | ModuleNotFoundError: No module named 'homeassistant'
3|ais      | Traceback (most recent call last):
3|ais      |   File "/data/data/com.termux/files/usr/bin/hass", line 5, in <module>
3|ais      |     from homeassistant.__main__ import main
3|ais      | ModuleNotFoundError: No module named 'homeassistant'
3|ais      | Traceback (most recent call last):
3|ais      |   File "/data/data/com.termux/files/usr/bin/hass", line 5, in <module>
3|ais      |     from homeassistant.__main__ import main
3|ais      | ModuleNotFoundError: No module named 'homeassistant'

tak wyglada plik hass

#!/data/data/com.termux/files/usr/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from homeassistant.__main__ import main
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(main())

zainstaluj jeszcze raz z konsoli i zobacz czy nie ma jakiś błędów podczas instalacji, te 3 komendy:

curl -L https://raw.githubusercontent.com/sviete/AIS-utils/master/releases/alfa.sh -o alfa.sh
chmod +x alfa.sh
./alfa.sh
1 polubienie

Poszło ale mam takie błędy no i zigbee działa ale pisze unknown

Potwierdzam w wersji Paweł na bramce PRO1 nie da się dostać do konfiguracji zigbee poprzez Ustawienia->Konfiguracja Zigbee2MQTT ale przez przeglądarkę Adres IP:8099 wszystko jest ok. Musi być jakiś błąd w tej wersji.

1 polubienie

Potwierdzam, że dla DEV3 generowany jest taki sam błąd połączenia zigbee i działa takie samo obejście problemu.

1 polubienie

Przestało mi również pokazywać kamery po ffmpeg

dzieki za info - sprawdzimy to i poprawimy

Hej. Znalezlismy blad :beetle: w instalcje - poprawiony,
moze kontrolnie wykonaj jeszcze raz w konsoli 3 komendy:

curl -L https://raw.githubusercontent.com/sviete/AIS-utils/master/releases/alfa.sh -o alfa.sh
chmod +x alfa.sh
./alfa.sh

zeby miec pewnosc ze instala poszla tak jak powinna

zigbee sprawdzamy…

feedparser:

pip install feedparser==6.0.10

a co pokazuje jak wpiszesz w konsoli ffmpeg?

na DEMO, ktore dziala tez na bramce PRO mamy taka kamere:
https://dom-842b4861bcb86d18.paczka.pro/lovelace-przyklady/cam

w YAML-u konfiguracja jest taka:


camera:
  - platform: ffmpeg
    input: http://pendelcam.kip.uni-heidelberg.de/mjpg/video.mjpg

zobacz prosze czy ta kamera Ci dziala?

Kamera nie działa

Logger: aiohttp.server
Source: components/ffmpeg/camera.py:87
First occurred: 18:09:34 (13 occurrences)
Last logged: 18:10:30

Error handling request
Traceback (most recent call last):
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/aiohttp/web_protocol.py”, line 433, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/aiohttp/web_app.py”, line 504, in _handle
resp = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/aiohttp/web_middlewares.py”, line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/homeassistant/components/http/security_filter.py”, line 85, in security_filter_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/homeassistant/components/http/forwarded.py”, line 100, in forwarded_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/homeassistant/components/http/ban.py”, line 80, in ban_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/homeassistant/components/http/auth.py”, line 236, in auth_middleware
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/homeassistant/components/http/view.py”, line 148, in handle
result = await handler(request, **request.match_info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/homeassistant/components/camera/init.py”, line 738, in get
return await self.handle(request, camera)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/homeassistant/components/camera/init.py”, line 778, in handle
stream = await camera.handle_async_mjpeg_stream(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/homeassistant/components/ffmpeg/camera.py”, line 87, in handle_async_mjpeg_stream
await stream.close()
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/haffmpeg/core.py”, line 159, in close
await self._loop.run_in_executor(None, _close)
File “/data/data/com.termux/files/usr/lib/python3.11/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/data/data/com.termux/files/usr/lib/python3.11/site-packages/haffmpeg/core.py”, line 154, in _close
self._proc.stdin.write(b"q")
BrokenPipeError: [Errno 32] Broken pipe

Witam. U mnie na DEV3 kamery przestały działać, kamera z demo działa . Polecenie ffmpeg wypluwa

CANNOT LINK EXECUTABLE “ffmpeg”: cannot locate symbol “u_charDirection_60” referenced by “/system/lib/libandroid_runtime.so”…
pakiet ffmpeg jest zainstalowany w wersji 6.0-5

Hej @Akszyn

włącz tunel w aplikacji

w konsoli wpisz:

cloudflared

i powinno podpowiedzieć komendę do startu tunelu:

cloudflared tunnel run

w kolejnej zakładce w przeglądarce sprawdz czy działa aplikacja przez tunel

Nowa wersja wydana na ALFA

Screenshot from 2023-07-28 18-24-59

Poprawki

  • poprawka statusu zigbee2mqtt, aplikacja zigbee2mqtt powinna się wyświetlać po dodaniu adaptera zigbee

Screenshot from 2023-07-28 17-52-29

  • poprawka LD_LIBRARY_PATH w wywołaniu ffmpeg

z

LD_LIBRARY_PATH=$PREFIX/lib ffmpeg

na

LD_LIBRARY_PATH="" ffmpeg

image

Nowa wersja beta Home Assistant

image

Ekran startowy umożliwiający wpisanie i wyszukanie lokalizacji domu
:+1:

image

U mnie nadal kamery nie działają. Jakiś problem z ffmpeg. Pomoże ktoś?

Tutaj też coś skopane porządnie

A kiedy będzie działać ais_ai_speaker. media_player?

1 polubienie

Po ostatnim wydaniu alfa działa

Niestety nie działa. Zigbee działa pięknie ale media player u mnie nadal nie działa

Spróbuj
pip install feedparser==6.0.10

Dziękuję za podpowiedź, wszystko działa :smile:

U mnie też w automatyzacjach nie widzi urządzeń, usług, encji. W polu wyboru nie ma nic.

Jaka wersja Python będzie w wersji Paweł?