Git Product home page Git Product logo

Comments (10)

DavidMStraub avatar DavidMStraub commented on September 24, 2024 1

Quote from the Readme:

it will not work without https, but your Home Assistant instance does not have to be accessible from the internet and a self-signed certificate will do

from homeassistant-homeconnect.

Heiner1967 avatar Heiner1967 commented on September 24, 2024 1

solved, I missed the point in editing the integration part. here now homeconnect was available and found my dishwasher.

Many Thanks. super cool.

from homeassistant-homeconnect.

DavidMStraub avatar DavidMStraub commented on September 24, 2024

Hi,

looks OK, except that I'm not sure it works if your base_url doesn't start with https://. Do you have the https:// at the beginning of your redirect URI?

Also, did you add the integration under the "integrations" panel in HA after restart?

from homeassistant-homeconnect.

Heiner1967 avatar Heiner1967 commented on September 24, 2024

Hi,
that within the http section I have to mention https did not soud logic, hence I did it as per above.
Within home connect developer Application the redirect URL is:
https://hassio.local:8123/auth/external/callback

from homeassistant-homeconnect.

DavidMStraub avatar DavidMStraub commented on September 24, 2024

Can you reach your instance under https://hassio.local:8123? If not it won't work.

from homeassistant-homeconnect.

Heiner1967 avatar Heiner1967 commented on September 24, 2024

Hi, within my home network, yes. I think this is anyhow the default local address.
but from Internet no, here I would need to change to get a dns Adress plus opening the firewall for the port and incoming connection, not sure this is needed?

from homeassistant-homeconnect.

DavidMStraub avatar DavidMStraub commented on September 24, 2024

think this is anyhow the default local address.

No, only if you have configured SSL.

not sure this is needed?

No it's not.

from homeassistant-homeconnect.

Heiner1967 avatar Heiner1967 commented on September 24, 2024

Hi,

https://hassio.local:8123 is not working in my home network
http://hassio.local:8123 is working in my home network.
I amended in configuration.yaml to
http:
base_url: http://hassio.local:8123
and on the developer side of home connection to
http://hassio.local:8123/auth/external/callback

after reboot i see in the log:
Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received messages, upgraded, tail = self._request_parser.feed_data(data) File "aiohttp\_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data aiohttp.http_exceptions.BadStatusLine: invalid HTTP method

from homeassistant-homeconnect.

Heiner1967 avatar Heiner1967 commented on September 24, 2024

Hi, meanwhile i added SSL to my installation and I am able to access

https://xxx.duckdns.org:8123

and this entry is in configuration.yaml as:
http:
base_url: https://xxx.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
and in the homeconnect developer application as
https://xxx.duckdns.org:8123/auth/external/callback

The good thing is that i do not get a error meassage anymore, but unfortuniatly, i do not see my registered dishwasher either in home assistant.

Where would it need to show up: under "known_devices.yaml"?

Thanks for your help

from homeassistant-homeconnect.

Heiner1967 avatar Heiner1967 commented on September 24, 2024

obviously problem is solved

from homeassistant-homeconnect.

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.