Chime TTS - Play audio before/after TTS audio lag free

With the Beta 15 they were fixes as before the Announce and Fade were just switching off the music and no TTS was being heard unless you run it again. The only thing is not working is the resume of my media after a TTS. I tried with spotify and also a stream from Tune in. It just fades the sound, make the TTS and put the volume back as it was and that is. I use Google speakers.
Thanks

Hi @Leon047m.

Chime TTS can only resume previously playing audio if the media player’s integration either:

  1. Supports (natively) the announce feature, such as the Sonos integration, or
  2. Keeps a reference to the last playing audio, such as the AppleTV integration (e.g: HomePods)

I don’t have any Google speakers so I can’t test this, but given that playback is not being resumed, I would guess the integration doesn’t support either of the above features.

Have you been able to resume the audio in any other way on Home Assistant (another integration, etc.)?

Thanks for your reply.

Unfortunately, I haven’t managed to test the integration yet. To be honest, I’m not sure which integration to test. I’ve been using HA for the past three weeks and am still experimenting with it, but if I manage to get it working, I will let you know.

On the other hand, I really appreciate your effort on the app. It is fun to use, and since reading your documentation, I’ve been trying different scenarios.

Very well done, and keep it up!

2 Likes

I’m only new to HA, but this doesn’t seem to work for me.

Using the latest version with Google speakers, Chime just activates them. No TTS or audio file playback.

But I guess without Google speakers you’re going to struggle to troubleshoot this one :frowning:

Hey @5quirrel, could you please enable debug logging and send me the log messages after calling chime_tts.say?

You can follow these instructions to enable debug logging.

I also use Google speakers, everything works perfectly up to version 1.1.0 Beta 15. In the later versions, nothing can be heard (effects and TTS); it seems that only the volume change works. I hope this can be helpful to you and the developer.

Hi @maxyge, i’m sorry you’ve been experiencing this issue.

Could you please enable debug logging, call chime_tts.say again and send me the debug log messages?

Thank you for the support. Below is the test service I used and the two logs: one with version v1.1.2 that doesn’t work and then I rolled back to version 1.1.0 Beta 15 which works:

chime_tts.say
data:
  chime_path: bells
  end_chime_path: bells_2
  volume_level: 1
  message: Buongiorno !
  tts_platform: google_translate
target:
  entity_id: media_player.google_home_mini

Log :

