home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.43k stars 30.32k forks source link

Kaiterra Integration no longer working - ValueError: URL should be absolute #91234

Closed Sleinous closed 1 month ago

Sleinous commented 1 year ago

The problem

The Kaiterra integration no longer works since atleast a month (broke during an HA update) Logs found below point to the following : ValueError: URL should be absolute

What version of Home Assistant Core has the issue?

core-2023.4.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

kaiterra

Link to integration documentation on our website

https://www.home-assistant.io/integrations/kaiterra/

Diagnostics information

Logger: homeassistant.setup Source: components/kaiterra/api_data.py:57 First occurred: 9 April 2023 at 09:33:22 (1 occurrences) Last logged: 9 April 2023 at 09:33:22

Error during setup of component kaiterra Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 256, in _async_setup_component result = await task File "/usr/src/homeassistant/homeassistant/components/kaiterra/init.py", line 67, in async_setup await api.async_update() File "/usr/src/homeassistant/homeassistant/components/kaiterra/api_data.py", line 57, in async_update data = await self._api.get_latest_sensor_readings(self._devices) File "/usr/local/lib/python3.10/site-packages/kaiterra_async_client/client.py", line 144, in get_latest_sensor_readings r = await self._do_request( File "/usr/local/lib/python3.10/site-packages/kaiterra_async_client/client.py", line 199, in _do_request async with self._session.post(url, params=params, headers=headers, json=json, raise_for_status=True) as r: File "/usr/local/lib/python3.10/site-packages/aiohttp/client.py", line 1141, in aenter self._resp = await self._coro File "/usr/local/lib/python3.10/site-packages/aiohttp/client.py", line 628, in _request if url.origin() != parsed_url.origin(): File "/usr/local/lib/python3.10/site-packages/yarl/_url.py", line 389, in origin raise ValueError("URL should be absolute") ValueError: URL should be absolute

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.setup
Source: components/kaiterra/api_data.py:57
First occurred: 9 April 2023 at 09:33:22 (1 occurrences)
Last logged: 9 April 2023 at 09:33:22

Error during setup of component kaiterra
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 256, in _async_setup_component
    result = await task
  File "/usr/src/homeassistant/homeassistant/components/kaiterra/__init__.py", line 67, in async_setup
    await api.async_update()
  File "/usr/src/homeassistant/homeassistant/components/kaiterra/api_data.py", line 57, in async_update
    data = await self._api.get_latest_sensor_readings(self._devices)
  File "/usr/local/lib/python3.10/site-packages/kaiterra_async_client/client.py", line 144, in get_latest_sensor_readings
    r = await self._do_request(
  File "/usr/local/lib/python3.10/site-packages/kaiterra_async_client/client.py", line 199, in _do_request
    async with self._session.post(url, params=params, headers=headers, json=json, raise_for_status=True) as r:
  File "/usr/local/lib/python3.10/site-packages/aiohttp/client.py", line 1141, in __aenter__
    self._resp = await self._coro
  File "/usr/local/lib/python3.10/site-packages/aiohttp/client.py", line 628, in _request
    if url.origin() != parsed_url.origin():
  File "/usr/local/lib/python3.10/site-packages/yarl/_url.py", line 389, in origin
    raise ValueError("URL should be absolute")
ValueError: URL should be absolute

Additional information

Error has crept up since a month or so ; all HA instances in the family using kaiterra integration are experiencing this issue

home-assistant[bot] commented 1 year ago

Hey there @michsior14, mind taking a look at this issue as it has been labeled with an integration (kaiterra) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `kaiterra` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign kaiterra` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


kaiterra documentation kaiterra source (message by IssueLinks)

jetblackDolphin commented 1 year ago

Same issue on my side:

Version | core-2023.4.2 Installation Type | Home Assistant OS

File "/usr/local/lib/python3.10/site-packages/yarl/_url.py", line 389, in origin raise ValueError("URL should be absolute") ValueError: URL should be absolute

Michsior14 commented 1 year ago

@Sleinous, @jetblackDolphin I just checked and I can't reproduce it on my end. Can you ensure that all devices id's are just plain uuid? Meaning, they are not ending with /?

Tested with official test device:

kaiterra:
  api_key: api_key
  devices:
    - device_id: 00000000-0001-0001-0000-00007e57c0de
      type: laseregg
    - device_id: 00000000-0031-0001-0000-00007e57c0de
      type: sensedge
Sleinous commented 1 year ago

Fyi my device is kaiterra sensedge mini and not the egg, worked flawlessly for months until recent ha update. No slash on my uuid

Envoyé à partir de Outlook pour Androidhttps://aka.ms/AAb9ysg


From: Michał Mrozek @.> Sent: Tuesday, April 11, 2023 6:50:45 PM To: home-assistant/core @.> Cc: Sleinous @.>; Mention @.> Subject: Re: [home-assistant/core] Kaiterra Integration no longer working - ValueError: URL should be absolute (Issue #91234)

@Sleinoushttps://github.com/Sleinous, @jetblackDolphinhttps://github.com/jetblackDolphin I just checked and I can't reproduce it on my end. Can you ensure that all devices id's are just plain uuid? Meaning, they are not ending with /?

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/91234#issuecomment-1503766771, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIAUWR3GVGCCBZ6GZDAOVTDXAWDWLANCNFSM6AAAAAAW2NIZN4. You are receiving this because you were mentioned.Message ID: @.***>

Michsior14 commented 1 year ago

Out of curiosity could you check if it works with the test device I posted above? Maybe it has something to do with regional split kaiterra introduced last year.

Also are you by any chance setting preferred_units?

Undec0de commented 1 year ago

@Michsior14 Same situation here, with that same final Value Error…..It worked for months but something broke up during the latest updates.

I’ve deleted my settings and put yours in order to test if it works and actually I can confirm that it works. I have a sensedge and the only added value I always had are:

aqi_standard: us scan_interval: 30

I’ve just tried deleting these value but nothing changed….it gives error again and I haven’t set preferred unit at all.

Michsior14 commented 1 year ago

Since I don't own any of those devices, is anyone able to share with api key and device id for testing? If so, please send and email to address on my profile (you can also encrypt it if you want).

You can also try to debug directly on the lib by your own and make a PR with the fix if found.

Sleinous commented 1 year ago

Hi there, No worries I will setup an extra api key for you and send you one of my kaiterra device ids for testing. Will send today

From: Michał Mrozek @.> Sent: 12 April 2023 09:54 To: home-assistant/core @.> Cc: Sleinous @.>; Mention @.> Subject: Re: [home-assistant/core] Kaiterra Integration no longer working - ValueError: URL should be absolute (Issue #91234)

Since I don't own any of those devices, is anyone able to share with api key and device id for testing? If so, please send and email to address on my profile (you can also encrypt it if you wanthttps://github.com/Michsior14.gpg).

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/91234#issuecomment-1504826703, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIAUWR6J3XSGHWK2SJVAAWDXAZNQVANCNFSM6AAAAAAW2NIZN4. You are receiving this because you were mentioned.Message ID: @.**@.>>

jetblackDolphin commented 1 year ago

Out of curiosity could you check if it works with the test device I posted above? Maybe it has something to do with regional split kaiterra introduced last year.

Also are you by any chance setting preferred_units?

Yes, I did : preferred_units: ppb

Michsior14 commented 1 year ago

I've got test credentials from @Sleinous and can reproduce it now. Will work on the fix. In meantime it seems that setting the device type to laseregg works as a workaround (probably without specific functionalities of sensedge).

Michsior14 commented 1 year ago

Could someone test the fix by extracting this in custom_components folder? No config changes needed.

EDIT: new file kaiterra.tar.gz

Sleinous commented 1 year ago

Ok will test in 5mins, thanks

From: Michał Mrozek @.> Sent: 12 April 2023 14:50 To: home-assistant/core @.> Cc: Sleinous @.>; Mention @.> Subject: Re: [home-assistant/core] Kaiterra Integration no longer working - ValueError: URL should be absolute (Issue #91234)

Could someone test the fix by extracting this in custom_components folder? No config changes needed.

kaiterra.tar.gzhttps://github.com/home-assistant/core/files/11211557/kaiterra.tar.gz

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/91234#issuecomment-1505218911, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIAUWR2KIWKYNRZBMROBNCLXA2QGPANCNFSM6AAAAAAW2NIZN4. You are receiving this because you were mentioned.Message ID: @.**@.>>

Sleinous commented 1 year ago

I see no change upon restart of HA, all sensedge mini’s are still ‘unavailable’

From: Michał Mrozek @.> Sent: 12 April 2023 14:50 To: home-assistant/core @.> Cc: Sleinous @.>; Mention @.> Subject: Re: [home-assistant/core] Kaiterra Integration no longer working - ValueError: URL should be absolute (Issue #91234)

Could someone test the fix by extracting this in custom_components folder? No config changes needed.

kaiterra.tar.gzhttps://github.com/home-assistant/core/files/11211557/kaiterra.tar.gz

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/91234#issuecomment-1505218911, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIAUWR2KIWKYNRZBMROBNCLXA2QGPANCNFSM6AAAAAAW2NIZN4. You are receiving this because you were mentioned.Message ID: @.**@.>>

Michsior14 commented 1 year ago

Looks like the version is required in the manifest for custom_components to work. Please try with this: kaiterra.tar.gz

Sleinous commented 1 year ago

Thanks! 😊 Latest custom_components is working :

@.***

From: Michał Mrozek @.> Sent: 12 April 2023 17:00 To: home-assistant/core @.> Cc: Sleinous @.>; Mention @.> Subject: Re: [home-assistant/core] Kaiterra Integration no longer working - ValueError: URL should be absolute (Issue #91234)

Looks like the version is required in the manifest for custom_components to work. Please try with this: kaiterra.tar.gzhttps://github.com/home-assistant/core/files/11212828/kaiterra.tar.gz

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/91234#issuecomment-1505430389, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIAUWRY63DWZ27O6KEQH4DLXA27QDANCNFSM6AAAAAAW2NIZN4. You are receiving this because you were mentioned.Message ID: @.**@.>>

Sleinous commented 1 year ago

image

Undec0de commented 1 year ago

Are there any news on this fix? From what I've understood the dev made it work but he still need to merge the final code into HA. Can we help in some way to speed it up?

Sleinous commented 1 year ago

+1

From: Undec0de @.> Sent: 27 April 2023 08:51 To: home-assistant/core @.> Cc: Sleinous @.>; Mention @.> Subject: Re: [home-assistant/core] Kaiterra Integration no longer working - ValueError: URL should be absolute (Issue #91234)

Are there any news on this fix? From what I've understood the dev made it work but he still need to merge the final code into HA. Can we help in some way to speed it up?

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/91234#issuecomment-1524887392, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIAUWR45YAT2VY7UNOM2YV3XDIJNLANCNFSM6AAAAAAW2NIZN4. You are receiving this because you were mentioned.Message ID: @.**@.>>

Michsior14 commented 1 year ago

Are there any news on this fix? From what I've understood the dev made it work but he still need to merge the final code into HA. Can we help in some way to speed it up?

HA team requested to migrate the integration to config flow, unfortunately I don't have much time to work on this at the moment. If someone would be able to help it would speed this a lot ;)

Undec0de commented 1 year ago

Unfortunately I'm not a programmer otherwise I would have helped since the beginning. I hope someone could try to help you or you can find some extra time in order to finalize and release it.

I hope for the best...in the meantime thanks a lot and have a nice day.

Andrea

Il giorno gio 27 apr 2023 alle ore 10:05 Michał Mrozek < @.***> ha scritto:

Are there any news on this fix? From what I've understood the dev made it work but he still need to merge the final code into HA. Can we help in some way to speed it up?

HA team requested to migrate the integration to config flow, unfortunately I don't have much time to work on this at the moment. If someone would be able to help it would speed this a lot ;)

— Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/91234#issuecomment-1525054059, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3JTBBC7AQ33KEBO3IGF43TXDISEJANCNFSM6AAAAAAW2NIZN4 . You are receiving this because you commented.Message ID: @.***>

-- ANDREA AMEDEO Mobile - +39.3931187268 eMail - @.*** LinkedIn - www.linkedin.com/in/amedeoandrea Twitter - @AndreaAmedeo

AVVERTENZE AI SENSI DEL DLGS 196/2003 e del Regolamento UE 2016/679 Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i, sono da considerarsi strettamente riservate. Qualora riceveste questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema; costituisce comportamento contrario ai principi dettati dal Dlgs. 196/2003 e del Regolamento UE 2016/679 il trattenere il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse.

CONFIDENTIALITY NOTICE This message and its attachments (if any) may contain confidential, proprietary or legally privileged information and is intended only for the use of the addressee named above. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient of this message you are hereby notified that you must not use, disseminate, copy it in any form or take any action in reliance on it. If you have received this message in error please delete it and kindly inform the sender of this e-mail by replying.

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Sleinous commented 1 year ago

Hello, is anyone able to help migrate the integration to config flow?

Slalamander commented 1 year ago

Hello, is anyone able to help migrate the integration to config flow?

I've made a start with it, but so far it has just been setting up the config flow. I haven't had success in connecting to the API so far.

Kees48 commented 1 year ago

I have a sensedge mini with the same problem. With the workarround device type: laseregg I got 3 entities: laseregg Humidity 59,02%, laseregg Temperature 26,72 °C, laseregg Air Quality 20 µg/m³ a. How kan I get the other entities? b. Is there already a solution for this problem?

Kees48 commented 1 year ago

I did put the kaiterra.tar in a new kaiterra folder in custom_components. This is not working for me.

What can I do?

Logger: homeassistant.setup Source: components/kaiterra/api_data.py:56 First occurred: 09:41:47 (1 occurrences) Last logged: 09:41:47

Error during setup of component kaiterra Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 288, in _async_setup_component result = await task ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/kaiterra/init.py", line 67, in async_setup await api.async_update() File "/usr/src/homeassistant/homeassistant/components/kaiterra/api_data.py", line 56, in async_update data = await self._api.get_latest_sensor_readings(self._devices) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kaiterra_async_client/client.py", line 144, in get_latest_sensor_readings r = await self._do_request( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/kaiterra_async_client/client.py", line 199, in _do_request async with self._session.post(url, params=params, headers=headers, json=json, raise_for_status=True) as r: File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1141, in aenter self._resp = await self._coro ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 628, in _request if url.origin() != parsed_url.origin(): ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/yarl/_url.py", line 399, in origin raise ValueError("URL should be absolute") ValueError: URL should be absolute

Slalamander commented 1 year ago

Your error is not for the custom component. Did you directly place the kaiterra.tar file in your custom_components folder? You have to extract the .tar file first (using something like 7-zip). There's a kaiterra folder in there, which you should place in custom_components. Doing that worked for me at least.

Kees48 commented 1 year ago

Thanks a lot. It works! but I still get only the laseregg entities. I tried a restart and a new Api key. Any idea how come?

Schermafbeelding 2023-09-12 145422

Slalamander commented 1 year ago

Ah I'm afraid I don't. I only have a sensedge and those entities show up in my front end...

Kees48 commented 1 year ago

Tanks for the quick reply! I also have only a sensedge mini. I tried the work around and that gave these entities. And these entities are still there while I changed the name of my device in sensedge. You get all the entities from your sensedge?

Slalamander commented 1 year ago

I changed nothing, kinda just dragged and dropped (and was surprised it worked that easily haha). My current config is like this.

kaiterra:
  api_key: !secret kaiterra_API
  devices:
    - device_id: !secret kaiterra_id
      type: sensedge

However, it could be that because you did the workaround, home assistant has already set the entity id's with the laseregg. It may work if you remove the entire entity from your configuration.yaml, restart home assistant and make sure the entities are gone, and then add the config like mine (with your own keys/id's ofc). Otherwise, I believe you should also be able to rename the entity_id's by hand from their info screen.

Kees48 commented 1 year ago

Thanks again. I have the same config. I removed that and a restart. The names are ok but I still got only 3 entities.

Schermafbeelding 2023-09-12 155129

Slalamander commented 1 year ago

Hmm do you mean you wanted the other sensor values as well? I also only get 3 entities, though as far as I know that's how the integration is supposed to work. The other values the API retrieves are put in the attributes of the air quality entity. image

Kees48 commented 1 year ago

Thanks a lot. I got it!

scottfarbman commented 11 months ago

Hi all. I'm very new to Home Assistant (just a few days under my belt) and as novice as it comes for programming. I have a kaiterra sensedge mini, and I managed to get the device recognized by changing the type to 'laseregg'.

I see the following widget on my dashboard, which isn't really displaying anything of value... It looks like it is maybe defaulting to one of the PM readings (ug/m3) image

But if I open it up and expand the attributes section, it does actually display all the sensor results: image

What can I do to get these attributes displayed on the home screen dashboard?

Thanks Scott

Kees48 commented 11 months ago

Hi Scott

See: https://community.home-assistant.io/t/new-helper-entity-from-attribute/461078

This is working for me: in Configuration.yaml sensor: !include sensors.yaml kaiterra: api_key: xxxxxxxxxx devices:

in Sensors.yaml

scottfarbman commented 11 months ago

Hi Kees, Thanks for the reply. I don't want to belabor it and take away from this thread, but I do not see a sensors.yaml file in my list on File Editor. Is this a new file I should create myself and then use the code you've referenced above? Thanks, Scott

Kees48 commented 11 months ago

Yes. You can make a separate sensors.yaml file. Or you can put everything in the confogiration.yaml. Making a separate file is more organized. I am also a beginner. It works fine for me now but I have tried a lot. Regards Kees

Verzonden vanaf Outlook voor Androidhttps://aka.ms/AAb9ysg


From: scottfarbman @.> Sent: Wednesday, November 1, 2023 11:35:59 PM To: home-assistant/core @.> Cc: Kees48 @.>; Comment @.> Subject: Re: [home-assistant/core] Kaiterra Integration no longer working - ValueError: URL should be absolute (Issue #91234)

Hi Kees, Thanks for the reply. I don't want to belabor it and take away from this thread, but I do not see a sensors.yaml file in my list on File Editor. Is this a new file I should create myself and then use the code you've referenced above? Thanks, Scott

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/91234#issuecomment-1789783852, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BBCLBXE23DXDBLF5BY2WZ2DYCLFE7AVCNFSM6AAAAAAW2NIZN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBZG44DGOBVGI. You are receiving this because you commented.Message ID: @.***>

scottfarbman commented 11 months ago

For what it is worth, I was able to pull out the 2 following attributes using the following code in the sensor.yaml

- platform: template
    sensor:
      sensedge_co2:
        value_template: "{{ state_attr('air_quality.laseregg_air_quality', 'carbon_dioxide') }}"
        device_class: carbon_dioxide
        unit_of_measurement: ppm
  - platform: template
    sensor:
      sensedge_tvoc:
        value_template: "{{ state_attr('air_quality.laseregg_air_quality', 'volatile_organic_compounds') }}"
        device_class: volatile_organic_compounds
        unit_of_measurement: ppb

image

Kees48 commented 11 months ago

Now you must try to find a configuration with de sensedge and not the laseregg. See discussions in this topic of september.

scottfarbman commented 11 months ago

@Kees48 - I was speaking with my contact at Kaiterra and he said that on their end, the Sensedge Mini (what I have) does need to use the 'laseregg' tag, and it is something they need to update some day.

Kees48 commented 11 months ago

You can use the solution I mentioned. That works fine for me.

Verzonden vanaf Outlook voor Androidhttps://aka.ms/AAb9ysg


From: scottfarbman @.> Sent: Thursday, November 2, 2023 9:04:09 PM To: home-assistant/core @.> Cc: Kees48 @.>; Mention @.> Subject: Re: [home-assistant/core] Kaiterra Integration no longer working - ValueError: URL should be absolute (Issue #91234)

@Kees48https://github.com/Kees48 - I was speaking with my contact at Kaiterra and he said that on their end, the Sensedge Mini (what I have) does need to use the 'laseregg' tag, and it is something they need to update some day.

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/91234#issuecomment-1791464166, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BBCLBXHTMCIEAO5R4BR6Y4TYCP4DTAVCNFSM6AAAAAAW2NIZN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRGQ3DIMJWGY. You are receiving this because you were mentioned.Message ID: @.***>

scottfarbman commented 11 months ago

@Kees48 I guess I don't really see why it matters. You aren't getting anything different, data wise, from the API, are you?

Kees48 commented 11 months ago

image See solution of Slalamander] in this topic

Kees48 commented 11 months ago

image

Kees48 commented 11 months ago

The above info + humidity and temperature.

scottfarbman commented 11 months ago

@Kees48 I'm getting all that with the 'laseregg' tag. We are receiving the exact same data...

Kees48 commented 11 months ago

In the beginning I thought that due to the "laseregg" solution I got not enough info. Then I found the "sensedge" solution but still not ok until I found out how to handle the attributes.

issue-triage-workflows[bot] commented 8 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Sleinous commented 8 months ago

Still not fixed.

Envoyé à partir de Outlook pour Androidhttps://aka.ms/AAb9ysg


From: issue-triage-workflows[bot] @.> Sent: Wednesday, January 31, 2024 10:06:21 PM To: home-assistant/core @.> Cc: Sleinous @.>; Mention @.> Subject: Re: [home-assistant/core] Kaiterra Integration no longer working - ValueError: URL should be absolute (Issue #91234)

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/91234#issuecomment-1919958334, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIAUWR4DBBSLBRUZGUAOGX3YRKW43AVCNFSM6AAAAAAW2NIZN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJZHE2TQMZTGQ. You are receiving this because you were mentioned.Message ID: @.***>

issue-triage-workflows[bot] commented 5 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.