Code Monkey home page Code Monkey logo

home-assistant_custom_components's Introduction

home-assistant_custom_components's People

Contributors

danielhiversen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

home-assistant_custom_components's Issues

Authentication fail

On the fist run, home assistant complained about the sanction package missing and would not restart. I then forced the restart by restarting the container and it was fine (home assisstant installed it).

I then ran into an authentication issue. In the app, my client id is just four digits, not six. It might be due to authenticating by e-mail and password? I inserted a _LOGGER.debug statement above the line and client_id and password are correct.

File "/config/custom_components/adax/climate.py", line 162, in _request self._oauth_client.request_token(grant_type='password', username=self._client_id, password=self._client_secret)
(...)
File "/usr/local/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: {"error": "invalid_request"}

Update
Got this if I put 00 in front of my user_id:
File "/usr/local/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: {"error": "invalid_grant"}

Upsate 2:
I see, now, that one has to add credentials in the new 3.5.1 app. However, it is still not available for android. Will retry when this is available

Platform error climate.adax - No module named 'sanction'

Log Details (ERROR)
Logger: homeassistant.components.hassio
Source: components/hassio/init.py:326
Integration: Hass.io (documentation, issues)
First occurred: 11:32:40 PM (1 occurrences)
Last logged: 11:32:40 PM

Platform error climate.adax - No module named 'sanction' Invalid config for [sensor]: required key not provided @ data['platform']. Got None. (See ?, line ?).

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.