Telegram was working great until a few weeks ago. Now Hassio won’t send any messages. My other applications using the same telegram account are still sending messages. Has anyone else had problems recently? Here’s my config:
telegram_bot:
- platform: polling
api_key: [APIKEY]
allowed_chat_ids:
- [CHATID]
notify:
- name: telegram_notify
platform: telegram
chat_id: [CHATID]
alert:
doors:
name: Door Open
entity_id: group.doors
state: 'open'
repeat:
- 5
- 30
skip_first: True
notifiers:
- telegram_notify
The only telegram error I’ve found in the logs is this:
Logger: telegram.vendor.ptb_urllib3.urllib3.connectionpool
Source: /usr/local/lib/python3.8/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py:689
First occurred: 4:15:44 AM (24 occurrences)
Last logged: 4:45:57 AM
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<telegram.vendor.ptb_urllib3.urllib3.connectionpool.HTTPSConnectionPool object at 0x6a9245c8>, 'Connect timed out. (connect timeout=5.0)')': /bot1028239664:AAEdBkJw7658XokHliHkK4sMlY_Mojmz6ko/getUpdates
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<telegram.vendor.ptb_urllib3.urllib3.connectionpool.HTTPSConnectionPool object at 0x6a9245c8>, 'Connect timed out. (connect timeout=5.0)')': /bot1028239664:AAEdBkJw7658XokHliHkK4sMlY_Mojmz6ko/getUpdates
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<telegram.vendor.ptb_urllib3.urllib3.connectionpool.HTTPSConnectionPool object at 0x6a9245c8>, 'Connect timed out. (connect timeout=5.0)')': /bot1028239664:AAEdBkJw7658XokHliHkK4sMlY_Mojmz6ko/getUpdates