2024-06-23 17:56:45.783 DEBUG (MainThread) [custom_components.chime_tts] ----- Chime TTS Say Called. Version v1.1.2 -----
2024-06-23 17:56:45.784 DEBUG (MainThread) [custom_components.chime_tts.queue_manager] Adding service call to queue
2024-06-23 17:56:45.784 DEBUG (MainThread) [custom_components.chime_tts] ----- Chime TTS Say Called. Version v1.1.2 -----
2024-06-23 17:56:45.785 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] ----- General Parameters -----
2024-06-23 17:56:45.785 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * entity_ids = ['media_player.google_home_mini']
2024-06-23 17:56:45.785 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * chime_path = bells
2024-06-23 17:56:45.785 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * end_chime_path = bells_2
2024-06-23 17:56:45.785 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * cache = False
2024-06-23 17:56:45.785 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * offset = 450.0
2024-06-23 17:56:45.786 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * final_delay = 0.0
2024-06-23 17:56:45.786 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * message = Buongiorno !
2024-06-23 17:56:45.786 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * tts_platform = google_translate
2024-06-23 17:56:45.786 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * tts_speed = 100.0
2024-06-23 17:56:45.786 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * tts_pitch = 0
2024-06-23 17:56:45.786 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * announce = False
2024-06-23 17:56:45.787 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * fade_audio = False
2024-06-23 17:56:45.787 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * volume_level = 1
2024-06-23 17:56:45.787 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * join_players = False
2024-06-23 17:56:45.787 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * unjoin_players = False
2024-06-23 17:56:45.787 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * media_players_array:
2024-06-23 17:56:45.787 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] - 0: entity_id: media_player.google_home_mini
2024-06-23 17:56:45.787 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] platform: cast
2024-06-23 17:56:45.788 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] initial volume: 1.0
2024-06-23 17:56:45.788 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] target volume: 1
2024-06-23 17:56:45.788 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] now playing: False
2024-06-23 17:56:45.788 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] join supported: False
2024-06-23 17:56:45.788 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] announce supported: False
2024-06-23 17:56:45.790 DEBUG (MainThread) [custom_components.chime_tts.helpers.filesystem] Local path to chime: /config/custom_components/chime_tts/mp3s/bells.mp3
2024-06-23 17:56:45.790 DEBUG (MainThread) [custom_components.chime_tts] - Retrieving audio from path: "/config/custom_components/chime_tts/mp3s/bells.mp3"...
2024-06-23 17:56:46.073 DEBUG (MainThread) [custom_components.chime_tts] ...audio retrieved. Duration: 0.944s
2024-06-23 17:56:46.078 DEBUG (MainThread) [custom_components.chime_tts] - Generating new TTS audio with parameters:
2024-06-23 17:56:46.079 DEBUG (MainThread) [custom_components.chime_tts] * tts_platform = 'google_translate'
2024-06-23 17:56:46.079 DEBUG (MainThread) [custom_components.chime_tts] * message = 'Buongiorno !'
2024-06-23 17:56:46.079 DEBUG (MainThread) [custom_components.chime_tts] * cache = False
2024-06-23 17:56:46.079 DEBUG (MainThread) [custom_components.chime_tts] * language = None
2024-06-23 17:56:46.079 DEBUG (MainThread) [custom_components.chime_tts] * options = {}
2024-06-23 17:56:46.351 DEBUG (MainThread) [custom_components.chime_tts] ...TTS audio generated in 280.0ms
2024-06-23 17:56:46.355 DEBUG (MainThread) [custom_components.chime_tts.helpers.filesystem] Local path to chime: /config/custom_components/chime_tts/mp3s/bells_2.mp3
2024-06-23 17:56:46.355 DEBUG (MainThread) [custom_components.chime_tts] - Retrieving audio from path: "/config/custom_components/chime_tts/mp3s/bells_2.mp3"...
2024-06-23 17:56:46.630 DEBUG (MainThread) [custom_components.chime_tts] ...audio retrieved. Duration: 1.279s
2024-06-23 17:56:46.652 DEBUG (MainThread) [custom_components.chime_tts] - Saving mp3 file to folder: /config/None/media/sounds/temp/chime_tts/...
2024-06-23 17:56:47.010 DEBUG (MainThread) [custom_components.chime_tts.helpers.filesystem] File saved to path: /config/None/media/sounds/temp/chime_tts/bplmm8_i.mp3
2024-06-23 17:56:47.306 DEBUG (MainThread) [custom_components.chime_tts] - Chime TTS audio generated:
2024-06-23 17:56:47.307 DEBUG (MainThread) [custom_components.chime_tts] * audio_duration = 4.347
2024-06-23 17:56:47.307 DEBUG (MainThread) [custom_components.chime_tts] * local_path = "/config/None/media/sounds/temp/chime_tts/bplmm8_i.mp3"
2024-06-23 17:56:47.307 DEBUG (MainThread) [custom_components.chime_tts] * public_path = None
2024-06-23 17:56:47.307 DEBUG (MainThread) [custom_components.chime_tts] * media_content_id = "media-source://media_source/local/sounds/temp/chime_tts/bplmm8_i.mp3"
2024-06-23 17:56:47.307 DEBUG (MainThread) [custom_components.chime_tts] ****************************
2024-06-23 17:56:47.307 DEBUG (MainThread) [custom_components.chime_tts] *** Pre-Playback Actions ***
2024-06-23 17:56:47.307 DEBUG (MainThread) [custom_components.chime_tts] ****************************
2024-06-23 17:56:47.307 DEBUG (MainThread) [custom_components.chime_tts] **************************
2024-06-23 17:56:47.307 DEBUG (MainThread) [custom_components.chime_tts] *** Chime TTS playback ***
2024-06-23 17:56:47.308 DEBUG (MainThread) [custom_components.chime_tts] **************************
2024-06-23 17:56:47.308 DEBUG (MainThread) [custom_components.chime_tts] 1 Regular media player detected:
2024-06-23 17:56:47.308 DEBUG (MainThread) [custom_components.chime_tts] - media_player.google_home_mini
2024-06-23 17:56:47.308 DEBUG (MainThread) [custom_components.chime_tts] Calling media_player.play_media with data:
2024-06-23 17:56:47.308 DEBUG (MainThread) [custom_components.chime_tts] - entity_id: ['media_player.google_home_mini']
2024-06-23 17:56:47.308 DEBUG (MainThread) [custom_components.chime_tts] - announce: False
2024-06-23 17:56:47.308 DEBUG (MainThread) [custom_components.chime_tts] - media_content_type: music
2024-06-23 17:56:47.308 DEBUG (MainThread) [custom_components.chime_tts] - media_content_id: media-source://media_source/local/sounds/temp/chime_tts/bplmm8_i.mp3
2024-06-23 17:56:47.317 DEBUG (MainThread) [custom_components.chime_tts] - Waiting 4.347s for audio playback to complete...
2024-06-23 17:56:51.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.media_player_helper] - Waiting until 1 media_player isn't playing...
2024-06-23 17:56:51.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.media_player_helper] ✔ media_player.google_home_mini
2024-06-23 17:56:51.673 DEBUG (MainThread) [custom_components.chime_tts] ----- Chime TTS Say Completed in 5.89 s -----

