GithubHelp home page GithubHelp logo

Comments (4)

jyz0501 avatar jyz0501 commented on June 15, 2024

我在HASSIO的ESPHOME web端 打算生成编译文件,也是提示cat9554 硬件的文件不正确,尝试把文件夹拷贝到.esphome 目录下不管用,请问应该怎么放置

from phicomm_dc1-esphome.

zsd410 avatar zsd410 commented on June 15, 2024

应该是cat9554的那个部分没搞好吧

from phicomm_dc1-esphome.

ganlin12334 avatar ganlin12334 commented on June 15, 2024

我也是这个问题,请问兄弟解决了没?

from phicomm_dc1-esphome.

ganlin12334 avatar ganlin12334 commented on June 15, 2024

加了自定义组件
external_components:

  • source: components

解决了这个问题,但是新的问题又来了…………

  • Traceback (most recent call last):
    File "/usr/local/bin/esphome", line 33, in
    sys.exit(load_entry_point('esphome', 'console_scripts', 'esphome')())
    File "/esphome/esphome/main.py", line 825, in main
    return run_esphome(sys.argv)
    File "/esphome/esphome/main.py", line 803, in run_esphome
    config = read_config(dict(args.substitution) if args.substitution else {})
    File "/esphome/esphome/config.py", line 974, in read_config
    res = load_config(command_line_substitutions)
    File "/esphome/esphome/config.py", line 829, in load_config
    return _load_config(command_line_substitutions)
    File "/esphome/esphome/config.py", line 817, in _load_config
    result = validate_config(config, command_line_substitutions)
    File "/esphome/esphome/config.py", line 744, in validate_config
    result.run_validation_steps()
    File "/esphome/esphome/config.py", line 124, in run_validation_steps
    task.step.run(self)
    File "/esphome/esphome/config.py", line 488, in run
    validated = schema(input_conf)
    File "/esphome/esphome/voluptuous_schema.py", line 34, in call
    res = super().call(data)
    File "/usr/local/lib/python3.9/dist-packages/voluptuous/schema_builder.py", line 272, in call
    return self._compiled([], data)
    File "/usr/local/lib/python3.9/dist-packages/voluptuous/schema_builder.py", line 817, in validate_callable
    return schema(data)
    File "/esphome/esphome/voluptuous_schema.py", line 34, in call
    res = super().call(data)
    File "/usr/local/lib/python3.9/dist-packages/voluptuous/schema_builder.py", line 272, in call
    return self._compiled([], data)
    File "/usr/local/lib/python3.9/dist-packages/voluptuous/schema_builder.py", line 594, in validate_dict
    return base_validate(path, iteritems(data), out)
    File "/esphome/esphome/voluptuous_schema.py", line 148, in validate_mapping
    cval = cvalue(key_path, value)
    File "/usr/local/lib/python3.9/dist-packages/voluptuous/schema_builder.py", line 817, in validate_callable
    return schema(data)
    File "/esphome/esphome/pins.py", line 66, in validator
    return entry1
    TypeError: 'tuple' object is not callable

from phicomm_dc1-esphome.

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.