Git Product home page Git Product logo

Comments (5)

trvqhuy avatar trvqhuy commented on June 26, 2024 1

Chào các bạn,

Các lỗi liên quan đến 'async_setup_platforms' đã được fix ở version mới nhất v2.2.0.

Hãy cập nhật phiên bản mới nhất để tiếp tục sử dụng Integration.

from nestup_evn.

christianonpele avatar christianonpele commented on June 26, 2024

same with EVN Saigon.

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup result = await component.async_setup_entry(hass, self) File "/config/custom_components/nestup_evn/__init__.py", line 12, in async_setup_entry hass.config_entries.async_setup_platforms(entry, ["sensor"]) AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

from nestup_evn.

haind13 avatar haind13 commented on June 26, 2024

cacs b

Mô tả lỗi / Describe the bug Không setup được (Failed to set up) mặc dù thông tin điền vào chính xác

Logs 2023-05-08 14:28:28.918 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration nestup_evn 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 2023-05-08 14:29:01.467 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry PD11000027XXX for nestup_evn File "/config/custom_components/nestup_evn/init.py", line 12, in async_setup_entry

Log Details (ERROR) This error originated from a custom integration. Logger: homeassistant.config_entries Source: custom_components/nestup_evn/init.py:12 Integration: EVN Data Fetcher (documentation, issues) First occurred: 2:29:01 PM (1 occurrences) Last logged: 2:29:01 PM

Error setting up entry PD11000027XXX for nestup_evn Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup result = await component.async_setup_entry(hass, self) File "/config/custom_components/nestup_evn/init.py", line 12, in async_setup_entry hass.config_entries.async_setup_platforms(entry, ["sensor"]) AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

Ảnh chụp / Screenshots image Server (thông tin máy chủ đang chạy HA): Home Assistant 2023.5.2 Supervisor 2023.04.1 Frontend 20230503.3 - latest

Integration (thông tin phiên bản Integration đã cài đặt):

  • Installation method: HACS
  • Version: v2.1.0

Thông tin thêm Thêm những thông tin khác ngoài các thông tin kể trên.

Các bạn download lại bản mới fix 2 ngày trước, rồi add devices lại là đc nhé! mình đã cài thành công

from nestup_evn.

mcnguyen33r avatar mcnguyen33r commented on June 26, 2024

Thử lại không được bạn ạ.

  1. Xóa hết thư mục nestup_evn
  2. Khởi động lại HA
  3. Vào HACS tải lại EVN Fetcher
  4. Khởi động lại HA
  5. Setup lại EVN
  6. Vẫn lỗi như vậy
    image
    Log Details (ERROR)
    This error originated from a custom integration.
    Logger: homeassistant.config_entries
    Source: custom_components/nestup_evn/init.py:12
    Integration: EVN Data Fetcher (documentation, issues)
    First occurred: 7:59:38 AM (1 occurrences)
    Last logged: 7:59:38 AM

Error setting up entry PD1100002XXX for nestup_evn
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/nestup_evn/init.py", line 12, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, ["sensor"])
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

from nestup_evn.

haind13 avatar haind13 commented on June 26, 2024

Thử lại không được bạn ạ.

  1. Xóa hết thư mục nestup_evn
  2. Khởi động lại HA
  3. Vào HACS tải lại EVN Fetcher
  4. Khởi động lại HA
  5. Setup lại EVN
  6. Vẫn lỗi như vậy
    image
    Log Details (ERROR)
    This error originated from a custom integration.
    Logger: homeassistant.config_entries
    Source: custom_components/nestup_evn/init.py:12
    Integration: EVN Data Fetcher (documentation, issues)
    First occurred: 7:59:38 AM (1 occurrences)
    Last logged: 7:59:38 AM

Error setting up entry PD1100002XXX for nestup_evn Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup result = await component.async_setup_entry(hass, self) File "/config/custom_components/nestup_evn/init.py", line 12, in async_setup_entry hass.config_entries.async_setup_platforms(entry, ["sensor"]) AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

bạn thử cách cài ko qua HACS đi :D

from nestup_evn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.