Log with rollback:

2024-06-23 18:06:32.666 DEBUG (MainThread) [custom_components.chime_tts] ----- Chime TTS Say Called. Version v1.1.0-beta15 -----

2024-06-23 18:06:32.666 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] ----- General Parameters -----

2024-06-23 18:06:32.666 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * entity_ids = ['media_player.google_home_mini']

2024-06-23 18:06:32.667 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * chime_path = bells

2024-06-23 18:06:32.667 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * end_chime_path = bells_2

2024-06-23 18:06:32.667 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * cache = False

2024-06-23 18:06:32.667 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * offset = 450.0

2024-06-23 18:06:32.667 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * final_delay = 0.0

2024-06-23 18:06:32.667 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * message = Buongiorno !

2024-06-23 18:06:32.667 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * tts_platform = google_translate

2024-06-23 18:06:32.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * tts_speed = 100.0

2024-06-23 18:06:32.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * tts_pitch = 0

2024-06-23 18:06:32.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * announce = False

2024-06-23 18:06:32.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * fade_audio = False

2024-06-23 18:06:32.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * volume_level = 1

2024-06-23 18:06:32.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * join_players = False

2024-06-23 18:06:32.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * unjoin_players = False

2024-06-23 18:06:32.668 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] * media_players_array:

2024-06-23 18:06:32.669 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] - 0: entity_id: media_player.google_home_mini

2024-06-23 18:06:32.669 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] platform: cast

2024-06-23 18:06:32.669 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] initial volume: 1.0

2024-06-23 18:06:32.669 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] target volume: 1

2024-06-23 18:06:32.669 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] now playing: False

2024-06-23 18:06:32.672 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] join supported: False

2024-06-23 18:06:32.672 DEBUG (MainThread) [custom_components.chime_tts.helpers.helpers] announce supported: False

2024-06-23 18:06:32.673 DEBUG (MainThread) [custom_components.chime_tts.helpers.filesystem] Local path to chime: /config/custom_components/chime_tts/mp3s/bells.mp3

2024-06-23 18:06:32.673 DEBUG (MainThread) [custom_components.chime_tts] - Retrieving audio from path: "/config/custom_components/chime_tts/mp3s/bells.mp3"...

2024-06-23 18:06:32.964 DEBUG (MainThread) [custom_components.chime_tts] ...audio retrieved. Duration: 0.944s

2024-06-23 18:06:32.969 DEBUG (MainThread) [custom_components.chime_tts] - Generating new TTS audio with parameters:

2024-06-23 18:06:32.970 DEBUG (MainThread) [custom_components.chime_tts] * tts_platform = 'google_translate'

2024-06-23 18:06:32.971 DEBUG (MainThread) [custom_components.chime_tts] * message = 'Buongiorno !'

2024-06-23 18:06:32.971 DEBUG (MainThread) [custom_components.chime_tts] * cache = False

2024-06-23 18:06:32.971 DEBUG (MainThread) [custom_components.chime_tts] * language = None

2024-06-23 18:06:32.971 DEBUG (MainThread) [custom_components.chime_tts] * options = {}

2024-06-23 18:06:33.249 DEBUG (MainThread) [custom_components.chime_tts] ...TTS audio generated in 280.0ms

2024-06-23 18:06:33.254 DEBUG (MainThread) [custom_components.chime_tts.helpers.filesystem] Local path to chime: /config/custom_components/chime_tts/mp3s/bells_2.mp3

2024-06-23 18:06:33.254 DEBUG (MainThread) [custom_components.chime_tts] - Retrieving audio from path: "/config/custom_components/chime_tts/mp3s/bells_2.mp3"...

