Git Product home page Git Product logo

ikuai's Introduction

hacs_badge ha-inkwavemap version

ha custom_component iKuai

iKuai router Obtains data generating entities through the Web.

  1. Sensor entities such as network information
  2. Restart ikuai and reconnect to the network function
  3. Behavior control—MAC enable and disable switch in the MAC access control list
  4. The device_tracker entity that supports whether the terminal device is online or not, configure the mac address in const.py.

1

2

3

ikuai's People

Contributors

dscao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ikuai's Issues

诊断里的手机设备,离家在家切换问题

手机息屏时,经常短暂0-20分钟进入离家状态。计划用手机联动家里的离家模式,在homeassistant、ikuai、手机端是否可以设置或优化来解决这种虚假离家状态?

新版本爱快拦截方式无效

今天才发现爱快限制上网功能异常,开启后,隔一段时间自动恢复,一直以为娃自己设置的,
后来发现 按钮按下后,实际没生效。

switch.py
文件中的302 和 310行 用的 mac
mac_json_body = {"func_name":"acl_mac","action":"up","param":{"id":str(self._mac)}}

改成后macid后正常
mac_json_body = {"func_name":"acl_mac","action":"up","param":{"id":str(self._macid)}}

集成会一致报InsecureRequestWarning,看着应该是和https证书有关,一会儿就好几十条

我的ikuai软路由倒是申请的有证书,外网也可以https登录,添加集成以后其他的都正常使用,但日志里会提示这个
2024-02-03 19:09:36.409 WARNING (SyncWorker_16) [py.warnings] /usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py:1061: InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.1.2'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings

在core 2024.1.5 中无法加载

2024-01-23 08:03:34.755 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ikuai 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 2024-01-23 08:03:37.922 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing component custom_components.ikuai File "/config/custom_components/ikuai/__init__.py", line 8, in <module> File "/config/custom_components/ikuai/data_fetcher.py", line 17, in <module> File "/config/custom_components/ikuai/const.py", line 134 2024-01-23 08:03:37.924 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'ikuai': Unable to import component: Exception importing custom_components.ikuai File "/config/custom_components/ikuai/__init__.py", line 8, in <module> File "/config/custom_components/ikuai/data_fetcher.py", line 17, in <module> File "/config/custom_components/ikuai/const.py", line 134 ImportError: Exception importing custom_components.ikuai 2024-01-23 08:04:20.882 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform custom_components.ikuai.application_credentials File "/config/custom_components/ikuai/__init__.py", line 8, in <module> File "/config/custom_components/ikuai/data_fetcher.py", line 17, in <module> File "/config/custom_components/ikuai/const.py", line 134 2024-01-23 08:04:21.833 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing component custom_components.ikuai File "/config/custom_components/ikuai/__init__.py", line 8, in <module> File "/config/custom_components/ikuai/data_fetcher.py", line 17, in <module> File "/config/custom_components/ikuai/const.py", line 134 File "/config/custom_components/ikuai/__init__.py", line 8, in <module> File "/config/custom_components/ikuai/data_fetcher.py", line 17, in <module> File "/config/custom_components/ikuai/const.py", line 134 ImportError: Exception importing custom_components.ikuai

关于该集成所需的iKuai账户权限

根据描述,我新建了一个iKuai账户,并赋予了“状态监控-读”、“重启关机-读写”和“MAC访问控制-读写”的权限;

目前该集成提示“正在重试设置: None”,重启后问题依旧,请问必须是超级管理员账户嘛?他还需要哪些权限?

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.