2024-06-23 18:06:33.544 DEBUG (MainThread) [custom_components.chime_tts] ...audio retrieved. Duration: 1.279s

2024-06-23 18:06:33.562 DEBUG (MainThread) [custom_components.chime_tts] - Saving mp3 file to folder: /media/sounds/temp/chime_tts/...

2024-06-23 18:06:33.901 DEBUG (MainThread) [custom_components.chime_tts.helpers.filesystem] File saved to path: /media/sounds/temp/chime_tts/c1a1dx1h.mp3

2024-06-23 18:06:34.213 DEBUG (MainThread) [custom_components.chime_tts] - Chime TTS audio generated:

2024-06-23 18:06:34.213 DEBUG (MainThread) [custom_components.chime_tts] * audio_duration = 4.347

2024-06-23 18:06:34.213 DEBUG (MainThread) [custom_components.chime_tts] * local_path = "/media/sounds/temp/chime_tts/c1a1dx1h.mp3"

2024-06-23 18:06:34.213 DEBUG (MainThread) [custom_components.chime_tts] * public_path = None

2024-06-23 18:06:34.214 DEBUG (MainThread) [custom_components.chime_tts] * media_content_id = "media-source://media_source/local/sounds/temp/chime_tts/c1a1dx1h.mp3"

2024-06-23 18:06:34.214 DEBUG (MainThread) [custom_components.chime_tts] ****************************

2024-06-23 18:06:34.214 DEBUG (MainThread) [custom_components.chime_tts] *** Pre-Playback Actions ***

2024-06-23 18:06:34.214 DEBUG (MainThread) [custom_components.chime_tts] ****************************

2024-06-23 18:06:34.214 DEBUG (MainThread) [custom_components.chime_tts] **************************

2024-06-23 18:06:34.214 DEBUG (MainThread) [custom_components.chime_tts] *** Chime TTS playback ***

2024-06-23 18:06:34.214 DEBUG (MainThread) [custom_components.chime_tts] **************************

2024-06-23 18:06:34.214 DEBUG (MainThread) [custom_components.chime_tts] 1 Regular media player detected:

2024-06-23 18:06:34.215 DEBUG (MainThread) [custom_components.chime_tts] - media_player.google_home_mini

2024-06-23 18:06:34.215 DEBUG (MainThread) [custom_components.chime_tts] Calling media_player.play_media with data:

2024-06-23 18:06:34.215 DEBUG (MainThread) [custom_components.chime_tts] - entity_id: ['media_player.google_home_mini']

2024-06-23 18:06:34.215 DEBUG (MainThread) [custom_components.chime_tts] - announce: False

2024-06-23 18:06:34.215 DEBUG (MainThread) [custom_components.chime_tts] - media_content_type: music

2024-06-23 18:06:34.215 DEBUG (MainThread) [custom_components.chime_tts] - media_content_id: media-source://media_source/local/sounds/temp/chime_tts/c1a1dx1h.mp3

2024-06-23 18:06:34.221 DEBUG (MainThread) [custom_components.chime_tts] - Waiting 4.347s for audio playback to complete...

2024-06-23 18:06:38.572 DEBUG (MainThread) [custom_components.chime_tts.helpers.media_player_helper] - Waiting until 1 media_player isn't playing...

2024-06-23 18:06:39.578 DEBUG (MainThread) [custom_components.chime_tts.helpers.media_player_helper] ✔ media_player.google_home_mini

2024-06-23 18:06:39.580 DEBUG (MainThread) [custom_components.chime_tts] ----- Chime TTS Say Completed in 6.91 s -----

Thank you for the debug logs :+1:

It appears to be the same issue as reported in this GitHub issue.

I hope to have a beta release shortly which will address the issue.

Hello, I am trying out the new version with notify entries with the custom chime folder. I think I’ve set things up properly but I am curious to know how chime names with spaces are handled.

I don’t hear the chime when I call a service via a notify entry.

This works ‘manually’ via a service call, the chime path was selected via the gui drop down:

service: chime_tts.say
target:
  entity_id: media_player.home_pod_mini_kitchen
data:
  chime_path: /config/www/audio/chimes/tts_custom_chimes/guide_entry_computer_sound.mp3
  tts_platform: cloud
  message: Hello, this is a test

This is my notify entry:

- name: announcement kitchen # (required) Choose a recognizable name for your notify entry
  platform: chime_tts # (required)
  entity_id: # (required) List of media players for notifications
    - media_player.home_pod_mini_kitchen
  chime_path: guide_entry_computer_sound
  tts_platform: cloud

Here I am calling the notify entry. It plays the TTS but there is no chime.

service: notify.announcement_kitchen
data:
  message: this is a test, but I don't hear the chime
  title: Test

This is what I am seeing in the log:

This error originated from a custom integration.

Logger: custom_components.chime_tts
Source: custom_components/chime_tts/init.py:1068
integration: Chime TTS (documentation, issues)
First occurred: 12:56:12 (3 occurrences)
Last logged: 13:33:53

Unable to generate local audio filepath

I am playing the audio through a homepod mini. Have I done something wrong? Am I supposed to use underscores for a filename with spaces or just use the spaces (I tried using “-” instead of spaces but that didn’t work either).

@currest2620 Your local path is wrong in your notify entry. In your manual service call, you state the chime_path works. So you need to duplicate the same path in your notify entry and it should work:

- name: announcement kitchen # (required) Choose a recognizable name for your notify entry
  platform: chime_tts # (required)
  entity_id: # (required) List of media players for notifications
    - media_player.home_pod_mini_kitchen
  chime_path: guide_entry_computer_sound
  tts_platform: cloud

It should be (I’ve removed the remarks to clean up your code):

- name: announcement kitchen
  platform: chime_tts
  entity_id:
    - media_player.home_pod_mini_kitchen
  chime_path: /config/www/audio/chimes/tts_custom_chimes/guide_entry_computer_sound.mp3
  tts_platform: cloud

Hi @Leon047m and @maxyge. I have released a beta version with a fix for the issue. Can you please install it and let me know if the issue is resolved?

To install the new beta version:

  1. Open the Chime TTS repository in HACS
  2. Click on the ⋼ button in the top right
  3. Select the ↻ Redownload option
  4. Enable the Show beta versions option (it may take a moment to update the list)
  5. Select version v1.1.3-beta1 from the updated version drop-down list
  6. Restart Home Assistant

Thanks, that did the trick. Pretty Obvious I suppose but my reading of the documenation suggested we only enter the chime name rather than the full file name. Maybe that is only for the ‘built in’ chimes though.

Thanks again for our help.

I agree it could be clearer. I will add support for using the “short” custom chime name on the next release :+1:

2 Likes

Thank you for the support, with the latest beta, it works perfectly.
Greetings
Massimo

1 Like

Awesome work @Nimrod_Dolev

Thanks, works for me now!

And thanks to the people submitting debug logs also.

1 Like

After installing Chime TTS, my logs and HA notification tray are flooded with the below. HA considers it a login request and notifies me of failed attempts.

Of note, I have zero audio files setup for Chime TTS. I use Nabu Cloud TTS only.

Logger: homeassistant.components.http.ban
Source: components/http/ban.py:135
integration: HTTP (documentation, issues)
First occurred: June 24, 2024 at 10:21:31 PM (88 occurrences)
Last logged: 8:35:38 AM

Login attempt or request with invalid authentication from 192.168.1.94 (192.168.1.94). Requested URL: ‘/media/local/sounds/temp/chime_tts/xchgu2w2.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJiNTI2ZWNjMjlhOTg0ZGJhYjc3MmI0MjkzNDk1ZDc5YiIsInBhdGgiOiIvbWVkaWEvbG9jYWwvc291bmRzL3RlbXAvY2hpbWVfdHRzL3hjaGd1MncyLm1wMyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTE2MzI5OCwiZXhwIjoxNzE5MjQ5Njk4fQ.l0Jd-U4a2E-iPHCEv-rbbCfWdSRRXyrdvetENhzXXvI’. (Linux UPnP/1.0 Sonos/79.1-53290 (ZPS31))

The IP in question is a Sonos speaker.

Hi @derekcentrico. I think the issue might be an SSL issue but it’s difficult to say.

Could you please enable debug logging and provide your debug logs messages to help shed more light on what might be going on?

It may be this:

@123 I’m curious, though, how that bug would be causing this Chime TTS result for an unavailable, unselected MP3 type that doesn’t exist?

@Nimrod_Dolev Here’s a snippet. Nothing really different.

(HTTPConnectionPool(host='192.168.1.129', port=49152): Max retries exceeded with url: /upnp/event/basicevent1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xffff5d6b2ea0>: Failed to establish a new connection: [Errno 113] Host is unreachable'))), will retry in 60s
2024-06-24 17:20:15.857 WARNING (SyncWorker_20) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.125', port=49153): Read timed out. (read timeout=3.0)")': /eventservice.xml
2024-06-24 17:20:20.943 ERROR (Wemo Events Thread) [pywemo.ouimeaux_device] Unable to re-probe wemo <WeMo Switch "wemo10 stairs"> at 192.168.1.129
2024-06-24 17:20:22.993 WARNING (SyncWorker_18) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff5d6fe690>, 'Connection to 192.168.1.129 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:20:55.946 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.1.94 (192.168.1.94). Requested URL: '/media/local/sounds/temp/chime_tts/xchgu2w2.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJiNTI2ZWNjMjlhOTg0ZGJhYjc3MmI0MjkzNDk1ZDc5YiIsInBhdGgiOiIvbWVkaWEvbG9jYWwvc291bmRzL3RlbXAvY2hpbWVfdHRzL3hjaGd1MncyLm1wMyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTE2MzI5OCwiZXhwIjoxNzE5MjQ5Njk4fQ.l0Jd-U4a2E-iPHCEv-rbbCfWdSRRXyrdvetENhzXXvI'. (Linux UPnP/1.0 Sonos/79.1-53290 (ZPS31))
2024-06-24 17:22:06.851 WARNING (SyncWorker_20) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff6025b4a0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:23:10.845 WARNING (SyncWorker_27) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff46128860>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:23:16.851 WARNING (SyncWorker_27) [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff46128080>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:23:31.532 WARNING (SyncWorker_14) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.92', port=49154): Read timed out. (read timeout=3.0)")': /setup.xml
2024-06-24 17:23:42.029 WARNING (SyncWorker_14) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.125', port=49153): Read timed out. (read timeout=3.0)")': /timesyncservice.xml
2024-06-24 17:23:48.012 WARNING (SyncWorker_14) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.125', port=49153): Read timed out. (read timeout=3.0)")': /eventservice.xml
2024-06-24 17:24:21.012 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:24:21.013 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:24:27.948 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:24:27.949 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:24:28.658 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:24:28.659 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:24:29.416 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:24:29.417 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:24:29.841 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:24:29.842 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:24:32.799 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:24:32.800 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:24:49.853 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.1.94 (192.168.1.94). Requested URL: '/media/local/sounds/temp/chime_tts/xchgu2w2.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJiNTI2ZWNjMjlhOTg0ZGJhYjc3MmI0MjkzNDk1ZDc5YiIsInBhdGgiOiIvbWVkaWEvbG9jYWwvc291bmRzL3RlbXAvY2hpbWVfdHRzL3hjaGd1MncyLm1wMyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTE2MzI5OCwiZXhwIjoxNzE5MjQ5Njk4fQ.l0Jd-U4a2E-iPHCEv-rbbCfWdSRRXyrdvetENhzXXvI'. (Linux UPnP/1.0 Sonos/79.1-53290 (ZPS31))
2024-06-24 17:25:19.844 WARNING (SyncWorker_8) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff513892e0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:25:25.853 WARNING (SyncWorker_8) [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff513add00>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:26:16.782 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:26:16.784 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:27:00.361 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:27:00.363 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:27:00.972 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:27:00.973 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:27:01.290 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:27:01.291 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:27:01.744 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:27:01.745 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:27:02.336 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif(update, 'none', sound) }}'
2024-06-24 17:27:02.338 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'update' is undefined when rendering '{{ iif((update or sound == 'none'), 0, volume) }}'
2024-06-24 17:27:30.444 WARNING (SyncWorker_15) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.92', port=49154): Read timed out.")': /timesyncservice.xml
2024-06-24 17:27:35.463 WARNING (SyncWorker_15) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.125', port=49153): Read timed out. (read timeout=3.0)")': /setupservice.xml
2024-06-24 17:27:58.845 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff5d6f57f0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:28:04.851 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff5d75dbe0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:28:13.858 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff4aa20410>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:28:28.864 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff4aa188c0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:28:55.871 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff46df8b90>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:30:59.153 WARNING (SyncWorker_0) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff384d26c0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:31:34.848 WARNING (SyncWorker_23) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff524aee40>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:31:40.854 WARNING (SyncWorker_23) [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff87154c80>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:31:49.861 WARNING (SyncWorker_23) [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff601ed880>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:32:24.845 WARNING (SyncWorker_19) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff461351f0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:32:30.849 WARNING (SyncWorker_19) [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff5d3c4500>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:32:39.855 WARNING (SyncWorker_19) [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff871167e0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:32:54.862 WARNING (SyncWorker_19) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff461536b0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:33:21.868 WARNING (SyncWorker_19) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff513e41a0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:35:18.312 WARNING (SyncWorker_12) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.125', port=49153): Read timed out. (read timeout=3.0)")': /setup.xml
2024-06-24 17:35:21.869 WARNING (SyncWorker_12) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.125', port=49153): Read timed out. (read timeout=3.0)")': /setupservice.xml
2024-06-24 17:35:28.974 WARNING (SyncWorker_12) [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.125', port=49153): Read timed out. (read timeout=3.0)")': /setupservice.xml
2024-06-24 17:35:32.426 WARNING (SyncWorker_12) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.125', port=49153): Read timed out. (read timeout=3.0)")': /timesyncservice.xml
2024-06-24 17:35:38.344 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.1.94 (192.168.1.94). Requested URL: '/media/local/sounds/temp/chime_tts/xchgu2w2.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJiNTI2ZWNjMjlhOTg0ZGJhYjc3MmI0MjkzNDk1ZDc5YiIsInBhdGgiOiIvbWVkaWEvbG9jYWwvc291bmRzL3RlbXAvY2hpbWVfdHRzL3hjaGd1MncyLm1wMyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTE2MzI5OCwiZXhwIjoxNzE5MjQ5Njk4fQ.l0Jd-U4a2E-iPHCEv-rbbCfWdSRRXyrdvetENhzXXvI'. (Linux UPnP/1.0 Sonos/79.1-53290 (ZPS31))
2024-06-24 17:35:42.985 WARNING (SyncWorker_12) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.92', port=49154): Read timed out. (read timeout=3.0)")': /setup.xml
2024-06-24 17:35:49.879 WARNING (SyncWorker_12) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff5d6cc230>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /setup.xml
2024-06-24 17:36:03.678 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.1.94 (192.168.1.94). Requested URL: '/media/local/sounds/temp/chime_tts/xchgu2w2.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJiNTI2ZWNjMjlhOTg0ZGJhYjc3MmI0MjkzNDk1ZDc5YiIsInBhdGgiOiIvbWVkaWEvbG9jYWwvc291bmRzL3RlbXAvY2hpbWVfdHRzL3hjaGd1MncyLm1wMyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTE2MzI5OCwiZXhwIjoxNzE5MjQ5Njk4fQ.l0Jd-U4a2E-iPHCEv-rbbCfWdSRRXyrdvetENhzXXvI'. (Linux UPnP/1.0 Sonos/79.1-53290 (ZPS31))
2024-06-24 17:38:55.845 WARNING (SyncWorker_6) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff5ac31f70>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:38:58.959 WARNING (SyncWorker_6) [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0xffff592aa150>: Failed to establish a new connection: [Errno 113] Host is unreachable')': /upnp/control/basicevent1
2024-06-24 17:39:07.966 WARNING (SyncWorker_6) [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff552333b0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:39:22.972 WARNING (SyncWorker_6) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff4a9d70e0>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /upnp/control/basicevent1
2024-06-24 17:39:57.059 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.1.94 (192.168.1.94). Requested URL: '/media/local/sounds/temp/chime_tts/xchgu2w2.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJiNTI2ZWNjMjlhOTg0ZGJhYjc3MmI0MjkzNDk1ZDc5YiIsInBhdGgiOiIvbWVkaWEvbG9jYWwvc291bmRzL3RlbXAvY2hpbWVfdHRzL3hjaGd1MncyLm1wMyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTE2MzI5OCwiZXhwIjoxNzE5MjQ5Njk4fQ.l0Jd-U4a2E-iPHCEv-rbbCfWdSRRXyrdvetENhzXXvI'. (Linux UPnP/1.0 Sonos/79.1-53290 (ZPS31))
2024-06-24 17:39:58.348 WARNING (SyncWorker_25) [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='192.168.1.184', port=49152): Read timed out. (read timeout=3.0)")': /setupservice.xml
2024-06-24 17:40:04.354 WARNING (SyncWorker_25) [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xffff5d721250>, 'Connection to 192.168.1.184 timed out. (connect timeout=3.0)')': /setupservice.xml